Searched refs:evaluate (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Parser.java | 107 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 D | ServiceLocationAttribute.java | 182 Object o = evaluate(value); 217 static Object evaluate(String value) method in class:ServiceLocationAttribute 467 Object obj2 = evaluate(val);
|
H A D | ServiceLocationAttributeV1.java | 419 Object o = evaluate(value, charCode); 464 static Object evaluate(String value, String charCode) method in class:ServiceLocationAttributeV1
|
H A D | SLPV1SSrvMsg.java | 1060 ServiceLocationAttributeV1.evaluate(strval, charCode);
|
H A D | ServiceStoreInMemory.java | 938 evaluate(AttributeString tag, method in class:ServiceStoreInMemory.InMemoryEvaluator 2036 // Otherwise, use the LDAPv3 parser to evaluate.
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | main.c | 323 * evaluate the specified base on each side, 326 errs |= evaluate(bp, OPT_SRC, TRUE); 327 errs |= evaluate(bp, OPT_DST, TRUE); 342 errs |= evaluate(bp, OPT_SRC, FALSE); 343 errs |= evaluate(bp, OPT_DST, FALSE);
|
H A D | database.h | 273 errmask_t evaluate(struct base *, side_t, bool_t);
|
H A D | eval.c | 38 * 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/engine/ |
H A D | interactive.c | 231 evaluate(env); 246 evaluate(env); 380 evaluate(env);
|
H A D | fcode.c | 955 P1275(0x0cd, 0, "evaluate", evaluate);
|
H A D | forth.c | 2261 evaluate(fcode_env_t *env) function 2266 CHECK_DEPTH(env, 2, "evaluate");
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 186 FNPROTO(evaluate); variable
|
Completed in 129 milliseconds