Searched defs:cond (Results 1 – 11 of 11) sorted by relevance
/system/core/include/log/ |
D | log.h | 84 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) argument 88 #define ALOGV_IF(cond, ...) ((void)0) argument 105 #define ALOGD_IF(cond, ...) \ argument 119 #define ALOGI_IF(cond, ...) \ argument 133 #define ALOGW_IF(cond, ...) \ argument 147 #define ALOGE_IF(cond, ...) \ argument 213 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) argument 217 #define SLOGV_IF(cond, ...) ((void)0) argument 234 #define SLOGD_IF(cond, ...) \ argument 248 #define SLOGI_IF(cond, ...) \ argument [all …]
|
/system/extras/tests/bionic/libc/common/ |
D | test_cpu_set.c | 37 #define TEST_INT_EQ(cond,exp) \ argument 47 #define T(cond) \ argument 56 #define F(cond) \ argument
|
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/tests/bionic/libc/bionic/ |
D | test_mutex.c | 44 #define assert(cond) do { if ( !(cond) ) panic( "%s:%d: assertion failure: %s\n", __FILE__, __LI… argument
|
/system/core/sh/ |
D | error.c | 154 exverror(int cond, const char *msg, va_list ap) in exverror() 189 exerror(int cond, const char *msg, ...) in exerror()
|
/system/netd/ |
D | CommandListener.cpp | 1059 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail() 1439 int CommandListener::FirewallCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
|
/system/core/liblog/ |
D | logd_write.c | 238 void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
|
/system/media/audio_utils/ |
D | echo_reference.c | 62 pthread_cond_t cond; // condition signaled when data is ready to read member
|
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.h | 227 } cond; variable
|
/system/core/adb/ |
D | sysdeps_win32.c | 11 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__… argument
|