Searched refs:evaluate (Results 76 - 100 of 242) sorted by relevance

12345678910

/external/junit/src/org/junit/rules/
H A DExpectedException.java108 public void evaluate() throws Throwable { method in class:ExpectedException.ExpectedExceptionStatement
110 fNext.evaluate();
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java165 public Object evaluate(Object item, QName returnType) method in class:XPathExpressionImpl
207 * <p>This method calls {@link #evaluate(Object item, QName returnType)}
227 public String evaluate(Object item) method in class:XPathExpressionImpl
229 return (String)this.evaluate( item, XPathConstants.STRING );
244 * {@link #evaluate(Object item, QName returnType)} on the resulting
258 * @param source The <code>InputSource</code> of the document to evaluate
272 public Object evaluate(InputSource source, QName returnType) method in class:XPathExpressionImpl
306 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
315 * @param source The <code>InputSource</code> of the document to evaluate over.
323 public String evaluate(InputSourc method in class:XPathExpressionImpl
[all...]
H A DXPathImpl.java256 public Object evaluate(String expression, Object item, QName returnType) method in class:XPathImpl
348 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of
369 public String evaluate(String expression, Object item) method in class:XPathImpl
371 return (String)this.evaluate( expression, item, XPathConstants.STRING );
418 * {@link #evaluate(String expression, Object item, QName returnType)} on the resulting document object.</p>
431 * @param source The input source of the document to evaluate over.
441 public Object evaluate(String expression, InputSource source, method in class:XPathImpl
500 * <p>This method calls {@link #evaluate(String expression, InputSource source, QName returnType)} with a
511 * @param source The <code>InputSource</code> of the document to evaluate over.
519 public String evaluate(Strin method in class:XPathImpl
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCalculationValue.h70 virtual float evaluate(float maxValue) const = 0;
82 float evaluate(float maxValue) const;
121 virtual float evaluate(float) const OVERRIDE
156 virtual float evaluate(float maxValue) const OVERRIDE
193 virtual float evaluate(float) const OVERRIDE;
234 virtual float evaluate(float maxValue) const OVERRIDE
/external/llvm/utils/TableGen/
H A DSetTheory.cpp31 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
42 ST.evaluate(*Expr->arg_begin(), Add, Loc);
43 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc);
57 ST.evaluate(Expr->arg_begin()[0], S1, Loc);
58 ST.evaluate(Expr->arg_begin()[1], S2, Loc);
76 ST.evaluate(Expr->arg_begin()[0], Set, Loc);
155 ST.evaluate(Expr->getArg(i), Args[i], Loc);
236 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
270 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { function in class:SetTheory
281 return evaluate(L
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js110 assertEquals(expected_locals[name], frame.evaluate(name).value());
116 assertEquals(arg_value, frame.evaluate(arg_name).value());
117 assertEquals(arg_value, frame.evaluate('arguments['+j+']').value());
126 frame.evaluate(Object.keys(expected_locals).join('+') +
134 frame.evaluate(arguments_sum).value());
H A Ddebug-evaluate-locals-optimized.js101 assertEquals(expected_locals[name], frame.evaluate(name).value());
107 assertEquals(arg_value, frame.evaluate(arg_name).value());
108 assertEquals(arg_value, frame.evaluate('arguments['+j+']').value());
117 frame.evaluate(Object.keys(expected_locals).join('+') +
125 frame.evaluate(arguments_sum).value());
/external/junit/src/org/junit/experimental/theories/
H A DTheories.java88 public void evaluate() throws Throwable { method in class:Theories.TheoryAnchor
131 public void evaluate() throws Throwable {
133 statement.evaluate();
156 }.methodBlock(fTestMethod).evaluate();
163 public void evaluate() throws Throwable {
/external/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js101 assertEquals(expected_locals[name], frame.evaluate(name).value());
107 assertEquals(arg_value, frame.evaluate(arg_name).value());
108 assertEquals(arg_value, frame.evaluate('arguments['+j+']').value());
117 frame.evaluate(Object.keys(expected_locals).join('+') + ' + ' +
124 frame.evaluate(arguments_sum).value());
H A Ddebug-evaluate-locals-optimized.js91 assertEquals(expected_locals[name], frame.evaluate(name).value());
97 assertEquals(arg_value, frame.evaluate(arg_name).value());
98 assertEquals(arg_value, frame.evaluate('arguments['+j+']').value());
107 frame.evaluate(Object.keys(expected_locals).join('+') + ' + ' +
114 frame.evaluate(arguments_sum).value());
/external/chromium_org/chrome/test/pyautolib/
H A Ddom_mutation_observer.js110 var con = document.evaluate(xpath, document, null,
128 return document.evaluate(xpath, document, null,
141 var nodes = document.evaluate(xpath, document, null,
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.idl38 [Custom] void evaluate(DOMString script);
H A DInjectedScriptExterns.js87 InjectedScriptHostClass.prototype.evaluate = function(expression) { }
H A DJavaScriptCallFrame.h67 v8::Handle<v8::Value> evaluate(const String& expression);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDump.cpp41 return evaluate(maker);
58 bool SkDump::evaluate(SkAnimateMaker &maker) { function in class:SkDump
/external/skia/src/animator/
H A DSkDump.cpp41 return evaluate(maker);
58 bool SkDump::evaluate(SkAnimateMaker &maker) { function in class:SkDump
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVTPartXPath.java130 public void evaluate( method in class:AVTPartXPath
/external/chromium_org/content/test/plugin/
H A Dplugin_execute_stream_javascript.cc54 NPAPIClient::PluginClient::HostFunctions()->evaluate(
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8DocumentCustom.cpp64 ExceptionState exceptionState(ExceptionState::ExecutionContext, "evaluate", "Document", info.Holder(), info.GetIsolate());
83 V8TRYCATCH_VOID(RefPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(document.get(), expression, contextNode.get(), resolver.release(), type, inResult.get(), exceptionState));
H A DV8JavaScriptCallFrameCustom.cpp42 v8SetReturnValue(info, impl->evaluate(expression));
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathExpressionNode.h64 virtual Value evaluate() const = 0;
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMConstraint.h12 - (BOOL)evaluate:(id)value;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2318.js62 result = exec_state.frame().evaluate("i").value();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DXpathResourceXmlLoader.java23 NodeList nodes = (NodeList) stringsXPath.evaluate(document, XPathConstants.NODESET);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jar ... public org.eclipse.core.expressions.EvaluationResult evaluate (org.eclipse.core.expressions.IEvaluationContext) org ...

Completed in 3009 milliseconds

12345678910