/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.4.9.js | 45 testcases[tc++] = new TestCase( SECTION, "!(var x)", true, !(eval("var x")) ); 50 testcases[tc++] = new TestCase( SECTION, "!()", true, !(eval()) );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.3.js | 72 array[item++] = new TestCase( SECTION, "Number(eval('var x'))", Number.NaN, Number(eval("var x")) );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regress/ |
regress-144834.js | 64 * Also try eval scope - 76 eval(s);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/ |
function-002.js | 63 eval(dec1); 64 eval(dec2);
|
/external/webkit/Source/WebCore/bridge/jni/ |
jni_jsobject.h | 55 Eval, 84 jobject eval(jstring script) const;
|
/external/webkit/Source/WebCore/css/ |
MediaQueryEvaluator.h | 78 bool eval(const MediaList*, CSSStyleSelector* = 0) const; 81 bool eval(const MediaQueryExp*) const;
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
named-evals.html | 43 eval(patterns[i].replace(/%/g, i)); 50 <p>This page's JavaScript calls functions from named eval()'s.
|
/ndk/build/core/ |
add-toolchain.mk | 84 $(eval NDK_ABI.$(_abi).toolchains += $(_name)) \ 85 $(eval NDK_ABI.$(_abi).arch := $(sort $(NDK_ABI.$(_abi).arch) $(_arch)))\
|
definitions.mk | 95 generate-dir = $(eval $(call ev-generate-dir,$1)) 116 generate-file-dir = $(eval $(call ev-generate-file-dir,$1)) 313 generate-list-file = $(eval $(call generate-list-file-ev,$1,$2)) 331 $(eval _start := -Wl,--whole-archive)\ 332 $(eval _end := -Wl,--no-whole-archive)\ 445 $(eval __ndk_modules.$(__mod).$(__field) := $(empty))\ 448 $(eval __ndk_modules := $(empty_set)) \ 449 $(eval __ndk_top_modules := $(empty)) \ 450 $(eval __ndk_import_list := $(empty)) \ 451 $(eval __ndk_import_depth := $(empty) [all...] |
/ndk/sources/host-tools/make-3.81/ |
build.sh.in | 30 eval extras=\'@LIBOBJS@\' 40 exec_prefix=`eval echo @exec_prefix@`
|
/ndk/sources/host-tools/nawk-20071023/ |
GNUmakefile | 78 $(eval $(call build-c-file,$(src),$(BUILD_DIR)/$(src:%.c=%.o)))\ 89 $(eval $(call build-c-file,$(PROCTAB_C),$(PROCTAB_O)))
|
/ndk/sources/host-tools/ndk-stack/ |
GNUMakefile | 77 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\ 81 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
|
/ndk/toolchains/mipsel-linux-android-clang3.1/ |
setup.mk | 83 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 84 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/mipsel-linux-android-clang3.2/ |
setup.mk | 83 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 84 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86-clang3.1/ |
setup.mk | 82 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 83 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/ndk/toolchains/x86-clang3.2/ |
setup.mk | 82 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 83 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
|
/external/libusb-compat/ |
ltmain.sh | 102 eval "if test \"\${$lt_var+set}\" = set; then 388 # is double-quoted, suitable for a subsequent eval, whereas 403 # expansion for a subsequent eval. 430 # word splitting and command substitution for a subsequent eval. 453 eval "func_echo $func_quote_for_expand_result" 457 eval "$my_cmd" 460 eval "(exit $my_status); $my_fail_exp" 477 eval "func_echo $func_quote_for_expand_result" 481 eval "$lt_user_locale 484 eval "$lt_safe_locale [all...] |
/build/core/tasks/ |
product-graph.mk | 20 $(eval _all_products_visited := ) 30 $(eval _all_products_visited += $(p)) \ 127 $(eval $(call transform-product-debug, $(p))) \ 128 $(eval product_debug_files += $(call product-debug-filename, $(p))) \
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 31 * could be changed to O(n * ack(n)) with a small change to the link and eval, 153 private SsaBasicBlock eval(SsaBasicBlock v) { method in class:Dominators 207 int predSemidom = info[eval(predBlock).getIndex()].semidom; 229 SsaBasicBlock U = eval(last);
|
/dalvik/vm/analysis/ |
VfyBasicBlock.h | 47 bool changed; /* input set has changed, must re-eval */
|
/external/bison/build-aux/ |
gnu-web-doc-update | 76 eval "find_tool_res=\$$find_tool_envvar" 92 eval "$find_tool_envvar=\$find_tool_res" 93 eval "export $find_tool_envvar" 184 # eval: (add-hook 'write-file-hooks 'time-stamp)
|
mdate-sh | 141 set dummy x`eval "$ls_command \"\\\$save_arg1\""` 144 eval $command 189 *:*) set `date`; eval year=\$$# 219 # eval: (add-hook 'write-file-hooks 'time-stamp)
|
useless-if-before-free | 0 eval '(exit $?0)' && eval 'exec perl -wST "$0" ${1+"$@"}' 2 & eval 'exec perl -wST "$0" $argv:q' 202 ## eval: (add-hook 'write-file-hooks 'time-stamp)
|
/external/chromium/chrome/browser/notifications/ |
notifications_interactive_uitest.cc | 34 // Request permission by calling request() while eval'ing an inline script;
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 31 * could be changed to O(n * ack(n)) with a small change to the link and eval, 153 private SsaBasicBlock eval(SsaBasicBlock v) { method in class:Dominators 207 int predSemidom = info[eval(predBlock).getIndex()].semidom; 229 SsaBasicBlock U = eval(last);
|