Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 20 of 20) sorted by relevance

/system/core/include/log/
Dlog.h101 #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/
Dkernel.h51 #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/
Dkernel.h60 #define BUG_ON(cond) do { if (cond) {} } while (0) argument
62 #define BUG_ON(cond) assert(!(cond)) argument
/system/extras/alloc-stress/
Dalloc-stress.cpp19 #define ASSERT_TRUE(cond) \ argument
/system/bt/btif/include/
Dbtif_common.h36 #define ASSERTC(cond, msg, val) if (!(cond)) { LOG_ERROR(LOG_TAG, \ argument
/system/netd/server/
DCommandListener.cpp875 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()
DSockDiag.cpp174 inet_diag_hostcond cond; in sendDumpRequest() member
/system/bt/stack/btm/
Dbtm_devctl.c847 UINT8 cond; in BTM_EnableTestMode() local
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp147 cond_t cond; member
166 cond_t cond; member
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp137 cond_t cond; member
158 cond_t cond; member
/system/media/audio_utils/
Decho_reference.c64 pthread_cond_t cond; // condition signaled when data is ready to read member
/system/core/liblog/
Dlogger_write.c432 LIBLOG_ABI_PUBLIC void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
/system/bt/udrv/ulinux/
Duipc.c85 pthread_cond_t cond; member
/system/vold/
DCommandListener.cpp100 int CommandListener::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
/system/core/libpixelflinger/codeflinger/
DArm64Assembler.cpp1158 uint32_t Rm, uint32_t cond) in A64_CSEL_X()
1165 uint32_t Rm, uint32_t cond) in A64_CSEL_W()
DMIPS64Assembler.h238 } cond; variable
DMIPSAssembler.h227 } cond; variable
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c73 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__… argument
/system/core/adb/
Dsysdeps_win32.cpp89 #define assert(cond) \ argument
/system/bt/btif/src/
Dbtif_gatt_client.c1304 tBTA_DM_BLE_PF_COND_PARAM cond; in btgattc_handle_event() local