/system/core/include/log/ |
D | log.h | 101 #define ALOGV_IF(cond, ...) ((void)0) argument 118 #define ALOGD_IF(cond, ...) \ argument 132 #define ALOGI_IF(cond, ...) \ argument 146 #define ALOGW_IF(cond, ...) \ argument 160 #define ALOGE_IF(cond, ...) \ argument 230 #define SLOGV_IF(cond, ...) ((void)0) argument 248 #define SLOGD_IF(cond, ...) \ argument 263 #define SLOGI_IF(cond, ...) \ argument 278 #define SLOGW_IF(cond, ...) \ argument 293 #define SLOGE_IF(cond, ...) \ argument [all …]
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_mutex.c | 98 #define TZERO(cond) \ argument 101 #define TTRUE(cond) \ argument 104 #define TFALSE(cond) \ argument 107 #define TEXPECT_INT(cond,val) \ argument
|
D | test_pthread_rwlock.c | 97 #define TZERO(cond) \ argument 100 #define TTRUE(cond) \ argument 103 #define TFALSE(cond) \ argument 106 #define TEXPECT_INT(cond,val) \ argument
|
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/kernel/ |
D | kernel.h | 51 #define BUG_ON(cond) do { if(cond) { } } while(0) argument 54 #define BUG_ON(cond) assert(! (cond)) argument
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/ |
D | kernel.h | 60 #define BUG_ON(cond) do { if (cond) {} } while (0) argument 62 #define BUG_ON(cond) assert(!(cond)) argument
|
/system/vold/ |
D | CryptCommandListener.cpp | 85 int CryptCommandListener::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
|
D | CommandListener.cpp | 95 int CommandListener::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
|
/system/bt/btif/include/ |
D | btif_common.h | 40 #define ASSERTC(cond, msg, val) if (!(cond)) { LOG_ERROR( \ argument
|
/system/netd/server/ |
D | CommandListener.cpp | 881 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail() 1266 int CommandListener::FirewallCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail() 1475 int CommandListener::StrictCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
|
/system/core/liblog/ |
D | logd_write_kern.c | 217 void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
|
D | logd_write.c | 437 void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
|
/system/bt/stack/btm/ |
D | btm_devctl.c | 850 UINT8 cond; in BTM_EnableTestMode() local
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 137 cond_t cond; member 158 cond_t cond; member
|
/system/media/audio_utils/ |
D | echo_reference.c | 64 pthread_cond_t cond; // condition signaled when data is ready to read member
|
/system/bt/udrv/ulinux/ |
D | uipc.c | 89 pthread_cond_t cond; member
|
/system/core/libpixelflinger/codeflinger/ |
D | Arm64Assembler.cpp | 1158 uint32_t Rm, uint32_t cond) in A64_CSEL_X() 1165 uint32_t Rm, uint32_t cond) in A64_CSEL_W()
|
D | MIPSAssembler.h | 227 } cond; variable
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 66 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__… argument
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 1463 tBTA_DM_BLE_PF_COND_PARAM cond; in btgattc_handle_event() local
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 79 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__… argument
|