HomeSort by relevance Sort by last modified time
    Searched refs:eval (Results 276 - 300 of 922) sorted by null

<<11121314151617181920>>

  /ndk/build/core/
main.mk 87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
122 $(eval NDK_APPS := $(_known_apps))\
add-toolchain.mk 84 $(eval NDK_ABI.$(_abi).toolchains += $(_name)) \
85 $(eval NDK_ABI.$(_abi).arch := $(sort $(NDK_ABI.$(_abi).arch) $(_arch)))\
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 193 private XObject eval(String expression, Object contextItem) method in class:XPathImpl
281 XObject resultObject = eval( expression, item );
476 XObject resultObject = eval( expression, document );
  /build/core/
post_clean.mk 71 $(eval modules_with_aidl_files += $(p))\
74 $(eval intermediates_to_clean += $(ALL_MODULES.$(p).INTERMEDIATE_SOURCE_DIR))))
  /external/chromium_org/content/test/data/indexeddb/
common.js 108 _av = eval(_a);
112 var _bv = eval(_b);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryMatcher.cpp 75 return m_evaluator->eval(media);
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-with.js 52 // Break point in eval with block.
79 eval("with({bar:'with'}) { (function g() { var foo = 'local'; debugger; })(); }");
debug-liveedit-double-call.js 35 // Global variable, accessed from eval'd script.
81 var test_fun = eval(script_text_generator.get());
debug-step-stub-callfunction.js 47 // Use 'eval' to ensure that the call to print is through CodeStub CallFunction.
51 eval('');
debug-stepout-scope-part2.js 78 eval(pre + body);
79 eval("'use strict'; " + pre + body);
debug-stepout-scope-part4.js 73 // Test global eval and function constructor.
78 eval(pre + body);
debug-stepout-scope-part5.js 69 // Test global eval and function constructor.
74 eval(pre + body);
debug-stepout-scope-part6.js 72 // Test global eval and function constructor.
77 eval("'use strict'; " + pre + body);
mirror-error.js 32 var tmp = eval('(' + json_refs + ')');
64 var fromJSON = eval('(' + json + ')');
mirror-function.js 32 var tmp = eval('(' + json_refs + ')');
73 var fromJSON = eval('(' + json + ')');
  /external/chromium_org/v8/test/mjsunit/es6/
generators-debug-liveedit.js 19 // Prevents eval script caching.
28 // Prevents eval script caching.
mirror-collections.js 21 var fromJSON = eval('(' + json + ')');
39 var fromJSON = eval('(' + json + ')');
mirror-promises.js 9 var tmp = eval('(' + json_refs + ')');
46 var fromJSON = eval('(' + json + ')');
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1853.js 101 eval('function test1() { \n' +
107 eval('function test2() { \n' +
  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 31 re2 = eval(re1.toString());
87 shouldBe("var o = new RegExp(); o.toString() === '/'+o.source+'/' && eval(o.toString()+'.exec(String())')", '[""]');
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 20 class ExprInspectionChecker : public Checker< eval::Call > {
  /external/compiler-rt/make/
util.mk 34 Set = $(eval $(1) := $(2))
39 Append = $(eval $(1) += $(2))
  /external/eigen/test/
determinant.cpp 28 VERIFY_IS_APPROX((m1*m2).eval().determinant(), m1.determinant() * m2.determinant());
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 74 template<typename T> class eval<T,IsSkyline> class in namespace:Eigen::internal
  /ndk/toolchains/llvm-3.3/
setup-common.mk 90 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
91 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \

Completed in 687 milliseconds

<<11121314151617181920>>