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/tests/bionic/libc/common/
Dtest_pthread_mutex.c98 #define TZERO(cond) \ argument
101 #define TTRUE(cond) \ argument
104 #define TFALSE(cond) \ argument
107 #define TEXPECT_INT(cond,val) \ argument
Dtest_pthread_rwlock.c97 #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/
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/vold/
DCryptCommandListener.cpp85 int CryptCommandListener::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
DCommandListener.cpp95 int CommandListener::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
/system/bt/btif/include/
Dbtif_common.h40 #define ASSERTC(cond, msg, val) if (!(cond)) { LOG_ERROR( \ argument
/system/netd/server/
DCommandListener.cpp881 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/
Dlogd_write_kern.c217 void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
Dlogd_write.c437 void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
/system/bt/stack/btm/
Dbtm_devctl.c850 UINT8 cond; in BTM_EnableTestMode() local
/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/bt/udrv/ulinux/
Duipc.c89 pthread_cond_t cond; member
/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()
DMIPSAssembler.h227 } cond; variable
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c66 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__… argument
/system/bt/btif/src/
Dbtif_gatt_client.c1463 tBTA_DM_BLE_PF_COND_PARAM cond; in btgattc_handle_event() local
/system/core/adb/
Dsysdeps_win32.cpp79 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__… argument