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

1 2 3 4 5 6 7 8 9

  /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/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 42 /* Evaluating a script that throw an unhandled exception should return an invalid value. */
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemVariablePsuedo.java 38 * evaluating the expression. In this case, the content
ElemVariable.java 101 * evaluating the expression. In this case, the content
116 * evaluating the expression. In this case, the content
  /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/webkit/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
  /libcore/luni/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
XPathImpl.java 250 * @return Result of evaluating an XPath expression as an <code>Object</code> of <code>returnType</code>.
363 * @return The <code>String</code> that is the result of evaluating the expression and
434 * @return The <code>Object</code> that encapsulates the result of evaluating the expression.
513 * @return The <code>String</code> that is the result of evaluating the expression and
  /prebuilt/linux-x86/toolchain/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.
  /frameworks/base/tools/aapt/
ResourceTable.h 219 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
228 format(o.format), bagKeyId(o.bagKeyId), evaluating(false) {
250 mutable bool evaluating; member in class:ResourceTable::Item
  /external/iproute2/
README.distribution 42 simple expression which allows evaluating its inverse directly. The
  /external/iproute2/netem/
README.distribution 44 simple expression which allows evaluating its inverse directly. The
  /external/qemu/audio/
mixeng.c 284 * 1 << FRAC_BITS evaluating to zero in several places. Changed with
  /external/v8/test/mjsunit/
debug-evaluate-locals.js 89 // Evaluating a and b on frames 0, 1 and 2 produces 1, 2, 3, 4, 5 and 6.
  /external/webkit/JavaScriptCore/API/
JSBase.h 97 @result The JSValue that results from evaluating script, or NULL if an exception is thrown.
  /external/webkit/WebCore/bindings/js/
ScriptController.h 125 const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script
  /external/webkit/WebCore/bindings/v8/
ScriptController.h 154 const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script.
  /external/webkit/WebKit/win/Interfaces/
IWebScriptObject.idl 89 @result Returns the result of evaluating the script in the script environment.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java 80 * You should consider all of these things when evaluating the suitability
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 737 System.err.println("Unexpected error while evaluating instruction:");
    [all...]

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 9