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

12345678

/external/webkit/Source/WebCore/xml/
H A DXPathFunctions.cpp77 virtual Value evaluate() const;
84 virtual Value evaluate() const;
91 virtual Value evaluate() const;
96 virtual Value evaluate() const;
101 virtual Value evaluate() const;
108 virtual Value evaluate() const;
115 virtual Value evaluate() const;
122 virtual Value evaluate() const;
129 virtual Value evaluate() const;
134 virtual Value evaluate() cons
308 Value FunLast::evaluate() const function in class:WebCore::XPath::FunLast
313 Value FunPosition::evaluate() const function in class:WebCore::XPath::FunPosition
318 Value FunId::evaluate() const function in class:WebCore::XPath::FunId
381 Value FunLocalName::evaluate() const function in class:WebCore::XPath::FunLocalName
395 Value FunNamespaceURI::evaluate() const function in class:WebCore::XPath::FunNamespaceURI
409 Value FunName::evaluate() const function in class:WebCore::XPath::FunName
423 Value FunCount::evaluate() const function in class:WebCore::XPath::FunCount
430 Value FunString::evaluate() const function in class:WebCore::XPath::FunString
437 Value FunConcat::evaluate() const function in class:WebCore::XPath::FunConcat
450 Value FunStartsWith::evaluate() const function in class:WebCore::XPath::FunStartsWith
461 Value FunContains::evaluate() const function in class:WebCore::XPath::FunContains
472 Value FunSubstringBefore::evaluate() const function in class:WebCore::XPath::FunSubstringBefore
488 Value FunSubstringAfter::evaluate() const function in class:WebCore::XPath::FunSubstringAfter
500 Value FunSubstring::evaluate() const function in class:WebCore::XPath::FunSubstring
531 Value FunStringLength::evaluate() const function in class:WebCore::XPath::FunStringLength
538 Value FunNormalizeSpace::evaluate() const function in class:WebCore::XPath::FunNormalizeSpace
549 Value FunTranslate::evaluate() const function in class:WebCore::XPath::FunTranslate
572 Value FunBoolean::evaluate() const function in class:WebCore::XPath::FunBoolean
577 Value FunNot::evaluate() const function in class:WebCore::XPath::FunNot
582 Value FunTrue::evaluate() const function in class:WebCore::XPath::FunTrue
587 Value FunLang::evaluate() const function in class:WebCore::XPath::FunLang
620 Value FunFalse::evaluate() const function in class:WebCore::XPath::FunFalse
625 Value FunNumber::evaluate() const function in class:WebCore::XPath::FunNumber
632 Value FunSum::evaluate() const function in class:WebCore::XPath::FunSum
649 Value FunFloor::evaluate() const function in class:WebCore::XPath::FunFloor
654 Value FunCeiling::evaluate() const function in class:WebCore::XPath::FunCeiling
670 Value FunRound::evaluate() const function in class:WebCore::XPath::FunRound
[all...]
H A DXPathExpression.idl27 [OldStyleObjC] XPathResult evaluate(in Node contextNode,
H A DXPathPredicate.cpp49 Value Number::evaluate() const function in class:WebCore::XPath::Number
59 Value StringExpression::evaluate() const function in class:WebCore::XPath::StringExpression
64 Value Negative::evaluate() const function in class:WebCore::XPath::Negative
66 Value p(subExpr(0)->evaluate());
77 Value NumericOp::evaluate() const function in class:WebCore::XPath::NumericOp
79 Value lhs(subExpr(0)->evaluate());
80 Value rhs(subExpr(1)->evaluate());
196 Value EqTestOp::evaluate() const function in class:WebCore::XPath::EqTestOp
198 Value lhs(subExpr(0)->evaluate());
199 Value rhs(subExpr(1)->evaluate());
219 Value LogicalOp::evaluate() const function in class:WebCore::XPath::LogicalOp
232 Value Union::evaluate() const function in class:WebCore::XPath::Union
266 bool Predicate::evaluate() const function in class:WebCore::XPath::Predicate
[all...]
H A DXPathPredicate.h43 virtual Value evaluate() const;
53 virtual Value evaluate() const;
61 virtual Value evaluate() const;
72 virtual Value evaluate() const;
82 virtual Value evaluate() const;
97 virtual Value evaluate() const;
104 virtual Value evaluate() const;
113 bool evaluate() const;
H A DXPathPath.h47 virtual Value evaluate() const;
62 virtual Value evaluate() const;
63 void evaluate(NodeSet& nodes) const; // nodes is an input/output parameter
80 virtual Value evaluate() const;
H A DXPathVariableReference.cpp43 Value VariableReference::evaluate() const function in class:WebCore::XPath::VariableReference
H A DXPathVariableReference.h42 virtual Value evaluate() const;
H A DXPathPath.cpp55 Value Filter::evaluate() const function in class:WebCore::XPath::Filter
57 Value v = m_expr->evaluate();
74 if (m_predicates[i]->evaluate())
94 Value LocationPath::evaluate() const function in class:WebCore::XPath::LocationPath
106 evaluate(nodes);
112 void LocationPath::evaluate(NodeSet& nodes) const function in class:WebCore::XPath::LocationPath
133 step->evaluate(nodes[j], matches);
196 Value Path::evaluate() const function in class:WebCore::XPath::Path
198 Value v = m_filter->evaluate();
201 m_path->evaluate(node
[all...]
H A DXMLTreeViewer.cpp80 m_document->frame()->script()->evaluate(ScriptSourceCode(scriptString));
82 m_document->frame()->script()->evaluate(ScriptSourceCode("prepareWebKitXMLViewer('" + noStyleMessage + "');"));
H A DXPathEvaluator.cpp55 PassRefPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, function in class:WebCore::XPathEvaluator
72 return expr->evaluate(contextNode, type, result, ec);
H A DXPathEvaluator.idl28 XPathResult evaluate(in DOMString expression,
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_init.cpp116 case 85: return QPair<QString, QScriptValue>("engine->evaluate(\"[]\")", engine->evaluate("[]"));
117 case 86: return QPair<QString, QScriptValue>("engine->evaluate(\"{}\")", engine->evaluate("{}"));
118 case 87: return QPair<QString, QScriptValue>("engine->evaluate(\"Object.prototype\")", engine->evaluate("Object.prototype"));
119 case 88: return QPair<QString, QScriptValue>("engine->evaluate(\"Date.prototype\")", engine->evaluate("Date.prototype"));
120 case 89: return QPair<QString, QScriptValue>("engine->evaluate(\"Array.prototype\")", engine->evaluate("Arra
[all...]
H A Dtst_qscriptvalue.cpp303 QScriptValue object = engine.evaluate(code);
353 QScriptValue object = engine.evaluate("o = {13: 0, 'aaa': 3, 'bbb': 1}");
369 QScriptValue object = engine.evaluate("new Object");
379 QScriptValue o1 = engine.evaluate("o1 = new Object; o1");
380 QScriptValue o2 = engine.evaluate("o2 = new Object; o2");
381 QVERIFY(engine.evaluate("o1.__proto__ = o2; o1.__proto__ === o2").toBool());
382 QVERIFY(engine.evaluate("o2.foo = 22; o1.foo == 22").toBool());
385 QVERIFY(engine.evaluate("o1.foo == 456").toBool());
393 QScriptValue object1 = engine.evaluate("o1 = new Object();");
394 QScriptValue object2 = engine.evaluate("o
[all...]
/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());
H A Ddebug-evaluate-locals.js90 assertEquals(1, exec_state.frame(0).evaluate('a').value());
91 assertEquals(2, exec_state.frame(0).evaluate('b').value());
92 assertEquals(3, exec_state.frame(1).evaluate('a').value());
93 assertEquals(4, exec_state.frame(1).evaluate('b').value());
94 assertEquals(5, exec_state.frame(2).evaluate('a').value());
95 assertEquals(6, exec_state.frame(2).evaluate('b').value());
H A Ddebug-evaluate-recursive.js35 // The base part of all evaluate requests.
36 var base_request = '"seq":0,"type":"request","command":"evaluate"'
77 assertEquals(1, exec_state.frame(0).evaluate('f()', true).value());
78 assertEquals(2, exec_state.frame(0).evaluate('g()', true).value());
117 assertEquals(1, exec_state.frame(0).evaluate('f()', false).value());
123 assertEquals(1, exec_state.frame(0).evaluate('f()', true).value());
/external/llvm/lib/MC/MCDisassembler/
H A DEDOperand.h55 /// evaluate - Returns the numeric value of an operand to the extent possible,
63 int evaluate(uint64_t &result,
83 /// evaluate - Like evaluate for a callback, but uses a block instead
84 int evaluate(uint64_t &result,
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerScriptController.h54 ScriptValue evaluate(const ScriptSourceCode&);
55 ScriptValue evaluate(const ScriptSourceCode&, ScriptValue* exception);
H A DWorkerScriptController.cpp64 ScriptValue WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode) function in class:WebCore::WorkerScriptController
66 return evaluate(sourceCode, 0);
69 ScriptValue WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode, ScriptValue* exception) function in class:WebCore::WorkerScriptController
75 ScriptValue result = m_proxy->evaluate(sourceCode.source(), sourceCode.url().string(), WTF::toZeroBasedTextPosition(sourceCode.startPosition()), &state);
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dutil.js17 return document.evaluate(expression, node,
/external/webkit/Source/WebCore/inspector/
H A DInspectorClient.cpp62 scriptController->evaluate(ScriptSourceCode(dispatchToFrontend));
/external/webkit/Source/WebCore/bindings/js/
H A DWorkerScriptController.h59 ScriptValue evaluate(const ScriptSourceCode&);
60 ScriptValue evaluate(const ScriptSourceCode&, ScriptValue* exception);
/external/llvm/utils/TableGen/
H A DSetTheory.h117 /// evaluate - Evaluate Expr and append the resulting set to Elts.
118 void evaluate(Init *Expr, RecSet &Elts);
120 /// evaluate - Evaluate a sequence of Inits and append to Elts.
122 void evaluate(Iter begin, Iter end, RecSet &Elts) { function in class:llvm::SetTheory
124 evaluate(*begin++, Elts);
/external/webkit/LayoutTests/fast/xpath/
H A Dxpath-test-pre.js21 context = doc.evaluate(context, doc.documentElement, nsResolver, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue;
23 var result = doc.evaluate(expr, context, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
26 var result = doc.evaluate(expr, context, nsResolver, XPathResult.ANY_TYPE, null);
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp42 void evaluate();
58 void tst_QScriptEngine::evaluate() function in class:tst_QScriptEngine
61 QVERIFY2(engine.evaluate("1+1").isValid(), "the expression should be evaluated and an valid result should be returned");
62 QVERIFY2(engine.evaluate("ping").isValid(), "Script throwing an unhandled exception should return an exception value");
114 QCOMPARE(fun.prototype().strictlyEquals(eng.evaluate("Function.prototype")), true);
138 QCOMPARE(fun.prototype().strictlyEquals(eng.evaluate("Function.prototype")), true);
154 QCOMPARE(fun.prototype().strictlyEquals(eng.evaluate("Function.prototype")), true);
221 QScriptValue self = engine.evaluate("this");
223 QVERIFY(engine.globalObject().equals(engine.evaluate("this")));
231 QScriptValue foo = engine.evaluate("( functio
[all...]

Completed in 353 milliseconds

12345678