Searched defs:expr (Results 1 – 11 of 11) sorted by relevance
/system/libbase/include/android-base/ |
D | errors.h | 75 #define OR_RETURN(expr) \ argument 88 #define OR_FATAL(expr) \ argument 99 #define OR_FATAL(expr) \ argument
|
/system/tools/aidl/ |
D | permission.cpp | 29 std::string AsJavaAnnotation(const Expression& expr) { in AsJavaAnnotation()
|
D | aidl_to_cpp_common.cpp | 223 const string expr = (isServer ? "" : "*") + returnVarName; in GenLogAfterExecute() local
|
D | aidl_language.cpp | 327 auto expr = EnforceExpression(); in CheckValid() local
|
/system/media/audio_utils/tests/ |
D | variadic_tests.cpp | 30 #define PRINT_AND_EXPECT_EQ(expected, expr) { \ argument 37 #define PRINT_AND_EXPECT_NEAR(expected, expr) { \ argument
|
D | statistics_tests.cpp | 111 #define PRINT_AND_EXPECT_EQ(expected, expr) { \ argument 118 #define PRINT_AND_EXPECT_NEAR(expected, expr) { \ argument
|
/system/sepolicy/tests/ |
D | searchpolicy.py | 29 expr = parser.add_argument_group("Expressions") variable
|
/system/core/healthd/ |
D | healthd_mode_charger_test.cpp | 48 ChildAssertHelper(bool res, const char* expr, const char* file, int line) : res_(res) { in ChildAssertHelper() 60 #define CHILD_ASSERT_TRUE(expr) ChildAssertHelper(expr, #expr, __FILE__, __LINE__) argument
|
/system/tools/hidl/ |
D | ConstantExpression.cpp | 179 ConstantExpression::ConstantExpression(const std::string& expr) : mExpr(expr) {} in ConstantExpression() 186 const std::string& expr) in LiteralConstantExpression() 359 ConstantExpression* expr = mReference->constExpr(); in evaluate() local 728 const std::string& expr) in ReferenceConstantExpression()
|
/system/core/fastboot/ |
D | vendor_boot_img_utils_test.cpp | 51 #define EXPECT_RESULT(expr, result_matcher) \ argument 56 #define EXPECT_ERROR(expr, error_matcher) \ argument
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 91 #define TIMEOUT(seconds, expr) \ argument
|