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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/evaluation/value/
package.html 2 This package contains classes that represent partial evaluation values.
Category1Value.java 21 package proguard.evaluation.value;
Category2Value.java 21 package proguard.evaluation.value;
ConvertedByteValue.java 21 package proguard.evaluation.value;
ConvertedCharacterValue.java 21 package proguard.evaluation.value;
  /external/proguard/src/proguard/optimize/evaluation/
package.html 2 This package contains visitors that perform partial evaluation and subsequent
TracedBranchUnit.java 21 package proguard.optimize.evaluation;
25 import proguard.evaluation.BasicBranchUnit;
26 import proguard.evaluation.value.Value;
LoadingInvocationUnit.java 21 package proguard.optimize.evaluation;
25 import proguard.evaluation.BasicInvocationUnit;
26 import proguard.evaluation.value.*;
StoringInvocationUnit.java 21 package proguard.optimize.evaluation;
25 import proguard.evaluation.BasicInvocationUnit;
26 import proguard.evaluation.value.*;
  /external/proguard/lib/
proguard.jar 
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathExpression.java 27 * <table id="XPathExpression-evaluation" border="1" cellpadding="2">
30 * <th colspan="2">Evaluation of XPath Expressions.</th>
49 * The value of a variable must be immutable through the course of any single evaluation.</p>
87 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
117 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
141 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation
    [all...]
XPath.java 26 * <p><code>XPath</code> provides access to the XPath evaluation environment and expressions.</p>
28 * <table id="XPath-evaluation" border="1" cellpadding="2">
31 * <th colspan="2">Evaluation of XPath Expressions.</th>
51 * The value of a variable must be immutable through the course of any single evaluation.</p>
164 * <p>Compile an XPath expression for later evaluation.</p>
186 * <p>See <a href="#XPath-evaluation">Evaluation of XPath Expressions</a> for context item evaluation,
222 * <p>See <a href="#XPath-evaluation">Evaluation of XPath Expressions</a> for context item evaluation
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTest.java 50 * The result of the evaluation of the systemRequired attribute.
55 * The result of the evaluation of the systemScreenSize attribute.
60 * The result of the evaluation of the systemScreenDepth attribute.
  /external/clearsilver/man/man3/
cs_register_esc_strfunc.3 38 except that it changes the evaluation escaping context to disable
  /external/grub/netboot/
cs89x0.txt 12 for providing an evaluation NIC and for sponsoring the
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-004.js 33 * expected, verify the result of the evaluation. If an exception is
  /frameworks/base/core/java/com/android/internal/util/
Predicates.java 32 * evaluates to true. The components are evaluated in order, and evaluation
41 * evaluates to true. The components are evaluated in order, and evaluation
53 * evaluates to true. The components are evaluated in order, and evaluation
62 * evaluates to true. The components are evaluated in order, and evaluation
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 21 package proguard.evaluation;
26 import proguard.evaluation.value.Value;
BasicBranchUnit.java 21 package proguard.evaluation;
25 import proguard.evaluation.value.InstructionOffsetValue;
BranchUnit.java 21 package proguard.evaluation;
  /external/proguard/src/proguard/optimize/
ConstantMemberFilter.java 26 import proguard.evaluation.value.Value;
27 import proguard.optimize.evaluation.StoringInvocationUnit;
ConstantParameterFilter.java 26 import proguard.evaluation.value.Value;
27 import proguard.optimize.evaluation.StoringInvocationUnit;
  /external/webkit/JavaScriptCore/qt/api/
qscriptengine.cpp 46 and returns the result of the evaluation.
50 The evaluation of \a program can cause an exception in the
58 to this evaluation (e.g. uncaughtExceptionLineNumber()) will be
  /external/libxml2/include/libxml/
xpath.h 163 * An XPath evaluation function, the parameters are on the XPath context stack.
170 * Extra function: a name and a evaluation function.
177 xmlXPathEvalFunc func; /* the evaluation function */
272 * Expression evaluation occurs with respect to a context.
282 * for an XPath evaluation so you may need to initialize it again
374 xmlXPathContextPtr context; /* the evaluation context */
503 * Evaluation functions.
517 * Separate compilation/evaluation entry points.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
package.html 22 which produces an expression tree for fast evaluation.<p>

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>