Home
last modified time | relevance | path

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

123

/aosp12/frameworks/native/cmds/installd/tests/
H A Dbinder_test_utils.h23 #define ASSERT_BINDER_SUCCESS(expr) \ argument
29 #define ASSERT_BINDER_FAIL(expr) \ argument
35 #define EXPECT_BINDER_SUCCESS(expr) \ argument
41 #define EXPECT_BINDER_FAIL(expr) \ argument
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DShimUtils.h32 #define SLW2SAS_RETURN_IF_ERROR(expr) \ argument
42 #define SLW2SAS_RETURN_AND_CALLBACK_IF_ERROR(expr, callback) \ argument
53 #define SLW2SAS_OK_RETURN_AND_ERROR_CALLBACK_IF_ERROR(expr, callback) \ argument
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
H A DAssertOk.h38 inline ::testing::AssertionResult assertIsOk(const char* expr, const Return<T>& ret) { in assertIsOk()
45 inline ::testing::AssertionResult continueIfIsOk(const char* expr, const Return<T>& ret, in continueIfIsOk()
91 inline ::testing::AssertionResult assertOk(const char* expr, const Return<void>& ret) { in assertOk()
96 inline ::testing::AssertionResult assertOk(const char* expr, Result result) { in assertOk()
102 inline ::testing::AssertionResult assertOk(const char* expr, const Return<Result>& ret) { in assertOk()
/aosp12/bionic/tests/
H A Dclang_fortify_tests.cpp114 #define DIE_WITH(expr, cond, regex) EXPECT_EXIT(ExitAfter([&] { (expr); }), cond, regex) argument
119 #define EXPECT_NO_DEATH(expr) DIE_WITH(expr, testing::ExitedWithCode(0), "") argument
120 #define EXPECT_FORTIFY_DEATH(expr) DIE_WITH(expr, testing::KilledBySignal(SIGABRT), "FORTIFY") argument
132 #define EXPECT_NO_DEATH(expr) expr argument
133 #define EXPECT_FORTIFY_DEATH(expr) expr argument
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DRpnExpr.cpp81 RpnExpr* expr = RpnExpr::create(); in buildHelperExpr() local
92 RpnExpr* expr = RpnExpr::create(); in buildHelperExpr() local
H A DAssignment.cpp137 RpnExpr* expr = RpnExpr::buildHelperExpr( in activate() local
/aosp12/system/media/audio_utils/tests/
H A Dvariadic_tests.cpp30 #define PRINT_AND_EXPECT_EQ(expected, expr) { \ argument
37 #define PRINT_AND_EXPECT_NEAR(expected, expr) { \ argument
/aosp12/art/libelffile/dwarf/
H A Ddebug_frame_opcode_writer.h253 void ALWAYS_INLINE DefCFAExpression(uint8_t* expr, int expr_size) { in DefCFAExpression()
263 void ALWAYS_INLINE Expression(Reg reg, uint8_t* expr, int expr_size) { in Expression()
274 void ALWAYS_INLINE ValExpression(Reg reg, uint8_t* expr, int expr_size) { in ValExpression()
/aosp12/system/sepolicy/tests/
H A Dsearchpolicy.py15 expr = parser.add_argument_group("Expressions") variable
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp47 ChildAssertHelper(bool res, const char* expr, const char* file, int line) : res_(res) { in ChildAssertHelper()
59 #define CHILD_ASSERT_TRUE(expr) ChildAssertHelper(expr, #expr, __FILE__, __LINE__) argument
/aosp12/frameworks/native/libs/binder/
H A DParcelableHolder.cpp21 #define RETURN_ON_FAILURE(expr) \ argument
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_parcelable_utils.h38 #define RETURN_ON_FAILURE(expr) \ argument
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DResult.h144 #define NN_TRY(expr) \ argument
/aosp12/hardware/interfaces/health/2.1/vts/functional/
H A DVtsHalHealthV2_1TargetTest.cpp47 #define TEST_AND_RETURN(expr) \ argument
54 #define TEST_AND_RETURN_FAILURE(expr) \ argument
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_a2dp_source_binder_server.cc49 #define TRY_RET(expr, msg) \ argument
58 #define TRY_RET_FUNC(expr) TRY_RET(expr, __func__ << " failed") argument
/aosp12/system/bt/service/
H A Da2dp_source.cc33 #define TRY_RET(expr, err_msg) \ argument
42 #define TRY_RET_FUNC(expr) TRY_RET(expr, __func__ << " failed") argument
/aosp12/system/tools/hidl/
H A DConstantExpression.cpp173 ConstantExpression::ConstantExpression(const std::string& expr) : mExpr(expr) {} in ConstantExpression()
180 const std::string& expr) in LiteralConstantExpression()
353 ConstantExpression* expr = mReference->constExpr(); in evaluate() local
722 const std::string& expr) in ReferenceConstantExpression()
/aosp12/hardware/google/av/media/eco/include/eco/
H A DECOUtils.h32 #define RETURN_STATUS_IF_ERROR(expr) \ argument
/aosp12/frameworks/base/native/webview/plat_support/
H A Ddraw_gl_functor.cpp32 #define COMPILE_ASSERT(expr, err) \ argument
/aosp12/art/runtime/
H A Dentrypoints_order_test.cc32 #define CHECKED(expr, name) \ argument
/aosp12/bootable/recovery/tests/unit/
H A Dedify_test.cpp153 std::unique_ptr<Expr> expr; in TEST_F() local
/aosp12/art/compiler/debug/dwarf/
H A Ddwarf_test.cc70 uint8_t expr[] = { /*nop*/ 0x96 }; in TEST_F() local
/aosp12/system/core/fastboot/
H A Dvendor_boot_img_utils_test.cpp51 #define EXPECT_RESULT(expr, result_matcher) \ argument
56 #define EXPECT_ERROR(expr, error_matcher) \ argument
/aosp12/build/make/tools/releasetools/
H A Dcheck_partition_sizes.py45 def __init__(self, desc, expr, value=None): argument
/aosp12/hardware/interfaces/audio/effect/all-versions/default/util/
H A DEffectUtils.cpp41 #define CONVERT_CHECKED(expr, result) \ argument

123