/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/ |
regress-194364.js | 38 * SUMMARY: Testing eval statements containing conditional function expressions 46 var summary = 'Testing eval statements with conditional function expressions'; 56 actual = eval('1; function() {}'); 61 actual = eval('2; function f() {}'); 66 actual = eval('3; if (true) function() {}'); 71 actual = eval('4; if (true) function f() {}'); 76 actual = eval('5; if (false) function() {}'); 81 actual = eval('6; if (false) function f() {}'); 86 actual = eval('7; switch(true) { case true: function() {} }'); 91 actual = eval('8; switch(true) { case true: function f() {} }') [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
eval.good | 34 ../sed/sed 1q eval.in2 38 ../sed/sed 1q eval.in2 40 ../sed/sed 1q eval.in2
|
/external/dropbear/ |
configure | 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 eval $as_var=C; export $as_var 228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 358 eval "$ac_prev=\$ac_option" 402 eval "enable_$ac_feature=no" ;; 415 eval "enable_$ac_feature='$ac_optarg'" ;; 597 eval "with_$ac_package='$ac_optarg'" ;; 606 eval "with_$ac_package=no" ;; 638 eval "$ac_envvar='$ac_optarg' [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.10-1.js | 78 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length; String.prototype.substring.length", 2, eval("delete String.prototype.substring.length; String.prototype.substring.length") ); 87 eval("var s = new String('this is a string object'); typeof s.substring()") ); 92 eval("var s = new String(''); s.substring(1,0)") ); 97 eval("var s = new String('this is a string object'); s.substring(false, true)") ); 102 eval("var s = new String('this is a string object'); s.substring(NaN, Infinity)") ); 108 eval("var s = new String('this is a string object'); s.substring(Infinity, NaN)") ); 114 eval("var s = new String('this is a string object'); s.substring(Infinity, Infinity)") ); 119 eval("var s = new String('this is a string object'); s.substring(-0.01,0)") ); 125 eval("var s = new String('this is a string object'); s.substring(s.length, s.length)") ); 130 eval("var s = new String('this is a string object'); s.substring(s.length+1, 0)") ) [all...] |
15.5.4.8-1.js | 65 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length; String.prototype.split.length", 2, eval("delete String.prototype.split.length; String.prototype.split.length") ); 74 eval("var s = new String('this is a string object'); typeof s.split()") ); 79 eval("var s = new String('this is a string object'); Array.prototype.getClass = Object.prototype.toString; (s.split()).getClass()") ); 84 eval("var s = new String('this is a string object'); s.split().length") ); 89 eval("var s = new String('this is a string object'); s.split()[0]") ); 95 eval("var obj = new Object(); obj.split = String.prototype.split; typeof obj.split()") ); 100 eval("var obj = new Object(); obj.split = String.prototype.split; Array.prototype.getClass = Object.prototype.toString; obj.split().getClass()") ); 105 eval("var obj = new Object(); obj.split = String.prototype.split; obj.split().length") ); 110 eval("var obj = new Object(); obj.split = String.prototype.split; obj.split()[0]") ); 116 eval("var obj = new Function(); obj.split = String.prototype.split; typeof obj.split()") ) [all...] |
15.5.4.9-1.js | 68 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length; String.prototype.substring.length", 2, eval("delete String.prototype.substring.length; String.prototype.substring.length") ); 77 eval("var s = new String('this is a string object'); typeof s.substring()") ); 82 eval("var s = new String(''); s.substring()") ); 88 eval("var s = new String('this is a string object'); s.substring()") ); 93 eval("var s = new String('this is a string object'); s.substring(NaN)") ); 99 eval("var s = new String('this is a string object'); s.substring(-0.01)") ); 105 eval("var s = new String('this is a string object'); s.substring(s.length)") ); 110 eval("var s = new String('this is a string object'); s.substring(s.length+1)") ); 116 eval("var s = new String('this is a string object'); s.substring(Infinity)") ); 121 eval("var s = new String('this is a string object'); s.substring(-Infinity)") ) [all...] |
15.5.5.1.js | 54 eval("var s = new String(); s.length") ); 59 eval("var s = new String(); s.length = 10; s.length") ); 64 eval("var s = new String(); var props = ''; for ( var p in s ) { props += p; }; props") ); 69 eval("var s = new String(); delete s.length") ); 74 eval("var s = new String('hello'); delete s.length; s.length") );
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
buildpkb.sh | 194 eval AUT_WORD${i}_FN=${LANG}_aut_wpho${i}.utf 195 eval AUT_PKB_WORD${i}_FN=${LANG}_kfst_wpho${i}.pkb 199 eval AUT_SENT${i}_FN=${LANG}_aut_spho${i}.utf 200 eval AUT_PKB_SENT${i}_FN=${LANG}_kfst_spho${i}.pkb 205 eval AUT_SENT${i}_FN=${LANG}_${VOICE}_aut_spho${i}.utf 206 eval AUT_PKB_SENT${i}_FN=${LANG}_${VOICE}_kfst_spho${i}.pkb 243 eval DT_LFZ${i}_FN=${LANG}_${VOICE}_kdt_lfz${i}.utf 244 eval DT_PKB_LFZ${i}_FN=${LANG}_${VOICE}_kdt_lfz${i}.pkb 247 eval DT_MGC${i}_FN=${LANG}_${VOICE}_kdt_mgc${i}.utf 248 eval DT_PKB_MGC${i}_FN=${LANG}_${VOICE}_kdt_mgc${i}.pk [all...] |
/build/core/ |
cleanbuild.mk | 28 $(eval _acs_makefile_prefix := $(lastword $(MAKEFILE_LIST))) 29 $(eval _acs_makefile_prefix := $(subst /,_,$(_acs_makefile_prefix))) 30 $(eval _acs_makefile_prefix := $(subst .,-,$(_acs_makefile_prefix))) 31 $(eval _acs_makefile_prefix := $(_acs_makefile_prefix)_acs) 33 $(eval $(_acs_makefile_prefix) := $(INTERNAL_CLEAN_BUILD_VERSION))) 34 $(eval $(_acs_makefile_prefix) := $($(_acs_makefile_prefix))@) 35 $(if $(strip $(2)),$(eval _acs_id := $($(_acs_makefile_prefix))),\ 36 $(eval _acs_id := $(_acs_makefile_prefix)$($(_acs_makefile_prefix)))) 37 $(eval INTERNAL_CLEAN_STEPS += $(_acs_id)) 38 $(eval INTERNAL_CLEAN_STEP.$(_acs_id) := $(1) [all...] |
distdir.mk | 55 $(eval fw := $(subst :,$(space),$(file))) \ 56 $(eval src := $(word 1,$(fw))) \ 57 $(eval dst := $(word 2,$(fw))) \ 58 $(eval dst := $(if $(dst),$(dst),$(notdir $(src)))) \ 59 $(eval \
|
/external/v8/test/mjsunit/ |
stack-traces.js | 58 eval("function Doo() { FAIL; }; Doo();"); 63 eval("function Outer() { eval('function Inner() { eval(x); }'); Inner(); }; Outer();"); 67 eval("function Doo() { FAIL; }; Doo();\n//@ sourceURL=res://name"); 72 var innerEval = 'function Inner() { eval(x); }\n//@ sourceURL=res://inner-eval'; 73 eval("function Outer() { eval(innerEval); Inner(); }; Outer();\n//@ sourceURL=res://outer-eval"); [all...] |
strict-mode.js | 92 // Function named 'eval'. 93 CheckStrictMode("function eval() {}", SyntaxError); 98 // Function parameter named 'eval'. 99 CheckStrictMode("function foo(a, b, eval, c, d) {}", SyntaxError); 104 // Property accessor parameter named 'eval'. 105 CheckStrictMode("var o = { set foo(eval) {} }", SyntaxError); 113 // Function constructor: eval parameter name. 114 CheckFunctionConstructorStrictMode("eval"); 123 // catch(eval) 124 CheckStrictMode("try{}catch(eval){};", SyntaxError) [all...] |
const-eval-init.js | 43 eval(source); 57 eval(source); 66 eval(source); 84 eval(source); 91 eval(source); 102 eval(source); 111 eval(source);
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.prog | 25 eval(loadFile("../../lib/antlr3-all.js")); 26 eval(loadFile("../../lib/antlr3-cli.js")); 27 eval(loadFile("PythonLexer.js")); 28 eval(loadFile("PythonParser.js")); 29 eval(loadFile("rhino-python.extensions"));
|
/external/qemu/distrib/sdl-1.2.12/ |
Makefile.android | 86 $(eval $(call install-target,objs/sdl-config,$(target)/bin/sdl-config)) \ 87 $(eval $(call install-target,objs/SDL_config.h,$(target)/include/SDL/SDL_config.h)) \ 88 $(eval $(call install-target,objs/libs/libSDL.a,$(target)/libs/libSDL.a)) \ 89 $(eval $(call install-target,objs/libs/libSDLmain.a,$(target)/libs/libSDLmain.a)) \ 91 $(eval $(call install-target,include/$(header),$(target)/include/SDL/$(header))) \
|
/external/v8/test/mjsunit/compiler/ |
unary-add.js | 38 assertEquals(1, eval("+'1'; 1")); 39 assertEquals(1, eval("+1; 1")); 40 assertEquals(1, eval("+1.12; 1")); 41 assertEquals(1, eval("+undefined; 1")); 42 assertEquals(1, eval("+{}; 1"));
|
/external/v8/test/mjsunit/regress/ |
regress-1178598.js | 40 eval("const e=1"); 48 // Make sure that catch variables can be accessed using eval. 54 result = eval("e"); 74 result = eval("e"); 80 eval("e");
|
regress-1199401.js | 44 assertEquals(result, eval(min_smi + " * -1"), name + "-litconmult"); 45 assertEquals(result, eval(min_smi + " / -1"), name + "-litcondiv"); 46 assertEquals(result, eval("-(" + min_smi + ")"), name + "-litneg"); 47 assertEquals(result, eval("0 - (" + min_smi + ")")), name + "-conlitsub"; 64 assertEquals(result, eval(min_smi + " * minus_one"), name + "-litvarmult"); 65 assertEquals(result, eval(min_smi + " / minus_one"), name + "-litvarmdiv"); 66 assertEquals(result, eval("0 - (" + min_smi + ")"), name + "-varlitsub");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/regress/ |
function-001.js | 28 * eval("function f(){}function g(){}") at top level is an error for JS1.2 35 js> eval("function f(){}function g(){}") 38 js> eval("function f(){}function g(){}") 57 "eval(\"function f(){}function g(){}\")", 59 eval("function f(){}function g(){}") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/ |
function-001-n.js | 28 * eval("function f(){}function g(){}") at top level is an error for JS1.2 35 * js> eval("function f(){}function g(){}") 38 * js> eval("function f(){}function g(){}") 55 "eval(\"function f(){}function g(){}\")", 57 eval("function f(){}function g(){}") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/ |
function-001-n.js | 28 * eval("function f(){}function g(){}") at top level is an error for JS1.2 35 * js> eval("function f(){}function g(){}") 38 * js> eval("function f(){}function g(){}") 55 "eval(\"function f(){}function g(){}\")", 57 eval("function f(){}function g(){}") );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/regress/ |
function-001-n.js | 28 * eval("function f(){}function g(){}") at top level is an error for JS1.2 35 * js> eval("function f(){}function g(){}") 38 * js> eval("function f(){}function g(){}") 55 "eval(\"function f(){}function g(){}\")", 57 eval("function f(){}function g(){}") );
|
/external/webkit/Tools/WebKitTestRunner/ |
DerivedSources.pro | 18 eval($${1}.CONFIG = target_predeps no_link) 19 eval($${1}.variable_out =) 20 eval($${1}.dependency_type = TYPE_C) 22 wkScript = $$eval($${1}.wkScript) 23 eval($${1}.depends += $$wkScript)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4-2.js | 55 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,16)] = 'hi'; arr.length", Math.pow(2,16)+1, eval("var arr=new Array(); arr[Math.pow(2,16)] = 'hi'; arr.length") ); 57 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,30)-2] = 'hi'; arr.length", Math.pow(2,30)-1, eval("var arr=new Array(); arr[Math.pow(2,30)-2] = 'hi'; arr.length") ); 58 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,30)-1] = 'hi'; arr.length", Math.pow(2,30), eval("var arr=new Array(); arr[Math.pow(2,30)-1] = 'hi'; arr.length") ); 59 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,30)] = 'hi'; arr.length", Math.pow(2,30)+1, eval("var arr=new Array(); arr[Math.pow(2,30)] = 'hi'; arr.length") ); 61 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,31)-2] = 'hi'; arr.length", Math.pow(2,31)-1, eval("var arr=new Array(); arr[Math.pow(2,31)-2] = 'hi'; arr.length") ); 62 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,31)-1] = 'hi'; arr.length", Math.pow(2,31), eval("var arr=new Array(); arr[Math.pow(2,31)-1] = 'hi'; arr.length") ); 63 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,31)] = 'hi'; arr.length", Math.pow(2,31)+1, eval("var arr=new Array(); arr[Math.pow(2,31)] = 'hi'; arr.length") ); 65 array[item++] = new TestCase( SECTION, "var arr = new Array(0,1,2,3,4,5); arr.length = 2; String(arr)", "0,1", eval("var arr = new Array(0,1,2,3,4,5); arr.length = 2; String(arr)") ); 66 array[item++] = new TestCase( SECTION, "var arr = new Array(0,1); arr.length = 3; String(arr)", "0,1,", eval("var arr = new Array(0,1); arr.length = 3; String(arr)") ); 67 // array[item++] = new TestCase( SECTION, "var arr = new Array(0,1,2,3,4,5); delete arr[0]; arr.length", 5, eval("var arr = new Array(0,1,2,3,4,5); delete arr[0]; arr.length") ) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-77578-001.js | 22 * SUMMARY: Testing eval scope inside a function. 28 var summary = 'Testing eval scope inside a function'; 88 // eval the test, so it compiles AFTER version() has executed - 94 sTestScript += "actual = eval('i');"; 98 eval(sTestScript); 107 // eval the test, so it compiles AFTER version() has executed - 114 sTestScript += " actual = eval('j');"; 119 eval(sTestScript); 128 // eval the test, so it compiles AFTER version() has executed - 136 sTestScript += " actual = eval('k');" [all...] |