HomeSort by relevance Sort by last modified time
    Searched refs:Eval (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-005.js 7 * as try-004, but the eval statement is called from a function, not
32 function Eval( v ) {
33 return eval( v );
44 result = Eval( value );
51 "eval( " + value +" )",
  /external/valgrind/unittest/
thread_wrappers_win.h 114 while(cond.Eval() == false) {
126 while (cond.Eval() == false && GetTimeInMs() - start_time < millis) {
133 if (cond.Eval() == 0) {
thread_wrappers_pthread.h 188 while(cond.Eval() == false) {
203 while (cond.Eval() == false && retcode == 0) {
209 return cond.Eval();
thread_wrappers.h 77 bool Eval() { return func_(arg_); }
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 25 // This implements the O(n*log(n)) versions of EVAL and LINK, because it turns
108 Eval(DominatorTreeBase<typename GraphT::NodeType>& DT,
199 typename GraphT::NodeType* U = Eval<GraphT>(DT, V, i + 1);
213 unsigned SemiU = DT.Info[Eval<GraphT>(DT, N, i + 1)].Semi;
Dominators.h 567 friend typename GraphT::NodeType* Eval(
  /external/skia/src/animator/
SkAnimatorScript.h 49 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
SkAnimatorScript.cpp 65 functionCallBack(Eval, (void*) this);
141 bool SkAnimatorScript::Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
143 if (SK_LITERAL_STR_EQUAL("eval", function, len) == false)
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 170 bool Eval() { return func_(arg_); }
229 while(cond.Eval() == false) {
243 while (cond.Eval() == false && retcode == 0) {
249 return cond.Eval();
  /external/v8/test/mjsunit/
const-redecl.js 45 return eval("(function(){" + s + ";return " + e + "})")();
66 this.eval(code);
88 return eval(s + ";" + e);
107 // No eval.
109 // Eval everything.
110 TestAll("TypeError", 'eval("' + def0 + '; ' + def1 + '")');
111 // Eval first definition.
112 TestAll("TypeError", 'eval("' + def0 +'"); ' + def1);
113 // Eval second definition.
114 TestAll("TypeError", def0 + '; eval("' + def1 + '")')
    [all...]
global-load-from-nested-eval.js 28 // Tests global loads from nested eval.
34 eval('eval(' + source +')');
41 eval('eval(' + source +')');
46 // Shadow variable with an eval-introduced variable.
48 eval('var x = 1');
50 eval('eval('+ source + ')');
56 // Eval that does not shadow
    [all...]
debug-compile-event.js 38 var eval_compilations = 0; // Number of scources compiled through eval.
43 eval(current_source);
61 case Debug.ScriptCompilationType.Eval:
67 // If the compiled source contains 'eval' there will be additional compile
68 // events for the source inside eval.
69 if (current_source.indexOf('eval') == 0) {
70 // For source with 'eval' there will be compile events with substrings
74 // For source without 'eval' there will be a compile events with the
80 var msg = eval('(' + json + ')');
100 compileSource('eval("a=2")')
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.h 55 Eval,
84 jobject eval(jstring script) const;
jni_jsobject.mm 211 case Eval: {
212 result.l = JavaJSObject(nativeHandle).eval(context->string);
306 jobject JavaJSObject::eval(jstring script) const
308 LOG(LiveConnect, "JavaJSObject::eval script = %s", JavaString(script).utf8());
642 context.type = Eval;
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 314 EnterExpressionEvaluationContext Eval(Actions,
ParseDecl.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp     [all...]
  /external/v8/src/
d8.js 97 Eval: 1,
    [all...]
debug-debugger.js 66 Eval: 1,
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 708 milliseconds