Searched
full:eval (Results
251 -
275 of
1008) sorted by null
<<11121314151617181920>>
/external/dbus/ |
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'" 288 if (echo_test_string=`eval $cmd`) 2>/dev/null && 289 echo_test_string=`eval $cmd` && 363 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null 371 echo_test_string=`eval $prev` 512 eval "$ac_prev=\$ac_option" 556 eval "enable_$ac_feature=no" ; [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
regress-58274.js | 81 eval(sEval); 104 eval(sEval); 175 * Note we can't simply do |eval(str)|, since in practice |str| will be an 176 * identifier somewhere in the program (e.g. a function name); thus |eval(str)| 188 * js> eval("'" + '\nHello' + "'"); 196 return eval("'" + str + "'");
|
/external/e2fsprogs/lib/et/ |
compile_et.sh.in | 25 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 26 eval $as_var=C; export $as_var
|
/external/e2fsprogs/tests/ |
run_e2fsck | 48 eval $PREP_CMD 64 eval $AFTER_CMD
|
/external/v8/test/mjsunit/ |
bit-not.js | 30 var expected = eval("~(" + x + ")"); 36 expected = eval("~(" + x + " - 0.01)");
|
debug-step-stub-callfunction.js | 47 // Use 'eval' to ensure that the call to print is through CodeStub CallFunction. 51 eval('');
|
global-vars-eval.js | 28 eval("" + "");
|
invalid-source-element.js | 31 assertThrows("eval('function() {}')");
|
/external/v8/test/mjsunit/regress/ |
regress-799761.js | 85 // const variables may be declared via 'eval' 88 eval('const x = 7');
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.3.1-4.js | 56 eval("var BOOL_PROTO = Boolean.prototype; Boolean.prototype=null; Boolean.prototype == BOOL_PROTO") ); 61 eval("var BOOL_PROTO = Boolean.prototype; Boolean.prototype=null; Boolean.prototype == null") );
|
15.6.4.2-3.js | 50 array[item++] = new TestCase( SECTION, "tostr=Boolean.prototype.toString; x=true; x.toString=tostr;x.toString()", "true", eval("tostr=Boolean.prototype.toString; x=true; x.toString=tostr;x.toString()") ); 51 array[item++] = new TestCase( SECTION, "tostr=Boolean.prototype.toString; x=false; x.toString=tostr;x.toString()", "false", eval("tostr=Boolean.prototype.toString; x=false; x.toString=tostr;x.toString()") );
|
15.6.4.3-2.js | 50 array[item++] = new TestCase( SECTION, "valof=Boolean.prototype.valueOf; x=new Boolean(); x.valueOf=valof;x.valueOf()", false, eval("valof=Boolean.prototype.valueOf; x=new Boolean(); x.valueOf=valof;x.valueOf()") ); 51 array[item++] = new TestCase( SECTION, "valof=Boolean.prototype.valueOf; x=new Boolean(true); x.valueOf=valof;x.valueOf()", true, eval("valof=Boolean.prototype.valueOf; x=new Boolean(true); x.valueOf=valof;x.valueOf()") );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.12-2-n.js | 53 // get around parse time error by putting expression in an eval statement 55 testcases[tc].actual = eval ( testcases[tc].actual );
|
11.12-3.js | 53 // get around potential parse time error by putting expression in an eval statement 55 testcases[tc].actual = eval ( testcases[tc].actual );
|
11.12-4.js | 53 // get around potential parse time error by putting expression in an eval statement 55 testcases[tc].actual = eval ( testcases[tc].actual );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.2-6.js | 53 array[item++] = new TestCase( SECTION, "var a\u000Ab = 5; ab=10;ab;", 10, eval("var a\nb = 5; ab=10;ab") ); 54 array[item++] = new TestCase( SECTION, "var a\u000Db = 5; ab=10;b;", 5, eval("var a\nb = 5; ab=10;b") );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
regexp-enumerate-001.js | 69 if ( eval("this."+name) != void 0 ) { 72 eval( "this."+ name+" = "+ false );
|
/external/webkit/WebCore/manual-tests/inspector/ |
bp-in-named-eval-after-reload.html | 11 <li>bp-in-named-eval-after-reload.html 40 eval([
|
/system/core/sh/ |
eval.h | 1 /* $NetBSD: eval.h,v 1.14 2003/08/07 09:05:31 agc Exp $ */ 34 * @(#)eval.h 8.2 (Berkeley) 5/4/95
|
/external/genext2fs/ |
configure | 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 155 if (eval ":") 2>/dev/null; then 161 if test $as_have_required = yes && (eval ": 366 (eval "as_func_return () { 530 eval sh -c '\'' 545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 759 eval $ac_prev=\$ac_option 814 eval enable_$ac_feature=no ; [all...] |
/external/expat/ |
configure | 46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 47 eval $as_var=C; export $as_var 230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 290 if (echo_test_string=`eval $cmd`) 2>/dev/null && 291 echo_test_string=`eval $cmd` && 365 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null 373 echo_test_string=`eval $prev` 514 eval "$ac_prev=\$ac_option" 558 eval "enable_$ac_feature=no" ; [all...] |
/external/icu4c/ |
configure | 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 176 if (eval ":") 2>/dev/null; then 182 if test $as_have_required = yes && (eval ": 387 (eval "as_func_return () { 554 eval sh -c '\'' 569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 876 eval $ac_prev=\$ac_optio [all...] |
/external/dhcpcd/dhcpcd-hooks/ |
50-dhcpcd-compat | 37 eval echo "${x}=\'\$${x}\'" >> /var/lib/dhcpcd-"${INTERFACE}".info
|
/external/grub/docs/ |
mdate-sh | 110 set x`eval "$ls_command \"\$save_arg1\""` 113 eval $command 136 *:*) set `date`; eval year=\$$# 166 # eval: (add-hook 'write-file-hooks 'time-stamp)
|
/external/v8/src/ |
variables.h | 126 // by an eval-introduced variable 130 // has been shadowed by an eval-introduced 160 // The source code for an eval() call may refer to a variable that is 188 // True if the variable is named eval and not known to be shadowed.
|
Completed in 57 milliseconds
<<11121314151617181920>>