/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-586.pl | 531 eval(shift(@insns)); 532 eval(shift(@insns)); 535 eval(shift(@insns)); 536 eval(shift(@insns)); 540 eval(shift(@insns)); 541 eval(shift(@insns)); 543 eval(shift(@insns)); 544 eval(shift(@insns)); 546 eval(shift(@insns)); 547 eval(shift(@insns)) [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-586.pl | 531 eval(shift(@insns)); 532 eval(shift(@insns)); 535 eval(shift(@insns)); 536 eval(shift(@insns)); 540 eval(shift(@insns)); 541 eval(shift(@insns)); 543 eval(shift(@insns)); 544 eval(shift(@insns)); 546 eval(shift(@insns)); 547 eval(shift(@insns)) [all...] |
/build/core/ |
product.mk | 44 $(eval PRODUCT_MAKEFILES :=) \ 45 $(eval LOCAL_DIR := $(patsubst %/,%,$(dir $(f)))) \ 46 $(eval include $(f)) \ 49 $(eval PRODUCT_MAKEFILES :=) \ 50 $(eval LOCAL_DIR :=) \ 124 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1)))) \ 125 $(eval inherit_var := \ 127 $(eval $(inherit_var) := $(sort $($(inherit_var)) $(strip $(1)))) \ 128 $(eval inherit_var:=) \ 129 $(eval ALL_PRODUCTS := $(sort $(ALL_PRODUCTS) $(word 1,$(_include_stack))) [all...] |
/external/chromium_org/v8/test/webkit/ |
named-function-expression.js | 36 debug("eval'd code should be able to access scoped variables"); 37 shouldBe("var z = 6; var x = eval('(function(a,b){ return a + b + z; })'); x(3,4)", "13"); 39 debug("eval'd code + self-check"); 40 shouldBe("var z = 10; var x = eval('(function Named(a,b){ return (!!Named) ? (a + b + z) : -999; })'); x(4,5)", "19"); 49 shouldBe('var hadError = 0; try { eval("function(){ return 2; };"); } catch(e) { hadError = 1; }; hadError;', "1"); 117 // Eval var shadowing (should overwrite). 119 (function closure() { eval("var closure"); return closure == undefined && !this.closure; })(), 120 "(function closure() { eval(\"var closure\"); return closure == undefined && !this.closure; })()" 123 // Eval function shadowing (should overwrite). 125 (function closure() { eval("function closure() { }"); return closure != arguments.callee && !this.closure; })() [all...] |
/external/gtest/test/ |
Android.mk | 51 $(eval include $(CLEAR_VARS)) \ 52 $(eval LOCAL_CPP_EXTENSION := .cc) \ 53 $(eval LOCAL_SRC_FILES := $(file)) \ 54 $(eval LOCAL_C_INCLUDES := $(libgtest_test$(4)_includes)) \ 55 $(eval LOCAL_MODULE := $(notdir $(file:%.cc=%))$(4)) \ 56 $(eval LOCAL_CFLAGS += $(3)) \ 57 $(eval LOCAL_STATIC_LIBRARIES := $(libgtest_test$(4)_static_lib)) \ 58 $(eval LOCAL_SHARED_LIBRARIES := $(libgtest_test$(4)_shared_lib)) \ 59 $(if $(2),,$(eval LOCAL_MODULE_TAGS := tests)) \ 60 $(eval LOCAL_MODULE_PATH := $($(5))) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
recover0.test | 26 db eval { 36 db eval {DROP TABLE IF EXISTS temp.syntax} 47 db eval {DROP TABLE IF EXISTS temp.syntax} 58 db eval {DROP TABLE IF EXISTS temp.syntax} 73 db eval {DROP TABLE IF EXISTS temp.syntax;} 84 db eval {DROP TABLE IF EXISTS temp.syntax;} 95 db eval {DROP TABLE IF EXISTS temp.syntax;} 106 db eval {DROP TABLE IF EXISTS temp.syntax;} 117 db eval {DROP TABLE IF EXISTS temp.syntax;} 128 db eval {DROP TABLE IF EXISTS temp.syntax; [all...] |
busy.test | 35 db2 eval {BEGIN EXCLUSIVE} 48 db2 eval {COMMIT} 49 db eval {BEGIN; INSERT INTO t1 VALUES(5)} 50 db2 eval {BEGIN; SELECT * FROM t1}
|
tkt-3fe897352e.test | 30 db eval { 38 db eval { 45 db eval { 52 db eval {
|
tkt1873.test | 43 db eval {SELECT * FROM t2 LIMIT 1} { 44 db eval {DETACH aux} 52 db eval {SELECT * FROM t1 LIMIT 1} { 53 db eval {DETACH aux}
|
tkt3911.test | 33 db eval { 38 db eval { 44 db eval { 53 db eval {
|
eval.test | 16 # $Id: eval.test,v 1.2 2008/10/13 10:37:50 danielk1977 Exp $ 23 do_test eval-1.1 { 39 do_test eval-1.2 { 49 do_test eval-2.1 { 56 do_test eval-2.2 { 64 do_test eval-3.1 { 71 do_test eval-4.1 {
|
speed1.test | 93 db eval BEGIN 95 db eval COMMIT 104 db eval BEGIN 106 db eval COMMIT 119 db eval BEGIN 121 db eval COMMIT 131 db eval BEGIN 133 db eval COMMIT 137 db eval BEGIN 143 db eval COMMI [all...] |
/art/dex2oat/ |
Android.mk | 25 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/compiler,target,ndebug)) 28 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/compiler,target,debug)) 34 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart-compiler,art/compiler,host,ndebug)) 37 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libartd-compiler,art/compiler,host,debug))
|
/art/oatdump/ |
Android.mk | 25 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils,,target,ndebug)) 28 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils,,target,debug)) 33 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),,,host,ndebug)) 36 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),,,host,debug))
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/ |
manifest.json | 7 "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/ |
dromaeo-core-eval.html | 9 DRT.setup("dromaeo-core-eval");
|
/external/chromium_org/third_party/skia/include/utils/ |
SkBoundaryPatch.h | 26 virtual SkPoint eval(Edge, SkScalar unitInterval) = 0; 40 SkPoint eval(SkScalar unitU, SkScalar unitV); 54 virtual SkPoint eval(Edge, SkScalar); 63 virtual SkPoint eval(Edge, SkScalar);
|
/external/chromium_org/ui/keyboard/resources/ |
manifest.json | 15 "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
|
/external/eigen/doc/snippets/ |
Jacobi_makeJacobi.cpp | 2 m = (m + m.adjoint()).eval();
|
/external/mesa3d/ |
.dir-locals.el | 7 (eval . (progn
|
/external/skia/include/utils/ |
SkBoundaryPatch.h | 26 virtual SkPoint eval(Edge, SkScalar unitInterval) = 0; 40 SkPoint eval(SkScalar unitU, SkScalar unitV); 54 virtual SkPoint eval(Edge, SkScalar); 63 virtual SkPoint eval(Edge, SkScalar);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_longexp.py | 7 l = eval("[" + "2," * REPS + "]")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_longexp.py | 7 l = eval("[" + "2," * REPS + "]")
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree_perf.tcl | 30 db eval $sql1 31 db eval $sql2 33 db eval "pragma cache_size=100" 40 db eval {INSERT INTO btree VALUES($ii, $x1, $x2, $y1, $y2)} 52 db eval {INSERT INTO rtree VALUES($ii, $x1, $x2, $y1, $y2)} 62 db eval {SELECT * FROM btree WHERE x1<$x1 AND x2>$x2 AND y1<$y1 AND y2>$y2} 71 db eval {SELECT * FROM rtree WHERE x1<$x1 AND x2>$x2 AND y1<$y1 AND y2>$y2}
|
/external/chromium_org/v8/test/mjsunit/ |
strict-mode-eval.js | 30 var code1 = "function f(eval) {}"; 36 // (using aliased eval to force non-strict mode) 37 var eval_alias = eval; 47 eval(code1); 57 eval(code2); 67 eval(code3); 77 eval(code4);
|