HomeSort by relevance Sort by last modified time
    Searched full:eval (Results 401 - 425 of 2959) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/test/
tkt-b72787b1.test 40 db eval {CREATE TABLE IF NOT EXISTS t4(q)}
48 db eval {
67 db eval {
walthread.test 86 set ic [db eval "PRAGMA integrity_check"]
135 eval $P(init)
160 set ic [$db eval {PRAGMA integrity_check}]
168 db eval { SELECT randomblob($E(pid)*5) }
259 set results [db eval {
278 db eval {
291 db eval { PRAGMA wal_autocheckpoint = 0 }
304 db eval "PRAGMA wal_checkpoint"
340 db eval { SELECT * FROM sqlite_master }
341 catch { db eval { PRAGMA journal_mode = DELETE }
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-funcaller.js 66 // Test when called from eval.
68 if (x == 0) return eval("o.g(x);");
69 if (x == 1) return eval("o.g(x);");
  /external/chromium_org/v8/test/mjsunit/
debug-compile-event-newfunction.js 37 assertEquals(Debug.ScriptCompilationType.Eval,
45 'Wrong eval from script name.');
63 // Create a function from its body text. It will lead to an eval.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-145201.js 48 eval(op + " custom " + after);
57 eval("custom " + op + " " + other_side);
59 eval(other_side + " " + op + " custom");
regress-conditional-position.js 89 eval(test1.toString() + "//@ sourceUrl=foo");
90 eval(test2.toString() + "//@ sourceUrl=foo");
91 eval(test3.toString() + "//@ sourceUrl=foo");
regress-parse-use-strict.js 39 // We must use eval instead of assertDoesNotThrow here to make sure that
41 eval('function f() { function g() {}' + strict + '}');
42 eval('function f() { function g() {}' + strict + filler + '}');
  /external/chromium_org/v8/test/webkit/
dfg-integer-optimization.js 42 // Use eval() for computing the correct result, to force execution to happen outside the DFG.
43 shouldBe("result.a", "" + eval("((" + a + " + " + b + ") | 0)"))
44 shouldBe("result.b", "" + eval(a + " + " + b))
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 32 shouldBe("eval(stringLiteral)", "nonStrictResult");
37 shouldBe("eval(stringLiteral)", "strictResult");
39 shouldThrow("eval(stringLiteral)");
  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 33 CodeGenFunction::ConditionalEvaluation eval(CGF);
36 eval.begin(CGF);
52 eval.end(CGF);
  /external/eigen/test/
product_large.cpp 35 VERIFY_IS_APPROX((a = a * b), (c * b).eval());
58 VERIFY_IS_APPROX(r1, (mat1.row(2)*mat2.transpose()).eval());
61 VERIFY_IS_APPROX(r2, (mat1.row(2)*mat2).eval());
  /external/eigen/unsupported/test/
polynomialutils.cpp 80 bool eval = (M >= Max) && (m <= min); local
81 if( !eval )
87 VERIFY( eval );
  /external/openssh/
aclocal.m4 38 eval "$ossh_varname=yes" dnl
40 eval "$ossh_varname=no" dnl
43 ossh_result=`eval 'echo $'"$ossh_varname"`
  /external/v8/test/mjsunit/compiler/
regress-funcaller.js 66 // Test when called from eval.
68 if (x == 0) return eval("o.g(x);");
69 if (x == 1) return eval("o.g(x);");
  /external/v8/test/mjsunit/
debug-compile-event-newfunction.js 37 assertEquals(Debug.ScriptCompilationType.Eval,
45 'Wrong eval from script name.');
63 // Create a function from its body text. It will lead to an eval.
  /external/v8/test/mjsunit/regress/
regress-conditional-position.js 89 eval(test1.toString() + "//@ sourceUrl=foo");
90 eval(test2.toString() + "//@ sourceUrl=foo");
91 eval(test3.toString() + "//@ sourceUrl=foo");
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 265 attr->AutoNormal = ctx->Eval.AutoNormal;
282 attr->Map1Color4 = ctx->Eval.Map1Color4;
283 attr->Map1Index = ctx->Eval.Map1Index;
284 attr->Map1Normal = ctx->Eval.Map1Normal;
285 attr->Map1TextureCoord1 = ctx->Eval.Map1TextureCoord1;
286 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2;
287 attr->Map1TextureCoord3 = ctx->Eval.Map1TextureCoord3;
288 attr->Map1TextureCoord4 = ctx->Eval.Map1TextureCoord4;
289 attr->Map1Vertex3 = ctx->Eval.Map1Vertex3;
290 attr->Map1Vertex4 = ctx->Eval.Map1Vertex4
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 265 attr->AutoNormal = ctx->Eval.AutoNormal;
282 attr->Map1Color4 = ctx->Eval.Map1Color4;
283 attr->Map1Index = ctx->Eval.Map1Index;
284 attr->Map1Normal = ctx->Eval.Map1Normal;
285 attr->Map1TextureCoord1 = ctx->Eval.Map1TextureCoord1;
286 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2;
287 attr->Map1TextureCoord3 = ctx->Eval.Map1TextureCoord3;
288 attr->Map1TextureCoord4 = ctx->Eval.Map1TextureCoord4;
289 attr->Map1Vertex3 = ctx->Eval.Map1Vertex3;
290 attr->Map1Vertex4 = ctx->Eval.Map1Vertex4
    [all...]
  /external/tcpdump/
configure 109 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
110 eval $as_var=C; export $as_var
156 if (eval ":") 2>/dev/null; then
162 if test $as_have_required = yes && (eval ":
367 (eval "as_func_return () {
531 eval sh -c '\''
546 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
748 eval $ac_prev=\$ac_option
803 eval enable_$ac_feature=no ;
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl 16 eval {
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm 23 eval {
  /external/chromium/third_party/libevent/
log.c 70 event_err(int eval, const char *fmt, ...)
77 exit(eval);
91 event_errx(int eval, const char *fmt, ...)
98 exit(eval);
  /external/chromium_org/content/test/data/workers/
multi_worker.html 18 worker.postMessage("eval " + base + "+" + i);
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
08_pc_base.t 85 eval q{ $pc->decode($js) };
89 eval q{ $js = $pc->encode($obj) };
93 #eval q{ $js = $pc->encode($obj) };
97 eval q{ $js = $pc->encode($obj) };
e15_tie_ixhash.t 13 eval {require Tie::IxHash};

Completed in 716 milliseconds

<<11121314151617181920>>