HomeSort by relevance Sort by last modified time
    Searched full:evaluation (Results 1 - 25 of 529) 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;
  /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 
  /libcore/luni/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/iptables/extensions/
libxt_RATEEST.man 2 and saves the results for later evaluation using the \fBrateest\fP match.
  /cts/libs/vogar-expect/src/vogar/
ResultValue.java 20 * Represents an evaluation of the goodness of a result.
  /external/grub/netboot/
cs89x0.txt 12 for providing an evaluation NIC and for sponsoring the
  /external/webkit/Source/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;