HomeSort by relevance Sort by last modified time
    Searched full:evaluate (Results 226 - 250 of 1949) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
ISensorVerification.java 43 * Evaluate all added {@link TestSensorEvent}s and update stats.
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathEvaluator.java 28 public PathPoint evaluate(float t, PathPoint startValue, PathPoint endValue) { method in class:PathEvaluator
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Neg.java 50 * Evaluate this operation directly to a double.
  /external/ceres-solver/include/ceres/
dynamic_numeric_diff_cost_function.h 100 virtual bool Evaluate(double const* const* parameters,
105 << "before DynamicNumericDiffCostFunction::Evaluate().";
110 << "before DynamicNumericDiffCostFunction::Evaluate().";
255 return functor->Evaluate(parameters, residuals, NULL);
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.h 25 void Evaluate(const std::string& expression);
  /external/chromium_org/content/shell/tools/plugin/Tests/
GetURLWithJavaScriptURLDestroyingPlugin.cpp 34 // From NPP_New, call NPN_GetURL to evaluate JavaScript that destroys the plug-in.
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DocumentXPathEvaluator.h 47 static PassRefPtrWillBeRawPtr<XPathResult> evaluate(DocumentSupplementable&,
XPathEvaluator.h 53 PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode,
XPathExpression.h 56 PassRefPtrWillBeRawPtr<XPathResult> evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionState&);
XPathVariableReference.cpp 40 Value VariableReference::evaluate() const function in class:WebCore::XPath::VariableReference
XPathVariableReference.h 41 virtual Value evaluate() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TestController.js 46 RuntimeAgent.evaluate("didEvaluateForTestInFrontend(" + callId + ", " + message + ")", "test");
  /external/chromium_org/third_party/libxslt/libexslt/
saxon.c 159 * Implements the SAXON evaluate() function
160 * object saxon:evaluate (string)
168 * stylesheet. The function saxon:evaluate(string) is shorthand for
261 xsltRegisterExtModuleFunction((const xmlChar *) "evaluate",
  /external/chromium_org/third_party/skia/src/utils/
SkCubicInterval.cpp 63 // now evaluate the cubic in Y
  /external/chromium_org/third_party/sqlite/src/test/
tkt3757.test 20 # Evaluate SQL. Return the result set followed by the
  /external/chromium_org/tools/perf/page_sets/
gmail_alt_threadlist_conversation.py 14 return ('document.evaluate("%s",'
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1711.js 28 // string.split needs to evaluate the separator's toString even if limit
regress-crbug-259300.js 39 exec_state.frame(i).evaluate("debugger", disable_break);
  /external/clang/test/Rewriter/
rewrite-modern-throw.m 88 @throw [NSException exceptionWithName: *_imp__NSInvalidArgumentException reason: [NSString stringWithFormat: @"Can't evaluate set expression; left subexpression not a set (lhs = %@ rhs = %@)", leftSet, rightSet] userInfo: 0];
  /external/hamcrest/library/src/org/hamcrest/xml/
HasXPath.java 44 String result = (String) compiledXPath.evaluate(item, XPathConstants.STRING);
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java 58 * @see #evaluate(PExpression)
79 * Evaluate an expression into a single value.
81 public Value evaluate(PExpression expression) { method in class:ExpressionEvaluator
233 args[i] = evaluate(expressions[i]);
  /external/lldb/test/lang/cpp/virtual/
main.cpp 88 // then evaluate:
  /external/lldb/test/linux/builtin_trap/
TestBuiltinTrap.py 61 # evaluate a local
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 25 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 29 (* Evaluate a top-level expression into an anonymous function. *)

Completed in 3600 milliseconds

1 2 3 4 5 6 7 8 91011>>