Home
last modified time | relevance | path

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

/system/core/include/log/
Dlog.h84 #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/
Dtest_cpu_set.c37 #define TEST_INT_EQ(cond,exp) \ argument
47 #define T(cond) \ argument
56 #define F(cond) \ argument
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/tests/bionic/libc/bionic/
Dtest_mutex.c44 #define assert(cond) do { if ( !(cond) ) panic( "%s:%d: assertion failure: %s\n", __FILE__, __LI… argument
/system/core/sh/
Derror.c154 exverror(int cond, const char *msg, va_list ap) in exverror()
189 exerror(int cond, const char *msg, ...) in exerror()
/system/netd/
DCommandListener.cpp1059 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
1439 int CommandListener::FirewallCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
/system/core/liblog/
Dlogd_write.c238 void __android_log_assert(const char *cond, const char *tag, in __android_log_assert()
/system/media/audio_utils/
Decho_reference.c62 pthread_cond_t cond; // condition signaled when data is ready to read member
/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h227 } cond; variable
/system/core/adb/
Dsysdeps_win32.c11 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__… argument