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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libnativebridge/tests/
Android.mk 29 $(eval include $(CLEAR_VARS)) \
30 $(eval LOCAL_CLANG := true) \
31 $(eval LOCAL_CPPFLAGS := -std=gnu++11) \
32 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
33 $(eval LOCAL_SRC_FILES := $(file)) \
34 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
35 $(eval include $(BUILD_NATIVE_TEST)) \
39 $(eval include $(CLEAR_VARS)) \
40 $(eval LOCAL_CLANG := true) \
41 $(eval LOCAL_CPPFLAGS := -std=gnu++11)
    [all...]
  /bootable/recovery/tests/
Android.mk 19 $(eval include $(CLEAR_VARS)) \
20 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
21 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
22 $(eval LOCAL_SRC_FILES := $(file)) \
23 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
24 $(eval LOCAL_C_INCLUDES := $(LOCAL_PATH)/..) \
25 $(eval include $(BUILD_NATIVE_TEST)) \
  /frameworks/native/cmds/installd/tests/
Android.mk 24 $(eval include $(CLEAR_VARS)) \
25 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
26 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
27 $(eval LOCAL_SRC_FILES := $(file)) \
28 $(eval LOCAL_C_INCLUDES := $(c_includes)) \
29 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
30 $(eval include $(BUILD_NATIVE_TEST)) \
  /frameworks/wilhelm/tests/
Android.mk 27 $(eval include $(CLEAR_VARS)) \
28 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
29 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
30 $(eval LOCAL_C_INCLUDES := $(c_includes)) \
31 $(eval LOCAL_SRC_FILES := $(file)) \
32 $(eval LOCAL_MODULE := libopenslestests) \
33 $(eval LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativetest) \
34 $(eval LOCAL_MODULE_TAGS := $(module_tags)) \
35 $(eval include $(BUILD_EXECUTABLE)) \
  /frameworks/compile/mclinker/include/mcld/Script/
BinaryOp.h 43 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
58 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&,
61 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
64 IntOperand* BinaryOp<Operator::MOD>::eval(const Module&,
67 IntOperand* BinaryOp<Operator::ADD>::eval(const Module&,
70 IntOperand* BinaryOp<Operator::SUB>::eval(const Module&,
73 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module&,
76 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module&,
79 IntOperand* BinaryOp<Operator::LT>::eval(const Module&,
82 IntOperand* BinaryOp<Operator::LE>::eval(const Module&
    [all...]
UnaryOp.h 41 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
53 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
56 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
59 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval(const Module&,
62 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
66 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module&,
69 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module&,
72 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module&,
75 IntOperand* UnaryOp<Operator::DATA_SEGMENT_END>::eval(const Module&,
78 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module&
    [all...]
NullaryOp.h 41 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
50 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module&,
53 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(const Module&,
57 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module&,
  /system/vold/tests/
Android.mk 28 $(eval include $(CLEAR_VARS)) \
29 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
30 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
31 $(eval LOCAL_C_INCLUDES := $(c_includes)) \
32 $(eval LOCAL_SRC_FILES := $(file)) \
33 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
34 $(eval LOCAL_MODULE_TAGS := $(module_tags)) \
35 $(eval include $(BUILD_EXECUTABLE)) \
  /system/core/libutils/tests/
Android.mk 28 $(eval include $(CLEAR_VARS)) \
29 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
30 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
31 $(eval LOCAL_SRC_FILES := $(file)) \
32 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
33 $(eval include $(BUILD_NATIVE_TEST)) \
  /frameworks/native/services/inputflinger/tests/
Android.mk 39 $(eval include $(CLEAR_VARS)) \
40 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
41 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
42 $(eval LOCAL_C_INCLUDES := $(c_includes)) \
43 $(eval LOCAL_CFLAGS += -Wno-unused-parameter) \
44 $(eval LOCAL_SRC_FILES := $(file)) \
45 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
46 $(eval LOCAL_MODULE_TAGS := $(module_tags)) \
47 $(eval include $(BUILD_NATIVE_TEST)) \
  /external/chromium_org/v8/test/preparser/
nonstrict-eval.js 28 // Eval restrictions should not trigger outside of strict-mode code.
30 var eval = 42; variable
31 eval = eval++;
32 eval += --eval;
33 eval -= ++eval;
34 eval *= eval--
35 function eval(eval) {}; function
44 var eval = 42; variable
    [all...]
  /external/chromium_org/v8/test/mjsunit/
eval.js 28 assertEquals(void 0, eval());
29 assertEquals(4, eval(4));
32 assertTrue(f === eval(f));
37 assertEquals(4, eval('2 + 2', count++));
41 eval('hest 7 &*^*&^');
48 // eval has special evaluation order for consistency with other browsers.
49 global_eval = eval;
50 assertEquals(void 0, eval(eval("var eval = function f(x) { return 'hest';}"))
54 eval = function(x, y) { return x + y; }; function
    [all...]
eval-stack-trace.js 80 // Simple eval.
87 eval(code1);
94 // f (eval at g (eval-stack.js:87:8), <anonymous>:2:9)
95 // eval (eval at g (eval-stack.js:87:8), <anonymous>:4:1)
96 // g (eval-stack.js:87:3)
97 // eval-stack.js:94:3
100 ["f", "eval", "g"
    [all...]
  /frameworks/native/libs/ui/tests/
Android.mk 20 $(eval include $(CLEAR_VARS)) \
21 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
22 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
23 $(eval LOCAL_SRC_FILES := $(file)) \
24 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
25 $(eval include $(BUILD_NATIVE_TEST)) \
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Condition.java 33 boolean eval() throws BuildException; method in interface:Condition
  /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/eigen/doc/snippets/
TopicAliasing_block_correct.cpp 5 // The eval() solves the aliasing problem
6 mat.bottomRightCorner(2,2) = mat.topLeftCorner(2,2).eval();
  /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);
  /external/eigen/test/
product_extra.cpp 41 VERIFY_IS_APPROX(m3.noalias() = m1 * m2.adjoint(), m1 * m2.adjoint().eval());
42 VERIFY_IS_APPROX(m3.noalias() = m1.adjoint() * square.adjoint(), m1.adjoint().eval() * square.adjoint().eval());
43 VERIFY_IS_APPROX(m3.noalias() = m1.adjoint() * m2, m1.adjoint().eval() * m2);
44 VERIFY_IS_APPROX(m3.noalias() = (s1 * m1.adjoint()) * m2, (s1 * m1.adjoint()).eval() * m2);
45 VERIFY_IS_APPROX(m3.noalias() = ((s1 * m1).adjoint()) * m2, (numext::conj(s1) * m1.adjoint()).eval() * m2);
46 VERIFY_IS_APPROX(m3.noalias() = (- m1.adjoint() * s1) * (s3 * m2), (- m1.adjoint() * s1).eval() * (s3 * m2).eval());
47 VERIFY_IS_APPROX(m3.noalias() = (s2 * m1.adjoint() * s1) * m2, (s2 * m1.adjoint() * s1).eval() * m2);
48 VERIFY_IS_APPROX(m3.noalias() = (-m1*s2) * s1*m2.adjoint(), (-m1*s2).eval() * (s1*m2.adjoint()).eval())
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.template/
p3-0x.cpp 3 template <class T> struct eval; // expected-note 3{{template is declared here}}
6 struct eval<TT<T1, Rest...>> { }; struct
14 eval<A<int>> eA;
15 eval<B<int, float>> eB;
16 eval<C<17>> eC; // expected-error{{implicit instantiation of undefined template 'eval<C<17> >'}}
17 eval<D<int, 17>> eD; // expected-error{{implicit instantiation of undefined template 'eval<D<int, 17> >'}}
18 eval<E<int, float>> eE; // expected-error{{implicit instantiation of undefined template 'eval<E<int, float, 17> >}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.h 81 bool eval(const MediaQuerySet*, MediaQueryResultList* = 0) const;
84 bool eval(const MediaQuery*, MediaQueryResultList*) const;
87 bool eval(const MediaQueryExp*) const;
  /frameworks/native/libs/input/tests/
Android.mk 24 $(eval include $(CLEAR_VARS)) \
25 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
26 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
27 $(eval LOCAL_SRC_FILES := $(file)) \
28 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
29 $(eval include $(BUILD_NATIVE_TEST)) \
  /ndk/tests/device/test-stlport_shared-exception/jni/
ref9.cpp 6 ex eval() const;
18 ex basic::eval() const { function in class:basic
25 const ex & tmpex = b.eval();
  /ndk/tests/device/test-stlport_static-exception/jni/
ref9.cpp 6 ex eval() const;
18 ex basic::eval() const { function in class:basic
25 const ex & tmpex = b.eval();
  /external/chromium_org/v8/test/webkit/
eval-throw-return.js 24 description('This test verifies the result returned by the eval function when exceptions are thrown and caught whithin the contents of the evaluated string.');
39 shouldBe('eval("1;")', "1");
40 shouldBe('eval("1; try { foo = [2,3,throwFunc(), 4]; } catch (e){}")', "1");
41 shouldBe('eval("1; try { 2; throw \\"\\"; } catch (e){}")', "2");
42 shouldBe('eval("1; try { 2; throwFunc(); } catch (e){}")', "2");
43 shouldBe('eval("1; try { 2; throwFunc(); } catch (e){3;} finally {}")', "3");
44 shouldBe('eval("1; try { 2; throwFunc(); } catch (e){3;} finally {4;}")', "4");
45 shouldBe('eval("function blah() { 1; }\\n blah();")', "undefined");
46 shouldBe('eval("var x = 1;")', "undefined");
47 shouldBe('eval("if (true) { 1; } else { 2; }")', "1")
    [all...]

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 91011>>