HomeSort by relevance Sort by last modified time
    Searched full:evaluation (Results 51 - 75 of 1190) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8336.go 7 // Issue 8336. Order of evaluation of receive channels in select.
  /prebuilts/go/darwin-x86/test/
func7.go 7 // Test evaluation order in if condition.
func8.go 7 // Test evaluation order.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8336.go 7 // Issue 8336. Order of evaluation of receive channels in select.
  /prebuilts/go/linux-x86/test/
func7.go 7 // Test evaluation order in if condition.
func8.go 7 // Test evaluation order.
  /frameworks/base/docs/html/reference/android/support/test/espresso/web/model/
Atom.html 291 The Atom knows how to transform the result of the evaluation of the script into a higher level
403 <a href="/reference/android/support/test/espresso/web/model/Atom.html#transform(android.support.test.espresso.web.model.Evaluation)">transform</a>(<a href="/reference/android/support/test/espresso/web/model/Evaluation.html">Evaluation</a> evaluation)
406 <p>Converts an Evaluation into another more suitable type.
521 <A NAME="transform(android.support.test.espresso.web.model.Evaluation)"></A>
532 R transform (<a href="/reference/android/support/test/espresso/web/model/Evaluation.html">Evaluation</a> evaluation)</pre
    [all...]
Atoms.html 313 <a href="/reference/android/support/test/espresso/web/model/TransformingAtom.Transformer.html">Transformer</a>&lt;<a href="/reference/android/support/test/espresso/web/model/Evaluation.html">Evaluation</a>,&nbsp;E&gt;</code>
321 <p>Creates a transformer which will convert an Evaluation to a given type (or die trying).
394 <a href="/reference/android/support/test/espresso/web/model/Atom.html">Atom</a>&lt;<a href="/reference/android/support/test/espresso/web/model/Evaluation.html">Evaluation</a>&gt;</code>
402 <p>Creates an atom that will execute the provided script and return an evaluation object.
426 <a href="/reference/android/support/test/espresso/web/model/Atoms.html#script(java.lang.String, android.support.test.espresso.web.model.TransformingAtom.Transformer<android.support.test.espresso.web.model.Evaluation, O>)">script</a>(String script, <a href="/reference/android/support/test/espresso/web/model/TransformingAtom.Transformer.html">Transformer</a>&lt;<a href="/reference/android/support/test/espresso/web/model/Evaluation.html">Evaluation</a>,&nbsp;O&gt; transformer)
449 <a href="/reference/android/support/test/espresso/web/model/Atom.html">Atom</a>&lt;<a href="/reference/android/support/test/espresso/web/model/Evaluation.html">Evaluation</a>&gt;</code
    [all...]
  /external/proguard/src/proguard/evaluation/
ClassConstantValueFactory.java 21 package proguard.evaluation;
25 import proguard.evaluation.value.ValueFactory;
  /system/update_engine/update_manager/
update_manager.cc 38 // evaluation contexts. This will prevent dangling pending events, causing
46 LOG(ERROR) << "Unregistering an unknown evaluation context, this is a bug.";
update_manager-inl.h 39 // IMPORTANT: We must still proceed with evaluation of the policy in this
40 // case, so that the evaluation time (and corresponding reevaluation timeouts)
43 LOG(WARNING) << "Request timed out, evaluation context: "
48 // Reset the evaluation context.
107 // status of evaluation. Alternatively, this may indicate an error in the use
122 // A PolicyRequest always consists on a single evaluation on a new
151 LOG(ERROR) << "Failed to register evaluation context; this is a bug.";
evaluation_context_unittest.cc 67 // Runs |evaluation|; if the value pointed by |count_p| is greater than zero,
69 void EvaluateRepeatedly(Closure evaluation, scoped_refptr<EvaluationContext> ec,
71 evaluation.Run();
75 Closure closure = Bind(EvaluateRepeatedly, evaluation, ec, count_p, done_p);
100 // Ensure that the evaluation context did not leak and is actually being
108 << "The evaluation context was not destroyed! This is likely a bug "
113 // Check that the evaluation context removed all the observers.
263 // Test that callback is called when evaluation context expires, and that it
279 // Ensure that we cannot reschedule an evaluation.
282 // Ensure that we can reschedule an evaluation after resetting expiration
307 Closure evaluation = Bind(ReadVar<string>, eval_ctx_, &fake_poll_var_); local
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
TerminalOp.java 69 * Performs a parallel evaluation of the operation using the specified
73 * @implSpec The default performs a sequential evaluation of the operation
78 * @return the result of the evaluation
88 * Performs a sequential evaluation of the operation using the specified
94 * @return the result of the evaluation
  /libcore/luni/src/main/java/javax/xml/xpath/
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...]
  /cts/libs/vogar-expect/src/vogar/
ResultValue.java 20 * Represents an evaluation of the goodness of a result.
  /external/autotest/client/tests/sysbench/
control 1 NAME = 'System Evaluation Benchmark'
  /external/crcalc/tests/
README.txt 16 of performance evaluation. Please don't try.
  /external/libxml2/optim/
TOTRY 16 - context evaluation
  /external/vogar/src/vogar/
ResultValue.java 20 * Represents an evaluation of the goodness of a result.
  /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
  /libcore/ojluni/src/main/java/java/util/function/
DoublePredicate.java 58 * <p>Any exceptions thrown during evaluation of either predicate are relayed
59 * to the caller; if evaluation of this predicate throws an exception, the
90 * <p>Any exceptions thrown during evaluation of either predicate are relayed
91 * to the caller; if evaluation of this predicate throws an exception, the
IntPredicate.java 58 * <p>Any exceptions thrown during evaluation of either predicate are relayed
59 * to the caller; if evaluation of this predicate throws an exception, the
90 * <p>Any exceptions thrown during evaluation of either predicate are relayed
91 * to the caller; if evaluation of this predicate throws an exception, the
LongPredicate.java 58 * <p>Any exceptions thrown during evaluation of either predicate are relayed
59 * to the caller; if evaluation of this predicate throws an exception, the
90 * <p>Any exceptions thrown during evaluation of either predicate are relayed
91 * to the caller; if evaluation of this predicate throws an exception, the
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
ParametricRealFunction.java 35 * @throws FunctionEvaluationException if the function evaluation fails
45 * @throws FunctionEvaluationException if the function evaluation fails
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java 52 * a function of the evaluation point, x, that is passed in as well.
54 * @param x the evaluation point.
61 * a function of the evaluation point, x, that is passed in as well.
63 * @param x the evaluation point.
70 * @param x the evaluation point.
80 * @param x the evaluation point.
91 * @param x the evaluation point.
120 * @param x the evaluation point.

Completed in 3095 milliseconds

1 23 4 5 6 7 8 91011>>