Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 11 of 11) sorted by relevance

/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
88 #define OR_FATAL(expr) \ argument
99 #define OR_FATAL(expr) \ argument
/system/tools/aidl/
Dpermission.cpp29 std::string AsJavaAnnotation(const Expression& expr) { in AsJavaAnnotation()
Daidl_to_cpp_common.cpp223 const string expr = (isServer ? "" : "*") + returnVarName; in GenLogAfterExecute() local
Daidl_language.cpp327 auto expr = EnforceExpression(); in CheckValid() local
/system/media/audio_utils/tests/
Dvariadic_tests.cpp30 #define PRINT_AND_EXPECT_EQ(expected, expr) { \ argument
37 #define PRINT_AND_EXPECT_NEAR(expected, expr) { \ argument
Dstatistics_tests.cpp111 #define PRINT_AND_EXPECT_EQ(expected, expr) { \ argument
118 #define PRINT_AND_EXPECT_NEAR(expected, expr) { \ argument
/system/sepolicy/tests/
Dsearchpolicy.py29 expr = parser.add_argument_group("Expressions") variable
/system/core/healthd/
Dhealthd_mode_charger_test.cpp48 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/
DConstantExpression.cpp179 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/
Dvendor_boot_img_utils_test.cpp51 #define EXPECT_RESULT(expr, result_matcher) \ argument
56 #define EXPECT_ERROR(expr, error_matcher) \ argument
/system/core/debuggerd/
Ddebuggerd_test.cpp91 #define TIMEOUT(seconds, expr) \ argument