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

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
eval_assign.mk 21 $(eval foo := PASS)
22 $(eval bar := $$(foo))
24 $(eval prog: baz := FAIL)
26 $(eval fuga := $(hoge))
28 $(eval a := $($(b)))
30 $(eval d := $(e))
32 $(eval g := $(h))
38 $(foreach tag,x,$(eval a.$(tag)+=$(y)))
40 $(foreach tag,x,$(eval a.$(tag)+=$(y)))
func_nop.mk 2 $(eval ## comment)PASS
vardef_in_call.mk 1 vardef=$(eval $(1):=$(2))
lineno_in_call.mk 2 $(eval X:=) \
3 $(eval X:=) \
quine.mk 5 $$(info $$$$(eval $$$$q))
7 $(eval $q)
warning_in_eval.mk 3 $(eval $(warn))
4 $(eval $$(warn))
eval_starts_with_comment.mk 9 $(eval $(_rule))
  /device/linaro/bootloader/edk2/StdLib/Include/
err.h 20 void errx (int eval, const char *fmt, ...);
21 void err (int eval, const char *fmt, ...);
  /frameworks/compile/mclinker/include/mcld/Script/
BinaryOp.h 39 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
53 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&,
56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
59 IntOperand* BinaryOp<Operator::MOD>::eval(const Module&,
62 IntOperand* BinaryOp<Operator::ADD>::eval(const Module&,
65 IntOperand* BinaryOp<Operator::SUB>::eval(const Module&,
68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module&,
71 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module&,
74 IntOperand* BinaryOp<Operator::LT>::eval(const Module&, const TargetLDBackend&);
76 IntOperand* BinaryOp<Operator::LE>::eval(const Module&, const TargetLDBackend&)
    [all...]
UnaryOp.h 37 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
46 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
49 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
52 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval(const Module&,
55 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
59 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module&,
62 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module&,
65 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module&,
68 IntOperand* UnaryOp<Operator::DATA_SEGMENT_END>::eval(const Module&,
71 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module&
    [all...]
NullaryOp.h 37 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
43 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module&,
46 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(const Module&,
50 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module&,
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/
Main.java 64 eval(engine, "conc.js"); method
65 eval(engine, "gui.js"); method
66 eval(engine, "scriptpad.js"); method
67 eval(engine, "mm.js"); method
70 private static void eval(ScriptEngine engine, String name) method in class:Main
80 engine.eval(new InputStreamReader(is));
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/
Main.java 64 eval(engine, "conc.js"); method
65 eval(engine, "gui.js"); method
66 eval(engine, "scriptpad.js"); method
67 eval(engine, "mm.js"); method
70 private static void eval(ScriptEngine engine, String name) method in class:Main
80 engine.eval(new InputStreamReader(is));
  /system/core/libnativebridge/tests/
Android.mk 41 $(eval include $(CLEAR_VARS)) \
42 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
43 $(eval LOCAL_SRC_FILES := $(file)) \
44 $(eval LOCAL_CFLAGS := $(libnativebridge_tests_common_cflags)) \
45 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
46 $(eval include $(BUILD_NATIVE_TEST)) \
50 $(eval include $(CLEAR_VARS)) \
51 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
52 $(eval LOCAL_SRC_FILES := $(file)) \
53 $(eval LOCAL_CFLAGS := $(libnativebridge_tests_common_cflags))
    [all...]
  /external/trappy/
.dir-locals.el 1 ((nil . ((eval . (progn
  /external/eigen/test/
rvalue_types.cpp 48 CALL_SUBTEST_1(rvalue_copyassign( MatrixXf::Random(50,50).eval() ));
49 CALL_SUBTEST_1(rvalue_copyassign( ArrayXXf::Random(50,50).eval() ));
51 CALL_SUBTEST_1(rvalue_copyassign( Matrix<float,1,Dynamic>::Random(50).eval() ));
52 CALL_SUBTEST_1(rvalue_copyassign( Array<float,1,Dynamic>::Random(50).eval() ));
54 CALL_SUBTEST_1(rvalue_copyassign( Matrix<float,Dynamic,1>::Random(50).eval() ));
55 CALL_SUBTEST_1(rvalue_copyassign( Array<float,Dynamic,1>::Random(50).eval() ));
57 CALL_SUBTEST_2(rvalue_copyassign( Array<float,2,1>::Random().eval() ));
58 CALL_SUBTEST_2(rvalue_copyassign( Array<float,3,1>::Random().eval() ));
59 CALL_SUBTEST_2(rvalue_copyassign( Array<float,4,1>::Random().eval() ));
61 CALL_SUBTEST_2(rvalue_copyassign( Array<float,2,2>::Random().eval() ));
    [all...]
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Condition.java 33 boolean eval() throws BuildException; method in interface:Condition
  /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();
TopicAliasing_mult5.cpp 4 A = (B * A).eval().cwiseAbs();
  /external/googletest/googlemock/
Android.mk 30 $(eval include $(CLEAR_VARS)) \
31 $(eval LOCAL_MODULE := $(1)$(4)) \
32 $(eval LOCAL_CPP_EXTENSION := .cc) \
33 $(eval LOCAL_SRC_FILES := test/$(strip $(1)).cc $(2)) \
34 $(eval LOCAL_C_INCLUDES := $(LOCAL_PATH)/include) \
35 $(eval LOCAL_C_INCLUDES += $(LOCAL_PATH)/../googletest) \
36 $(eval LOCAL_CFLAGS += -Wall -Werror -Wno-sign-compare -Wno-unused-parameter) \
37 $(eval LOCAL_CFLAGS += -Wno-unused-private-field) \
38 $(eval LOCAL_CPP_FEATURES := rtti) \
39 $(eval LOCAL_STATIC_LIBRARIES := $(if $(3),$(3)$(4)) libgmock$(4))
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_forced_eval.cpp 35 mat3 = mat3.contract(mat2, dims).eval();
37 VERIFY_IS_APPROX(mat3(0, 0), (m1*m2).eval()(0,0));
38 VERIFY_IS_APPROX(mat3(0, 1), (m1*m2).eval()(0,1));
39 VERIFY_IS_APPROX(mat3(0, 2), (m1*m2).eval()(0,2));
40 VERIFY_IS_APPROX(mat3(1, 0), (m1*m2).eval()(1,0));
41 VERIFY_IS_APPROX(mat3(1, 1), (m1*m2).eval()(1,1));
42 VERIFY_IS_APPROX(mat3(1, 2), (m1*m2).eval()(1,2));
43 VERIFY_IS_APPROX(mat3(2, 0), (m1*m2).eval()(2,0));
44 VERIFY_IS_APPROX(mat3(2, 1), (m1*m2).eval()(2,1));
45 VERIFY_IS_APPROX(mat3(2, 2), (m1*m2).eval()(2,2))
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
decision_node_evaluator_test.cc 34 std::unique_ptr<InequalityDecisionNodeEvaluator> eval(
41 ASSERT_EQ(eval->Decide(dataset, 2), 0);
42 ASSERT_EQ(eval->Decide(dataset, 3), 0);
43 ASSERT_EQ(eval->Decide(dataset, 4), 1);
51 std::unique_ptr<InequalityDecisionNodeEvaluator> eval(
58 ASSERT_EQ(eval->Decide(dataset, 2), 0);
59 ASSERT_EQ(eval->Decide(dataset, 3), 1);
60 ASSERT_EQ(eval->Decide(dataset, 4), 1);
69 std::unique_ptr<MatchingValuesDecisionNodeEvaluator> eval(
76 ASSERT_EQ(eval->Decide(dataset, 2), 1)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
err.c 35 err(int eval, const char *fmt, ...)
40 verr(eval, fmt, ap);
errx.c 35 errx(int eval, const char *fmt, ...)
40 verrx(eval, fmt, ap);
verrx.c 37 verrx(int eval, const char *fmt, va_list ap)
43 exit(eval);

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>