/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/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/extras/alloc-stress/ |
D | alloc-stress.cpp | 19 #define ASSERT_TRUE(cond) \ argument
|
/system/bt/btif/include/ |
D | btif_common.h | 36 #define ASSERTC(cond, msg, val) if (!(cond)) { LOG_ERROR(LOG_TAG, \ argument
|
/system/netd/server/ |
D | CommandListener.cpp | 875 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail() 1241 int CommandListener::FirewallCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail() 1452 int CommandListener::StrictCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
|
D | SockDiag.cpp | 174 inet_diag_hostcond cond; in sendDumpRequest() member
|
/system/bt/stack/btm/ |
D | btm_devctl.c | 847 UINT8 cond; in BTM_EnableTestMode() local
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 147 cond_t cond; member 166 cond_t cond; member
|
/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/core/liblog/ |
D | logger_write.c | 432 LIBLOG_ABI_PUBLIC void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
|
/system/bt/udrv/ulinux/ |
D | uipc.c | 85 pthread_cond_t cond; member
|
/system/vold/ |
D | CommandListener.cpp | 100 int CommandListener::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
|
/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 | MIPS64Assembler.h | 238 } cond; variable
|
D | MIPSAssembler.h | 227 } cond; variable
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 73 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__… argument
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 89 #define assert(cond) \ argument
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 1304 tBTA_DM_BLE_PF_COND_PARAM cond; in btgattc_handle_event() local
|