Searched defs:evaluate (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeV1.java419 Object o = evaluate(value, charCode);
464 static Object evaluate(String value, String charCode) method in class:ServiceLocationAttributeV1
H A DParser.java107 boolean evaluate(AttributeString tag, method in interface:Parser.QueryEvaluator
117 * Parse a query and incrementally evaluate.
484 * Try and evaluate the query. If the evaluation failed and the
496 if (!ev.evaluate(attr, op, value, invert, prex) &&
498 ev.evaluate(attr,
596 ServiceLocationAttribute.evaluate(buf.toString().trim());
H A DServiceLocationAttribute.java182 Object o = evaluate(value);
217 static Object evaluate(String value) method in class:ServiceLocationAttribute
467 Object obj2 = evaluate(val);
H A DServiceStoreInMemory.java938 evaluate(AttributeString tag, method in class:ServiceStoreInMemory.InMemoryEvaluator
2036 // Otherwise, use the LDAPv3 parser to evaluate.
/illumos-gate/usr/src/cmd/filesync/
H A Deval.c38 * evaluate top level - evaluate one side of one base
39 * add_file_arg (static) add a file to the list of files to evaluate
93 * evaluate
109 * we evaluate source and destination separately, and
116 evaluate(struct base *bp, side_t srcdst, bool_t newrules) function
199 * on the LISTED flag for the associated files. We only evaluate
353 * to evaluate one named file under a particular directory
365 * to evaluate the entire tree. We should only be called on files
613 * pass will evaluate i
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h186 FNPROTO(evaluate); variable
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c2261 evaluate(fcode_env_t *env) function
2266 CHECK_DEPTH(env, 2, "evaluate");

Completed in 967 milliseconds