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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-034.js 40 eval("this = true");
lexical-035.js 41 eval("var while");
lexical-036.js 41 eval("else = true;");
lexical-037.js 41 eval("var in;");
lexical-038.js 41 eval("typeof = true;");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-2.js 80 var ret = eval(arguments.toSource());
94 var ret = eval(f2.arguments.toSource());
105 var ret = eval(uneval(arguments));
119 var ret = eval(uneval(f4.arguments));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-001.js 34 reportCompare ("no error", eval('"no\u200E error"'),
uc-002-n.js 34 reportCompare ("error", eval("\u0020 = 5"),
uc-002.js 34 reportCompare ("no error", eval("'no'\u00A0+ ' error'"),
uc-005.js 83 * Our eval string will be:
106 * Concatenate these and eval() to create the function Z\u02b1
109 eval(sEval);
225 * Note we can't simply do |eval(str)|, since in practice |str| will be an
226 * identifier somewhere in the program (e.g. a function name); thus |eval(str)|
238 * js> eval("'" + '\nHello' + "'");
246 return eval("'" + str + "'")
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-121658.js 98 // Now try in eval scope -
100 eval(sEval);
108 // Try in eval scope and mix functions up -
110 eval(sEval);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-181834.js 91 * Recompile the function |outer| via eval() in order to
95 eval(s);
119 * Recompile the function |outer| via eval() in order to
122 eval(s);
  /external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/log/
run 30 eval "export ${varname#env_}=\${${varname}}"
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/log/
run 30 eval "export ${varname#env_}=\${${varname}}"
  /external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/log/
run 30 eval "export ${varname#env_}=\${${varname}}"
  /external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/
run 32 eval "export ${varname#env_}=\${${varname}}"
  /ndk/build/core/
add-platform.mk 31 $(eval NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT := $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-$(_abi))\
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DEFAULT_GOAL 67 $(eval $(rule))
  /ndk/toolchains/arm-linux-androideabi-clang3.1/
setup.mk 117 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
118 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
119 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
120 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /ndk/toolchains/arm-linux-androideabi-clang3.2/
setup.mk 117 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
118 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
119 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
120 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
  /system/core/charger/
Android.mk 50 $(eval $(call _add-charger-image,$(_img))))
  /build/core/
product_config.mk 41 $(eval w := $(1)) \
43 $(eval w := $(subst $(c),,$(w))) \
46 $(eval w :=) \
200 $(eval _cpm_words := $(subst :,$(space),$(f)))\
201 $(eval _cpm_word1 := $(word 1,$(_cpm_words)))\
202 $(eval _cpm_word2 := $(word 2,$(_cpm_words)))\
204 $(eval all_product_makefiles += $(_cpm_word2))\
206 $(eval current_product_makefile += $(_cpm_word2)),),\
207 $(eval all_product_makefiles += $(f))\
209 $(eval current_product_makefile += $(f)),))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.12-3.js 65 eval("var s = new String( String.fromCharCode("+i+") ); s.toUpperCase()") );
70 eval("var s = new String( String.fromCharCode(i) ); s.toUpperCase().charCodeAt(0)") );
79 eval( "var u = new Unicode( i ); String.fromCharCode(u.upper)" ),
80 eval("var s = new String( String.fromCharCode("+i+") ); s.toUpperCase()") );
84 eval( "var u = new Unicode( i ); u.upper" ),
85 eval("var s = new String( String.fromCharCode("+i+") ); s.toUpperCase().charCodeAt(0)") );
94 eval( "var u = new Unicode( i ); String.fromCharCode(u.upper)" ),
95 eval("var s = new String( String.fromCharCode("+i+") ); s.toUpperCase()") );
99 eval( "var u = new Unicode( i ); u.upper" ),
100 eval("var s = new String( String.fromCharCode("+i+") ); s.toUpperCase().charCodeAt(0)") )
    [all...]
  /external/bison/m4/
lib-link.m4 195 eval additional_includedir=\"$includedir\"
196 eval additional_libdir=\"$libdir\"
207 eval additional_includedir=\"$includedir\"
208 eval additional_libdir=\"$libdir\"
249 eval value=\"\$HAVE_LIB$uppername\"
252 eval value=\"\$LIB$uppername\"
254 eval value=\"\$LTLIB$uppername\"
268 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
294 eval library_names=\"$acl_library_names_spec\"
320 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]
    [all...]
  /external/eigen/test/
redux.cpp 51 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).sum(), m1.block(r0,c0,r1,c1).eval().sum());
52 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).mean(), m1.block(r0,c0,r1,c1).eval().mean());
53 VERIFY_IS_APPROX(m1_for_prod.block(r0,c0,r1,c1).prod(), m1_for_prod.block(r0,c0,r1,c1).eval().prod());
54 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().minCoeff(), m1.block(r0,c0,r1,c1).real().eval().minCoeff());
55 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().maxCoeff(), m1.block(r0,c0,r1,c1).real().eval().maxCoeff());

Completed in 2408 milliseconds

<<11121314151617181920>>