| /device/generic/vulkan-cereal/fake-android-guest/log/ |
| D | log_main.h | 65 #define android_vprintLog(prio, cond, tag, ...) \ argument 100 #define android_printAssert(cond, tag, ...) \ argument 112 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument 131 #define LOG_FATAL_IF(cond, ...) ((void)0) argument 153 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument 191 #define ALOGV_IF(cond, ...) ((void)0) argument 207 #define ALOGD_IF(cond, ...) \ argument 220 #define ALOGI_IF(cond, ...) \ argument 233 #define ALOGW_IF(cond, ...) \ argument 246 #define ALOGE_IF(cond, ...) \ argument
|
| D | log_system.h | 64 #define SLOGV_IF(cond, ...) ((void)0) argument 66 #define SLOGV_IF(cond, ...) \ argument 84 #define SLOGD_IF(cond, ...) \ argument 101 #define SLOGI_IF(cond, ...) \ argument 118 #define SLOGW_IF(cond, ...) \ argument 135 #define SLOGE_IF(cond, ...) \ argument
|
| D | log_radio.h | 66 #define RLOGV_IF(cond, ...) ((void)0) argument 68 #define RLOGV_IF(cond, ...) \ argument 86 #define RLOGD_IF(cond, ...) \ argument 103 #define RLOGI_IF(cond, ...) \ argument 120 #define RLOGW_IF(cond, ...) \ argument 137 #define RLOGE_IF(cond, ...) \ argument
|
| /device/google/coral/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/google/sunfish/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/google/redbull/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/generic/goldfish-opengl/fuchsia/include/cutils/ |
| D | log.h | 47 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument 51 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
|
| /device/google/cuttlefish/common/libs/confui/ |
| D | utils.h | 64 #define ConfUiCheck(cond) CHECK(cond) << "ConfUI: " argument
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | Log.cpp | 34 EXPORT void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
|
| /device/google/cuttlefish/guest/hals/ril/reference-libril/ |
| D | rilSocketQueue.h | 51 pthread_cond_t cond; variable
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | astcenc_internal.h | 47 #define promise(cond) __assume(cond) argument 50 #define promise(cond) __builtin_assume(cond) argument 52 #define promise(cond) if (!(cond)) { __builtin_unreachable(); } argument 54 #define promise(cond) argument 57 #define promise(cond) if (!(cond)) { __builtin_unreachable(); } argument 60 #define promise(cond) assert(cond) argument
|
| D | astcenc_vecmathlib_none_4.h | 684 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select() 898 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select() 909 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb()
|
| D | astcenc_vecmathlib_neon_4.h | 627 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select() 794 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select() 802 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb()
|
| D | astcenc_vecmathlib_sse_4.h | 677 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select() 872 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select() 884 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb()
|
| D | astcenc_vecmathlib_avx2_8.h | 594 ASTCENC_SIMD_INLINE vint8 select(vint8 a, vint8 b, vmask8 cond) in select() 899 ASTCENC_SIMD_INLINE vfloat8 select(vfloat8 a, vfloat8 b, vmask8 cond) in select() 907 ASTCENC_SIMD_INLINE vfloat8 select_msb(vfloat8 a, vfloat8 b, vmask8 cond) in select_msb()
|
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
| D | C2GoldfishVpxDec.h | 83 Condition cond; member
|
| /device/google/cuttlefish/guest/hals/nfc/ |
| D | Cf_hal_api.cc | 38 pthread_cond_t cond; member
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/ |
| D | test_simd.cpp | 874 vmask4 cond = m1 == m2; in TEST() local 899 vmask4 cond(msb.m); in TEST() local 1848 vmask4 cond = m1 == m2; in TEST() local 2606 vmask8 cond = m1 == m2; in TEST() local 2639 vmask8 cond(msb.m); in TEST() local 3397 vmask8 cond = m1 == m2; in TEST() local
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | GLClientState.cpp | 2354 #define UNIFORM_VALIDATION_ERR_COND(cond, code) if (cond) { *err = code; return; } argument
|
| /device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
| D | invensense_icm40600.c | 64 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument
|
| /device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
| D | bosch_bmi160.c | 93 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/ |
| D | GLESv2Imp.cpp | 3558 #define VALIDATE(cond, err) do { if (cond) { *err_out = err; fprintf(stderr, "%s:%d failed validati… in sPrepareTexImage2D() argument
|
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| D | GL2Encoder.cpp | 3960 #define VALIDATE(cond, err) if (cond) { *err_out = err; return packed; } \ in packVarNames() argument
|