Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/
H A 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
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_LongMultiStateCounter.cpp112 #define THROW_AND_RETURN_ON_WRITE_ERROR(expr) \ argument
140 #define THROW_AND_RETURN_ON_READ_ERROR(expr) \ argument
H A Dcom_android_internal_os_LongArrayMultiStateCounter.cpp102 #define THROW_AND_RETURN_ON_WRITE_ERROR(expr) \ argument
136 #define THROW_AND_RETURN_ON_READ_ERROR(expr) \ argument
H A Dandroid_hardware_camera2_DngCreator.cpp57 #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 Ddraw_gl_functor.cpp32 #define COMPILE_ASSERT(expr, err) \ argument
H A Ddraw_functor.cpp24 #define COMPILE_ASSERT(expr, err) \ argument
/aosp14/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
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt688 val expr = when { regex
/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp89 #define TIMEOUT(seconds, expr) \ argument