HomeSort by relevance Sort by last modified time
    Searched full:evaluating (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpression.java 39 * For the purposes of evaluating XPath expressions, a DocumentFragment
69 * This result of evaluating an expression is converted to an instance of the desired return type.
101 * @return The <code>Object</code> that is the result of evaluating the expression and converting the result to
126 * @return The <code>String</code> that is the result of evaluating the expression and converting the result to a
153 * @return The <code>Object</code> that is the result of evaluating the expression and converting the result to
177 * @return The <code>String</code> that is the result of evaluating the expression and converting the result to a
XPathFunction.java 38 * definition of extension functions. The implementation evaluating an
44 * @return The result of evaluating the <code>XPath</code> function as an <code>Object</code>.
XPath.java 40 * For the purposes of evaluating XPath expressions, a DocumentFragment
73 * This result of evaluating an expression is converted to an instance of the desired return type.
207 * @return Result of evaluating an XPath expression as an <code>Object</code> of <code>returnType</code>.
233 * @return The <code>String</code> that is the result of evaluating the expression and
262 * @return The <code>Object</code> that encapsulates the result of evaluating the expression.
291 * @return The <code>String</code> that is the result of evaluating the expression and
XPathVariableResolver.java 29 * than once with different variable values, in the course of evaluating any
  /external/webkit/Source/WebCore/css/
MediaQueryMatcher.h 37 // MediaQueryList x MediaQueryListListener. It is responsible for evaluating the queries
80 // It is used to avoid evaluating queries more then once and to make sure
  /external/clang/test/Analysis/
misc-ps-64.m 4 // <rdar://problem/6440393> - A bunch of misc. failures involving evaluating
misc-ps.c 67 // This previously crashed logic in the analyzer engine when evaluating locations.
  /external/openssh/
fixprogs 62 print "Evaluating '$path $mostargs'\n";
  /external/skia/src/gpu/
GrPathUtils.h 18 * Utilities for evaluating paths.
  /external/v8/test/mjsunit/compiler/
regress-6.js 38 // Force deoptimization in --always-opt mode when evaluating
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariablePsuedo.java 38 * evaluating the expression. In this case, the content
  /external/webkit/Source/WebCore/loader/
DocumentWriter.h 48 // and always contains the result of evaluating a javascript: url.
  /system/core/sh/
eval.h 55 /* in_function returns nonzero if we are currently evaluating a function */
  /bootable/recovery/edify/
main.c 52 fprintf(stderr, "error evaluating \"%s\"\n", expr_str);
62 fprintf(stderr, "evaluating \"%s\": expected \"%s\", got \"%s\"\n",
README 33 - ";" is a binary operator; evaluating it just means to first evaluate
  /external/libsepol/src/
genbools.c 168 ERR(NULL, "error while re-evaluating conditionals");
240 ERR(NULL, "error while re-evaluating conditionals");
booleans.c 95 ERR(handle, "error while re-evaluating conditionals");
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 155 * @return The <code>Object</code> that is the result of evaluating the
221 * @return The <code>String</code> that is the result of evaluating the
262 * @return The <code>Object</code> that is the result of evaluating the
317 * @return The <code>String</code> that is the result of evaluating the expression and converting the result to a
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 44 * If the root PVariable we are evaluating is a simple one then skip creating the StringBuilder
  /external/junit/src/org/junit/
Assume.java 35 * If called with an expression evaluating to {@code false}, the test will halt and be ignored.
  /external/webkit/Source/WebCore/xml/
XPathExpression.cpp 78 // It is not specified what to do if type conversion fails while evaluating an expression, and INVALID_EXPRESSION_ERR is not exactly right
  /external/webkit/Source/WebKit/chromium/src/
WebFormElement.cpp 92 // re-evaluating size each time. Also, consider refactoring this code so that
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 95 // Evaluating script in a special context.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each.h 45 /** @brief Chose the desired algorithm by evaluating @c parallelism_tag.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 98 // A stack of states used in evaluating the NFA.

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>