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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-1200351.js 40 eval("SetValueOf(typeof(break.prototype.name), Math.max(typeof(break)))")
44 eval("export Join((void), false.className(), null instanceof continue, return 'a', 0.__defineGetter__(x,function(){native}))")
48 eval("with ({ void&&null.push(goto NaN) : Math.max(undef).toText }) { {-1/null,1.isNull} }")
52 eval("new break>>>=native.charCodeAt(-1.valueOf())")
56 eval("new Number(this > native)")
60 eval("new {native,0.2}?continue+undef:IsSmi(0.2)")
64 eval("const x = break.toString()&&return continue")
68 eval("for (-1==continue.toJSONProtocol, GetFunctionFor(break.call(NaN)), (!new RegExp).prototype.new Object()<<void) { debugger.__defineSetter__(null,function(){continue})>>>=GetFunctionFor(-1) }")
72 eval("for (parseFloat(NaN).splice() in null.add(1).className()) { true[0.2]<<x.splice() }")
76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }"
    [all...]
regress-1170.js 31 eval("var a = 1");
35 eval("with({}) { eval('var a = 2') }");
43 eval("function a() {}");
48 eval("const b = 3");
53 eval("with({}) { eval('const b = 23') }");
60 eval("var c = 1");
71 eval("var aa = 1");
75 eval("with({}) { eval('var bb = 2') }")
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
read-modify-eval.js 25 'Tests whether eval() works inside statements that read and modify a value.'
31 x *= eval('2');
38 x /= eval('2');
45 x += eval('1');
52 x -= eval('1');
59 x <<= eval('1');
66 x >>= eval('1');
73 x >>>= eval('1');
80 x &= eval('1');
87 x ^= eval('1')
    [all...]
  /bionic/libc/bionic/
err.c 40 err(int eval, const char *fmt, ...)
45 verr(eval, fmt, ap);
50 errx(int eval, const char *fmt, ...)
55 verrx(eval, fmt, ap);
60 verr(int eval, const char *fmt, va_list ap)
71 exit(eval);
76 verrx(int eval, const char *fmt, va_list ap)
82 exit(eval);
  /system/extras/tests/bionic/libstdc++/
Android.mk 31 $(eval include $(CLEAR_VARS)) \
32 $(eval LOCAL_SRC_FILES := $(file)) \
33 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
34 $(eval LOCAL_CFLAGS += $(EXTRA_CFLAGS)) \
35 $(eval LOCAL_MODULE_TAGS := tests) \
36 $(eval include $(BUILD_EXECUTABLE)) \
38 $(eval EXTRA_CFLAGS :=)
46 $(eval include $(CLEAR_VARS)) \
47 $(eval LOCAL_SRC_FILES := $(file)) \
48 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%)))
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
Android.mk 4 $(eval include $$(CLEAR_VARS))\
5 $(eval LOCAL_MODULE := test_gabixx_static_$1)\
6 $(eval LOCAL_SRC_FILES := $2)\
7 $(eval LOCAL_CFLAGS := $3)\
8 $(eval LOCAL_STATIC_LIBRARIES := gabi++_static)\
9 $(eval include $$(BUILD_EXECUTABLE))\
11 $(eval include $$(CLEAR_VARS))\
12 $(eval LOCAL_MODULE := test_gabixx_shared_$1)\
13 $(eval LOCAL_SRC_FILES := $2)\
14 $(eval LOCAL_CFLAGS := $3)
    [all...]
  /ndk/build/core/
definitions-graph.mk 58 $(eval -local-func = $$(call seq,foo,$$1))\
63 $(eval -local-func = $$(call sne,foo,$$1))\
83 $(eval -local-func = $$(call seq,foo,$$1))\
88 $(eval -local-func = $$(call sne,foo,$$1))\
105 $(eval -local-pred = $$(call seq,foo,$$1))\
110 $(eval -local-pred = $$(call seq,foo,$$1))\
132 $(eval _ndk_mod_tree_visited.$$(_ndk_mod_tree_visitor) :=))\
133 $(eval _ndk_mod_tree_visitors :=)
141 $(eval _ndk_mod_tree_visited.$1 := true)\
142 $(eval _ndk_mod_tree_visitors += $1
    [all...]
  /frameworks/compile/mclinker/lib/Script/
UnaryOp.cpp 22 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module& pModule, function in class:UnaryOp
32 UnaryOp<Operator::UNARY_MINUS>::eval(const Module& pModule, function in class:UnaryOp
42 UnaryOp<Operator::LOGICAL_NOT>::eval(const Module& pModule, function in class:UnaryOp
52 UnaryOp<Operator::BITWISE_NOT>::eval(const Module& pModule, function in class:UnaryOp
61 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, function in class:UnaryOp
70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, function in class:UnaryOp
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, function in class:UnaryOp
115 UnaryOp<Operator::DATA_SEGMENT_END>::eval(const Module& pModule, function in class:UnaryOp
124 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, function in class:UnaryOp
133 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule function in class:UnaryOp
142 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module& pModule, function in class:UnaryOp
151 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule, function in class:UnaryOp
160 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, function in class:UnaryOp
169 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule, function in class:UnaryOp
    [all...]
NullaryOp.cpp 19 NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module& pModule, function in class:NullaryOp
29 NullaryOp<Operator::MAXPAGESIZE>::eval(const Module& pModule, function in class:NullaryOp
39 NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module& pModule, function in class:NullaryOp
BinaryOp.cpp 23 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, function in class:BinaryOp
32 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, function in class:BinaryOp
41 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, function in class:BinaryOp
50 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, function in class:BinaryOp
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, function in class:BinaryOp
68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, function in class:BinaryOp
77 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, function in class:BinaryOp
86 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, function in class:BinaryOp
95 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, function in class:BinaryOp
104 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule function in class:BinaryOp
113 IntOperand* BinaryOp<Operator::GE>::eval(const Module& pModule, function in class:BinaryOp
122 IntOperand* BinaryOp<Operator::EQ>::eval(const Module& pModule, function in class:BinaryOp
131 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule, function in class:BinaryOp
141 BinaryOp<Operator::BITWISE_AND>::eval(const Module& pModule, function in class:BinaryOp
151 BinaryOp<Operator::BITWISE_XOR>::eval(const Module& pModule, function in class:BinaryOp
161 BinaryOp<Operator::BITWISE_OR>::eval(const Module& pModule, function in class:BinaryOp
171 BinaryOp<Operator::LOGICAL_AND>::eval(const Module& pModule, function in class:BinaryOp
181 BinaryOp<Operator::LOGICAL_OR>::eval(const Module& pModule, function in class:BinaryOp
190 IntOperand* BinaryOp<Operator::ALIGN>::eval(const Module& pModule, function in class:BinaryOp
203 BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval(const Module& pModule, function in class:BinaryOp
216 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, function in class:BinaryOp
228 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, function in class:BinaryOp
243 BinaryOp<Operator::SEGMENT_START>::eval(const Module& pModule, function in class:BinaryOp
    [all...]
  /frameworks/base/data/fonts/
Android.mk 23 # should be used with eval: $(eval $(call ...))
38 $(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf))
39 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf))
40 $(eval $(call create-font-symlink,DroidSerif-Regular.ttf,NotoSerif-Regular.ttf))
41 $(eval $(call create-font-symlink,DroidSerif-Bold.ttf,NotoSerif-Bold.ttf))
42 $(eval $(call create-font-symlink,DroidSerif-Italic.ttf,NotoSerif-Italic.ttf))
43 $(eval $(call create-font-symlink,DroidSerif-BoldItalic.ttf,NotoSerif-BoldItalic.ttf))
104 $(eval include $(CLEAR_VARS))\
105 $(eval LOCAL_MODULE := $(1))
    [all...]
  /build/core/tasks/tools/
package-modules.mk 21 $(eval _pickup_files := $(strip $(ALL_MODULES.$(m).PICKUP_FILES)\
23 $(eval _built_files := $(strip $(ALL_MODULES.$(m).BUILT_INSTALLED)\
27 $(eval my_pickup_files += $(_pickup_files))\
29 $(eval bui_ins := $(subst :,$(space),$(i)))\
30 $(eval ins := $(word 2,$(bui_ins)))\
32 $(eval bui := $(word 1,$(bui_ins)))\
33 $(eval my_built_modules += $(bui))\
34 $(eval my_copy_dest := $(patsubst data/%,DATA/%,\
37 $(eval my_copy_pairs += $(bui):$(my_staging_dir)/$(my_copy_dest)))\
42 $(eval pair := $(subst :,$(space),$(p)))
    [all...]
  /external/eigen/test/
mixingtypes.cpp 85 VERIFY_IS_APPROX((vf * vcf.transpose()).eval(), (vf.template cast<complex<float> >() * vcf.transpose()).eval());
89 VERIFY_IS_APPROX((vf * vcf.transpose()).eval(), (vf.template cast<complex<float> >() * vcf.transpose()).eval());
96 VERIFY_IS_APPROX(sd*md*mcd, (sd*md).template cast<CD>().eval()*mcd);
98 VERIFY_IS_APPROX(scd*md*mcd, scd*md.template cast<CD>().eval()*mcd);
106 VERIFY_IS_APPROX(sf*mf*vcf, (sf*mf).template cast<CF>().eval()*vcf);
107 VERIFY_IS_APPROX(scf*mf*vcf,(scf*mf.template cast<CF>()).eval()*vcf);
111 VERIFY_IS_APPROX(sf*vcf.adjoint()*mf, sf*vcf.adjoint()*mf.template cast<CF>().eval());
112 VERIFY_IS_APPROX(scf*vcf.adjoint()*mf, scf*vcf.adjoint()*mf.template cast<CF>().eval());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_eval.c 38 assert(attr < Elements(exec->eval.map1));
39 exec->eval.map1[attr].map = NULL;
44 assert(attr < Elements(exec->eval.map2));
45 exec->eval.map2[attr].map = NULL;
51 assert(attr < Elements(exec->eval.map1));
52 if (!exec->eval.map1[attr].map) {
53 exec->eval.map1[attr].map = map;
54 exec->eval.map1[attr].sz = dim;
61 assert(attr < Elements(exec->eval.map2));
62 if (!exec->eval.map2[attr].map)
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
literals-assignment.js 31 assertEquals(8, eval("(function() { return 8; })()"));
39 assertEquals(8, eval(code));
46 assertEquals("abc", eval(code));
55 assertEquals(8, eval(code));
63 assertEquals(8, eval(code));
70 assertEquals(8, eval(code));
75 eval(code);
79 eval(code);
85 assertEquals(10, eval(code));
88 eval(code)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 38 assert(attr < Elements(exec->eval.map1));
39 exec->eval.map1[attr].map = NULL;
44 assert(attr < Elements(exec->eval.map2));
45 exec->eval.map2[attr].map = NULL;
51 assert(attr < Elements(exec->eval.map1));
52 if (!exec->eval.map1[attr].map) {
53 exec->eval.map1[attr].map = map;
54 exec->eval.map1[attr].sz = dim;
61 assert(attr < Elements(exec->eval.map2));
62 if (!exec->eval.map2[attr].map)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
TernaryOp.h 43 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
58 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(const Module&,
63 TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(const Module&,
  /external/chromium_org/v8/test/mjsunit/
global-load-from-nested-eval.js 28 // Tests global loads from nested eval.
34 eval('eval(' + source +')');
41 eval('eval(' + source +')');
46 // Shadow variable with an eval-introduced variable.
48 eval('var x = 1');
50 eval('eval('+ source + ')');
56 // Eval that does not shadow
    [all...]
cross-realm-filtering.js 9 "(function () { Realm.eval(Realm.current(), 'throw Error()') })";
11 thrower_0: Realm.eval(realms[0], thrower_script),
12 thrower_1: Realm.eval(realms[1], thrower_script),
35 Realm.eval(realms[1], script);
43 Realm.eval(realms[0], script);
55 caller_0 : Realm.eval(realms[0], caller_script),
56 caller_1 : Realm.eval(realms[1], caller_script),
66 Realm.eval(realms[1], script);
70 Realm.eval(realms[0], script);
global-load-from-eval-in-with.js 28 // Tests global loads from eval inside of a with statement.
34 eval(source);
38 // Test shadowing in eval scope.
42 // Test shadowing in local scope inside an eval scope.
46 // Test shadowing in local scope inside an eval scope. Deeper nesting
51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes.
52 test({ x: 42 }, "function f() { eval('1'); assertEquals(42, x) }; f();");
53 test({ y: 42 }, "function f() { eval('1'); assertEquals(27, x) }; f();")
    [all...]
  /external/chromium_org/third_party/libevent/
log.h 36 void event_err(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);
38 void event_errx(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);
  /external/chromium_org/third_party/skia/src/utils/
SkBoundaryPatch.cpp 32 SkPoint SkBoundaryPatch::eval(SkScalar unitU, SkScalar unitV) { function in class:SkBoundaryPatch
34 SkPoint u = SkPointInterp(b->eval(SkBoundary::kLeft, SK_Scalar1 - unitV),
35 b->eval(SkBoundary::kRight, unitV),
37 SkPoint v = SkPointInterp(b->eval(SkBoundary::kTop, unitU),
38 b->eval(SkBoundary::kBottom, SK_Scalar1 - unitU),
55 *verts++ = this->eval(x * invR, yy);
65 SkPoint SkLineBoundary::eval(Edge e, SkScalar t) { function in class:SkLineBoundary
70 SkPoint SkCubicBoundary::eval(Edge e, SkScalar t) { function in class:SkCubicBoundary
  /external/clang/test/SemaCXX/
constant-expression.cpp 12 enum Enum { eval = 1 }; enumerator in enum:Enum
14 const Enum ceval = eval;
17 static const Enum seval = eval;
23 v2 = eval,
36 b2 : eval,
49 i2 = eval,
63 case 100 + eval:
80 template struct C<1, eval>;
  /external/mesa3d/
.dir-locals.el 7 (eval . (progn
  /external/skia/src/utils/
SkBoundaryPatch.cpp 32 SkPoint SkBoundaryPatch::eval(SkScalar unitU, SkScalar unitV) { function in class:SkBoundaryPatch
34 SkPoint u = SkPointInterp(b->eval(SkBoundary::kLeft, SK_Scalar1 - unitV),
35 b->eval(SkBoundary::kRight, unitV),
37 SkPoint v = SkPointInterp(b->eval(SkBoundary::kTop, unitU),
38 b->eval(SkBoundary::kBottom, SK_Scalar1 - unitU),
55 *verts++ = this->eval(x * invR, yy);
65 SkPoint SkLineBoundary::eval(Edge e, SkScalar t) { function in class:SkLineBoundary
70 SkPoint SkCubicBoundary::eval(Edge e, SkScalar t) { function in class:SkCubicBoundary

Completed in 1158 milliseconds

12 3 4 5 6 7 8 91011>>