Searched refs:evaluate (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/junit/src/org/junit/runners/model/
H A DStatement.java15 public abstract void evaluate() throws Throwable; method in class:Statement
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-closure.js36 assertEquals("goo", exec_state.frame(0).evaluate("goo").value());
37 exec_state.frame(0).evaluate("goo = 'goo foo'");
38 assertEquals("bar return", exec_state.frame(0).evaluate("bar()").value());
39 assertEquals("inner bar", exec_state.frame(0).evaluate("inner").value());
40 assertEquals("outer bar", exec_state.frame(0).evaluate("outer").value());
41 assertEquals("baz inner", exec_state.frame(0).evaluate("baz").value());
42 assertEquals("baz outer", exec_state.frame(1).evaluate("baz").value());
43 exec_state.frame(0).evaluate("w = 'w foo'");
44 exec_state.frame(0).evaluate("inner = 'inner foo'");
45 exec_state.frame(0).evaluate("oute
[all...]
H A Ddebug-evaluate-with.js43 assertEquals(2, exec_state.frame(0).evaluate('a').value());
44 assertEquals(2, exec_state.frame(0).evaluate('b').value());
47 assertEquals(3, exec_state.frame(0).evaluate('a').value());
48 assertEquals(1, exec_state.frame(0).evaluate('b').value());
51 assertEquals('local', exec_state.frame(0).evaluate('foo').value());
H A Ddebug-evaluate-const.js54 // TODO(yangguo): debug evaluate should not be able to alter
78 var evaluate = function(something) {
79 return frame.evaluate(something).value()
96 evaluate('const0 = 10');
97 evaluate('const2 = 12');
98 evaluate('const3 = 13');
99 evaluate('var0 = 30');
100 evaluate('var1 = 31');
H A Ddebug-evaluate-locals.js118 assertEquals(1, exec_state.frame(0).evaluate('a').value());
119 assertEquals(2, exec_state.frame(0).evaluate('b').value());
120 assertEquals(5, exec_state.frame(0).evaluate('eval').value());
121 assertEquals(3, exec_state.frame(1).evaluate('a').value());
122 assertEquals(4, exec_state.frame(1).evaluate('b').value());
124 typeof exec_state.frame(1).evaluate('eval').value());
125 assertEquals(5, exec_state.frame(2).evaluate('a').value());
126 assertEquals(6, exec_state.frame(2).evaluate('b').value());
128 typeof exec_state.frame(2).evaluate('eval').value());
130 exec_state.frame(0).evaluate('
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.cpp75 virtual Value evaluate() const;
82 virtual Value evaluate() const;
89 virtual Value evaluate() const;
94 virtual Value evaluate() const;
99 virtual Value evaluate() const;
106 virtual Value evaluate() const;
113 virtual Value evaluate() const;
120 virtual Value evaluate() const;
127 virtual Value evaluate() const;
132 virtual Value evaluate() cons
306 Value FunLast::evaluate() const function in class:WebCore::XPath::FunLast
311 Value FunPosition::evaluate() const function in class:WebCore::XPath::FunPosition
316 Value FunId::evaluate() const function in class:WebCore::XPath::FunId
379 Value FunLocalName::evaluate() const function in class:WebCore::XPath::FunLocalName
393 Value FunNamespaceURI::evaluate() const function in class:WebCore::XPath::FunNamespaceURI
407 Value FunName::evaluate() const function in class:WebCore::XPath::FunName
421 Value FunCount::evaluate() const function in class:WebCore::XPath::FunCount
428 Value FunString::evaluate() const function in class:WebCore::XPath::FunString
435 Value FunConcat::evaluate() const function in class:WebCore::XPath::FunConcat
449 Value FunStartsWith::evaluate() const function in class:WebCore::XPath::FunStartsWith
460 Value FunContains::evaluate() const function in class:WebCore::XPath::FunContains
471 Value FunSubstringBefore::evaluate() const function in class:WebCore::XPath::FunSubstringBefore
487 Value FunSubstringAfter::evaluate() const function in class:WebCore::XPath::FunSubstringAfter
499 Value FunSubstring::evaluate() const function in class:WebCore::XPath::FunSubstring
530 Value FunStringLength::evaluate() const function in class:WebCore::XPath::FunStringLength
537 Value FunNormalizeSpace::evaluate() const function in class:WebCore::XPath::FunNormalizeSpace
548 Value FunTranslate::evaluate() const function in class:WebCore::XPath::FunTranslate
568 Value FunBoolean::evaluate() const function in class:WebCore::XPath::FunBoolean
573 Value FunNot::evaluate() const function in class:WebCore::XPath::FunNot
578 Value FunTrue::evaluate() const function in class:WebCore::XPath::FunTrue
583 Value FunLang::evaluate() const function in class:WebCore::XPath::FunLang
618 Value FunFalse::evaluate() const function in class:WebCore::XPath::FunFalse
623 Value FunNumber::evaluate() const function in class:WebCore::XPath::FunNumber
630 Value FunSum::evaluate() const function in class:WebCore::XPath::FunSum
647 Value FunFloor::evaluate() const function in class:WebCore::XPath::FunFloor
652 Value FunCeiling::evaluate() const function in class:WebCore::XPath::FunCeiling
668 Value FunRound::evaluate() const function in class:WebCore::XPath::FunRound
[all...]
H A DXPathExpression.idl21 [RaisesException] XPathResult evaluate([Default=Undefined] optional Node contextNode,
H A DXPathPredicate.cpp44 Value Number::evaluate() const function in class:WebCore::XPath::Number
54 Value StringExpression::evaluate() const function in class:WebCore::XPath::StringExpression
59 Value Negative::evaluate() const function in class:WebCore::XPath::Negative
61 Value p(subExpr(0)->evaluate());
72 Value NumericOp::evaluate() const function in class:WebCore::XPath::NumericOp
74 Value lhs(subExpr(0)->evaluate());
75 Value rhs(subExpr(1)->evaluate());
191 Value EqTestOp::evaluate() const function in class:WebCore::XPath::EqTestOp
193 Value lhs(subExpr(0)->evaluate());
194 Value rhs(subExpr(1)->evaluate());
214 Value LogicalOp::evaluate() const function in class:WebCore::XPath::LogicalOp
227 Value Union::evaluate() const function in class:WebCore::XPath::Union
260 bool Predicate::evaluate() const function in class:WebCore::XPath::Predicate
[all...]
H A DXPathPredicate.h41 virtual Value evaluate() const;
51 virtual Value evaluate() const;
59 virtual Value evaluate() const;
70 virtual Value evaluate() const;
80 virtual Value evaluate() const;
95 virtual Value evaluate() const;
102 virtual Value evaluate() const;
111 bool evaluate() const;
H A DXPathPath.h45 virtual Value evaluate() const OVERRIDE;
60 virtual Value evaluate() const OVERRIDE;
61 void evaluate(NodeSet& nodes) const; // nodes is an input/output parameter
78 virtual Value evaluate() const OVERRIDE;
H A DXPathVariableReference.cpp40 Value VariableReference::evaluate() const function in class:WebCore::XPath::VariableReference
H A DXPathVariableReference.h40 virtual Value evaluate() const;
/external/junit/src/org/junit/rules/
H A DVerifier.java32 public void evaluate() throws Throwable {
33 base.evaluate();
H A DExternalResource.java43 public void evaluate() throws Throwable {
46 base.evaluate();
H A DRunRules.java17 public void evaluate() throws Throwable { method in class:RunRules
18 statement.evaluate();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCalculationValue.cpp38 float CalcExpressionBinaryOperation::evaluate(float maxValue) const function in class:WebCore::CalcExpressionBinaryOperation
40 float left = m_leftSide->evaluate(maxValue);
41 float right = m_rightSide->evaluate(maxValue);
63 float CalculationValue::evaluate(float maxValue) const function in class:WebCore::CalculationValue
65 float result = m_value->evaluate(maxValue);
/external/v8/test/mjsunit/
H A Ddebug-evaluate-with.js43 assertEquals(2, exec_state.frame(0).evaluate('a').value());
44 assertEquals(2, exec_state.frame(0).evaluate('b').value());
47 assertEquals(3, exec_state.frame(0).evaluate('a').value());
48 assertEquals(1, exec_state.frame(0).evaluate('b').value());
51 assertEquals('local', exec_state.frame(0).evaluate('foo').value());
H A Ddebug-evaluate-locals.js116 assertEquals(1, exec_state.frame(0).evaluate('a').value());
117 assertEquals(2, exec_state.frame(0).evaluate('b').value());
118 assertEquals(3, exec_state.frame(1).evaluate('a').value());
119 assertEquals(4, exec_state.frame(1).evaluate('b').value());
120 assertEquals(5, exec_state.frame(2).evaluate('a').value());
121 assertEquals(6, exec_state.frame(2).evaluate('b').value());
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-171715.js36 assertEquals(expected, exec_state.frame(frame_id).evaluate('v').value());
48 exec_state.frame(0).evaluate('arguments').value());
54 exec_state.frame(0).evaluate('arguments').value());
62 exec_state.frame(0).evaluate('arguments').value());
64 exec_state.frame(1).evaluate('arguments').value());
/external/junit/src/org/junit/internal/runners/statements/
H A DRunBefores.java25 public void evaluate() throws Throwable { method in class:RunBefores
28 fNext.evaluate();
H A DFail.java14 public void evaluate() throws Throwable { method in class:Fail
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dutil.js17 return document.evaluate(expression, node,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dutil.js17 return document.evaluate(expression, node,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTestController.js46 RuntimeAgent.evaluate("didEvaluateForTestInFrontend(" + callId + ", " + message + ")", "test");
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtemplite.py124 self.result.append(str(self.evaluate(args)))
127 new_exc = exc_class("Couldn't evaluate {{ %s }}: %s"
132 if self.evaluate(expr):
136 vals = self.evaluate(lis)
143 def evaluate(self, expr): member in class:_TempliteEngine
151 value = self.evaluate(pipes[0])
153 value = self.evaluate(func)(value)
156 value = self.evaluate(dots[0])

Completed in 439 milliseconds

12345678910