/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
forin-002.js | 50 "eval ( " + property +" )", 52 object[property] == eval(property) ); 67 "eval ( " + property +" )", 69 object[property] == eval(property) );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/ |
10.1.4-1.js | 32 * Eval Code 44 eval("var x = 1"); 50 reportFailure ("x did not remain defined after eval()"); 52 reportFailure ("x did not retain it's value after eval()");
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.5-2.js | 71 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(0)", 0x0074, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(0)") ); 72 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(1)", 0x0072, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(1)") ); 73 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(2)", 0x0075, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(2)") ); 74 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(3)", 0x0065, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(3)") ); 75 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(4)", Number.NaN, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(4)") ); 76 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(-1)", Number.NaN, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(-1)") ); 78 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(true)", 0x0072, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(true)") ); 79 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(false)", 0x0074, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(false)") ); 81 array[item++] = new TestCase( SECTION, "x = new String(); x.charCodeAt(0)", Number.NaN, eval("x=new String();x.charCodeAt(0)") ); 82 array[item++] = new TestCase( SECTION, "x = new String(); x.charCodeAt(1)", Number.NaN, eval("x=new String();x.charCodeAt(1)") ) [all...] |
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/qemu/android/build/ |
binary.make | 28 $(eval $(call compile-c-source,$(src))) \ 32 $(eval $(call compile-cxx-source,$(src))) \ 36 $(eval $(call compile-objc-source,$(src))) \
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4-1.js | 51 eval("var myarr = new Array(); myarr[Math.pow(2,32)-2]='hi'; myarr[Math.pow(2,32)-2]") 56 eval("var myarr = new Array(); myarr[Math.pow(2,32)-2]='hi'; myarr.length") 61 eval("var myarr = new Array(); myarr[Math.pow(2,32)-3]='hi'; myarr[Math.pow(2,32)-3]") 66 eval("var myarr = new Array(); myarr[Math.pow(2,32)-3]='hi'; myarr.length") 72 eval("var myarr = new Array(); myarr[Math.pow(2,31)-2]='hi'; myarr[Math.pow(2,31)-2]") 77 eval("var myarr = new Array(); myarr[Math.pow(2,31)-2]='hi'; myarr.length") 83 eval("var myarr = new Array(); myarr[Math.pow(2,31)-1]='hi'; myarr[Math.pow(2,31)-1]") 88 eval("var myarr = new Array(); myarr[Math.pow(2,31)-1]='hi'; myarr.length") 95 eval("var myarr = new Array(); myarr[Math.pow(2,31)]='hi'; myarr[Math.pow(2,31)]") 100 eval("var myarr = new Array(); myarr[Math.pow(2,31)]='hi'; myarr.length" [all...] |
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/JavaScriptCore/tests/mozilla/ecma/Types/ |
8.6.2.1-1.js | 67 array[item++] = new TestCase( SECTION, "var OBJ = new MyValuelessObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyValuelessObject(true); OBJ.valueOf()") ); 68 // array[item++] = new TestCase( SECTION, "var OBJ = new MyProtoValuelessObject(true); OBJ + ''", "undefined", eval("var OBJ = new MyProtoValuelessObject(); OBJ + ''") ); 69 array[item++] = new TestCase( SECTION, "var OBJ = new MyProtolessObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyProtolessObject(true); OBJ.valueOf()") ); 70 array[item++] = new TestCase( SECTION, "var OBJ = new MyObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyObject(true); OBJ.valueOf()") ); 72 array[item++] = new TestCase( SECTION, "var OBJ = new MyValuelessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()", Number.POSITIVE_INFINITY, eval("var OBJ = new MyValuelessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()") ); 73 // array[item++] = new TestCase( SECTION, "var OBJ = new MyProtoValuelessObject(Number.POSITIVE_INFINITY); OBJ + ''", "undefined", eval("var OBJ = new MyProtoValuelessObject(); OBJ + ''") ); 74 array[item++] = new TestCase( SECTION, "var OBJ = new MyProtolessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()", Number.POSITIVE_INFINITY, eval("var OBJ = new MyProtolessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()") ); 75 array[item++] = new TestCase( SECTION, "var OBJ = new MyObject(Number.POSITIVE_INFINITY); OBJ.valueOf()", Number.POSITIVE_INFINITY, eval("var OBJ = new MyObject(Number.POSITIVE_INFINITY); OBJ.valueOf()") ); 77 array[item++] = new TestCase( SECTION, "var OBJ = new MyValuelessObject('string'); OBJ.valueOf()", 'string', eval("var OBJ = new MyValuelessObject('string'); OBJ.valueOf()") ); 78 // array[item++] = new TestCase( SECTION, "var OBJ = new MyProtoValuelessObject('string'); OJ + ''", "undefined", eval("var OBJ = new MyProtoValuelessObject(); OBJ + ''") ) [all...] |
/external/webkit/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...] |
/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/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/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/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/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/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/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/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...] |
/external/v8/test/mjsunit/ |
const-eval-init.js | 41 eval(source); 55 eval(source); 64 eval(source); 78 eval(source); 85 eval(source); 96 eval(source); 105 eval(source);
|