HomeSort by relevance Sort by last modified time
    Searched full:eval (Results 351 - 375 of 1854) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 82 _av = eval(_a);
86 var _bv = eval(_b);
114 _av = eval(_a);
132 _av = eval(_a);
139 _ev = eval(_e);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.7-3.js 75 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 0 )") );
80 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 1 )") );
85 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 2 )") );
90 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 10 )") );
95 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r' )") );
15.5.3.2-2.js 57 "var MYSTRING = String.fromCharCode(eval(\"var args=''; for ( i = 0x0020; i < 0x007f; i++ ) { args += ( i == 0x007e ) ? i : i + ', '; } args;\")); MYSTRING",
59 eval( "var MYSTRING = String.fromCharCode(" + eval("var args=''; for ( i = 0x0020; i < 0x007f; i++ ) { args += ( i == 0x007e ) ? i : i + ', '; } args;") +"); MYSTRING" ));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-131964.js 39 * Function declarations in eval scope are not {DontDelete}.
106 * Try the same test in eval scope - here we EXPECT the function to be deleted (?)
127 eval(s);
131 * Define the function in eval scope, but delete it in global scope -
139 eval(s);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-110286.js 55 actual = eval("/* /* */3");
60 actual = eval("3/* /* */");
65 actual = eval("/* 3/* */");
70 actual = eval("/* /*3 */");
78 eval("/* blah blah /* blah blah */");
regress-152646.js 57 * We will form an eval string to set the result-variable |actual|.
58 * To get a feel for this, suppose N were 3. Then the eval string is
59 * 'actual = (((0)));' The expected value for this after eval() is 0.
79 eval(sEval);
84 * An exception during this eval is OK, as the runtime can throw one
regress-192414.js 55 * We will form an eval string to set the result-variable |actual|.
56 * To get a feel for this, suppose N were 3. Then the eval string is
57 * 'actual = (1&(1&(1&1)));' The expected value after eval() is 1.
66 eval(str);
71 * An exception during this eval is OK, as the runtime can throw one
regress-131510-001.js 61 * Put these examples in eval scope
64 eval(s);
67 eval(s);
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 121 int intf, endp, ival = 0, eval = 0; local
131 int address = endpointValues[eval++];
132 int attributes = endpointValues[eval++];
133 int maxPacketSize = endpointValues[eval++];
134 int interval = endpointValues[eval++];
  /ndk/build/tools/
dev-defaults.sh 140 eval echo \"\${DEFAULT_ARCH_TOOLCHAIN_NAME_$1}-$2\"
142 eval echo \"\${DEFAULT_ARCH_TOOLCHAIN_NAME_$1}\"
152 eval echo \"\${DEFAULT_ARCH_TOOLCHAIN_NAME_$1}-$DEFAULT_GCC_VERSION\"
161 eval echo "\$DEFAULT_ARCH_TOOLCHAIN_PREFIX_$1"
171 PREFIX=$(eval echo \"\$DEFAULT_ARCH_TOOLCHAIN_NAME_$1\")
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.am 1 CLEANFILES = tmp* core *.core $(EXTRA_PROGRAMS) *.*out *.log eval.in2
24 fasts uniq manis khadafy linecnt eval distrib 8to7 y-bracket \
54 eval.good eval.inp eval.sed \
  /external/llvm/projects/sample/
configure 106 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107 eval $as_var=C; export $as_var
153 if (eval ":") 2>/dev/null; then
159 if test $as_have_required = yes && (eval ":
362 (eval "as_func_return () {
532 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
857 eval $ac_prev=\$ac_option
912 eval enable_$ac_feature=no ;;
931 eval enable_$ac_feature=\$ac_optarg ;
    [all...]
  /external/llvm/
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 ":
364 (eval "as_func_return () {
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
537 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
882 eval $ac_prev=\$ac_option
937 eval enable_$ac_feature=no ;;
956 eval enable_$ac_feature=\$ac_optarg ;
    [all...]
  /development/build/tools/
sdk_repo.mk 111 $(eval $(call mk-sdk-repo-pkg-3,$(HOST_OS),$(MAIN_SDK_ZIP),support,extras/android))
119 $(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),tools))
120 $(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),build-tools))
121 $(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),platform-tools))
122 $(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),docs))
123 $(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),platforms))
124 $(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),samples))
125 $(eval $(call mk-sdk-repo-pkg-3,$(HOST_OS),$(MAIN_SDK_ZIP),system-images,system-images/*))
126 $(eval $(call mk-sdk-repo-sources,$(HOST_OS),$(MAIN_SDK_ZIP),sources))
146 $(eval $(call mk-sdk-repo-pkg-1,windows,$(WIN_SDK_ZIP),tools)
    [all...]
  /external/bison/m4/
gettext.m4 88 dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
172 [eval "$gt_func_gnugettext_libc=yes"],
173 [eval "$gt_func_gnugettext_libc=no"])])
175 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
208 [eval "$gt_func_gnugettext_libintl=yes"],
209 [eval "$gt_func_gnugettext_libintl=no"])
211 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
231 eval "$gt_func_gnugettext_libintl=yes"
242 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
243 || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }
    [all...]
  /external/elfutils/m4/
gettext.m4 86 dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
164 [eval "$gt_func_gnugettext_libc=yes"],
165 [eval "$gt_func_gnugettext_libc=no"])])
167 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
194 [eval "$gt_func_gnugettext_libintl=yes"],
195 [eval "$gt_func_gnugettext_libintl=no"])
197 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
211 eval "$gt_func_gnugettext_libintl=yes"
222 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
223 || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }
    [all...]
  /external/iptables/m4/
ax_check_linker_flags.m4 68 eval AS_TR_SH(ax_cv_linker_flags_[$1])=yes,
69 eval AS_TR_SH(ax_cv_linker_flags_[$1])=no)
71 eval ax_check_linker_flags=$AS_TR_SH(ax_cv_linker_flags_[$1])
  /external/v8/test/mjsunit/
debug-referenced-by.js 72 // Use closure with eval - creates arguments array.
75 eval(s);
77 return function e(s) { eval(s); };
mirror-script.js 88 testScriptMirror(eval('(function(){})'), null, 1, 2, 1, '(function(){})', 87);
89 testScriptMirror(eval('(function(){\n })'), null, 2, 2, 1, '(function(){\n })', 88);
92 var mirror = debug.MakeMirror(eval('(function(){\n 1;\n})')).script();
  /external/valgrind/main/gdbserver_tests/
make_local_links 90 # We need at least a 7.2 version for gdb tests using eval command
91 check_version 7.2 gdbserver_tests/gdb.eval "gdbserver eval tests"
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 129 EvalExecutable* eval = EvalExecutable::create(globalCallFrame, makeSource(script), false); local
130 if (!eval) {
136 JSValue result = globalData.interpreter->execute(eval, globalCallFrame, globalObject, globalCallFrame->scopeChain());
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-1.js 74 testcases[tc].actual = eval( INPUT );
93 array[item++] = new TestCase( "SECTION", "with MyObject, eval should return square of " );
99 this.eval = new Function( "x", "return(Math.pow(Number(x),2))" );
10.1.4-2.js 75 testcases[tc].actual = eval( INPUT );
95 array[item++] = new TestCase( "SECTION", "with MyObject, eval should return square of " );
101 this.eval = new Function( "x", "return(Math.pow(Number(x),2))" );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.2.1-1.js 71 array[item++] = new TestCase( SECTION, "var OBJ = new MyObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyObject(true); OBJ.valueOf()") );
73 array[item++] = new TestCase( SECTION, "OBJ.toString = Object.prototype.toString; OBJ.toString()", "[object Object]", eval("OBJ.toString = Object.prototype.toString; OBJ.toString()") );
74 array[item++] = new TestCase( SECTION, "MyObject.toString = Object.prototype.toString; MyObject.toString()", "[object Function]", eval("MyObject.toString = Object.prototype.toString; MyObject.toString()") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/NativeObjects/
15-2.js 60 array[item++] = new TestCase( SECTION, "eval.__proto__", Function.prototype, eval.__proto__ );
68 testcases[tc].actual = eval( testcases[tc].actual );

Completed in 427 milliseconds

<<11121314151617181920>>