Searched refs:eval (Results 1 - 23 of 23) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A DAndroid.mk24 $(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/
H A DAndroid.mk27 $(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/
H A DUnaryOp.h41 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(cons
[all...]
H A DBinaryOp.h43 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(cons
[all...]
H A DNullaryOp.h41 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&,
H A DTernaryOp.h43 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&,
H A DRpnEvaluator.h27 bool eval(const RpnExpr& pExpr, uint64_t& pResult);
H A DOperator.h111 virtual IntOperand* eval(const Module& pModule,
/frameworks/native/services/inputflinger/tests/
H A DAndroid.mk39 $(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)) \
/frameworks/native/libs/ui/tests/
H A DAndroid.mk20 $(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)) \
/frameworks/native/libs/input/tests/
H A DAndroid.mk24 $(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)) \
/frameworks/compile/mclinker/lib/Script/
H A DUnaryOp.cpp22 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(cons 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...]
H A DNullaryOp.cpp19 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
H A DBinaryOp.cpp23 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(cons 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...]
H A DTernaryOp.cpp19 TernaryOp<Operator::TERNARY_IF>::eval(const Module& pModule, function in class:TernaryOp
33 TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(const Module& pModule, function in class:TernaryOp
H A DRpnEvaluator.cpp31 bool RpnEvaluator::eval(const RpnExpr& pExpr, uint64_t& pResult) function in class:RpnEvaluator
41 operandStack.push(op->eval(m_Module, m_Backend));
48 operandStack.push(op->eval(m_Module, m_Backend));
58 operandStack.push(op->eval(m_Module, m_Backend));
71 operandStack.push(op->eval(m_Module, m_Backend));
H A DAssignment.cpp171 bool success = pEvaluator.eval(m_RpnExpr, result);
/frameworks/base/data/fonts/
H A DAndroid.mk23 # 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_MODUL
[all...]
/frameworks/rs/
H A DrsAnimation.h37 float eval(float) const;
/frameworks/webview/chromium/tools/
H A Dmemreport.py96 array = eval(field)
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat52 if "%@eval[2+2]" == "4" goto 4NT_args
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp381 evaluator.eval((*out)->prolog().subAlign(), in_align);
398 evaluator.eval((*out)->prolog().align(), out_align);
724 evaluator.eval((*assert).getRpnExpr(), res);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2253 evaluator.eval((*out)->prolog().vma(), vma);

Completed in 446 milliseconds