Searched defs:expr (Results 1 – 9 of 9) sorted by relevance
/aosp14/system/core/healthd/ |
H A 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
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_android_internal_os_LongMultiStateCounter.cpp | 112 #define THROW_AND_RETURN_ON_WRITE_ERROR(expr) \ argument 140 #define THROW_AND_RETURN_ON_READ_ERROR(expr) \ argument
|
H A D | com_android_internal_os_LongArrayMultiStateCounter.cpp | 102 #define THROW_AND_RETURN_ON_WRITE_ERROR(expr) \ argument 136 #define THROW_AND_RETURN_ON_READ_ERROR(expr) \ argument
|
H A D | android_hardware_camera2_DngCreator.cpp | 57 #define BAIL_IF_INVALID_RET_BOOL(expr, jnienv, tagId, writer) \ argument 65 #define BAIL_IF_INVALID_RET_NULL_SP(expr, jnienv, tagId, writer) \ argument 73 #define BAIL_IF_INVALID_R(expr, jnienv, tagId, writer) \ argument 103 #define BAIL_IF_EXPR_RET_NULL_SP(expr, jnienv, tagId, writer) \ argument
|
/aosp14/frameworks/base/native/webview/plat_support/ |
H A D | draw_gl_functor.cpp | 32 #define COMPILE_ASSERT(expr, err) \ argument
|
H A D | draw_functor.cpp | 24 #define COMPILE_ASSERT(expr, err) \ argument
|
/aosp14/system/core/fastboot/ |
H A D | vendor_boot_img_utils_test.cpp | 51 #define EXPECT_RESULT(expr, result_matcher) \ argument 56 #define EXPECT_ERROR(expr, error_matcher) \ argument
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Generators.kt | 688 val expr = when { regex
|
/aosp14/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 89 #define TIMEOUT(seconds, expr) \ argument
|