Home
last modified time | relevance | path

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

12

/system/core/liblog/include/log/
Dlog_radio.h66 #define RLOGV_IF(cond, ...) ((void)0) argument
68 #define RLOGV_IF(cond, ...) \ argument
86 #define RLOGD_IF(cond, ...) \ argument
103 #define RLOGI_IF(cond, ...) \ argument
120 #define RLOGW_IF(cond, ...) \ argument
137 #define RLOGE_IF(cond, ...) \ argument
Dlog_system.h64 #define SLOGV_IF(cond, ...) ((void)0) argument
66 #define SLOGV_IF(cond, ...) \ argument
84 #define SLOGD_IF(cond, ...) \ argument
101 #define SLOGI_IF(cond, ...) \ argument
118 #define SLOGW_IF(cond, ...) \ argument
135 #define SLOGE_IF(cond, ...) \ argument
Dlog_main.h65 #define android_vprintLog(prio, cond, tag, ...) \ argument
100 #define android_printAssert(cond, tag, ...) \ argument
112 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
131 #define LOG_FATAL_IF(cond, ...) ((void)0) argument
153 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
191 #define ALOGV_IF(cond, ...) ((void)0) argument
207 #define ALOGD_IF(cond, ...) \ argument
220 #define ALOGI_IF(cond, ...) \ argument
233 #define ALOGW_IF(cond, ...) \ argument
246 #define ALOGE_IF(cond, ...) \ argument
/system/core/liblog/include_vndk/log/
Dlog_radio.h66 #define RLOGV_IF(cond, ...) ((void)0) argument
68 #define RLOGV_IF(cond, ...) \ argument
86 #define RLOGD_IF(cond, ...) \ argument
103 #define RLOGI_IF(cond, ...) \ argument
120 #define RLOGW_IF(cond, ...) \ argument
137 #define RLOGE_IF(cond, ...) \ argument
Dlog_system.h64 #define SLOGV_IF(cond, ...) ((void)0) argument
66 #define SLOGV_IF(cond, ...) \ argument
84 #define SLOGD_IF(cond, ...) \ argument
101 #define SLOGI_IF(cond, ...) \ argument
118 #define SLOGW_IF(cond, ...) \ argument
135 #define SLOGE_IF(cond, ...) \ argument
Dlog_main.h65 #define android_vprintLog(prio, cond, tag, ...) \ argument
100 #define android_printAssert(cond, tag, ...) \ argument
112 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
131 #define LOG_FATAL_IF(cond, ...) ((void)0) argument
153 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
191 #define ALOGV_IF(cond, ...) ((void)0) argument
207 #define ALOGD_IF(cond, ...) \ argument
220 #define ALOGI_IF(cond, ...) \ argument
233 #define ALOGW_IF(cond, ...) \ argument
246 #define ALOGE_IF(cond, ...) \ argument
/system/nvram/core/tests/
Dgtest_stubs.h33 #define ASSERT_MSG(cond) \ argument
39 #define ASSERT_TRUE(cond) ASSERT_MSG(cond) argument
42 #define EXPECT_MSG(cond) \ argument
47 #define EXPECT_TRUE(cond) EXPECTED_MSG(cond) argument
/system/tools/hidl/utils/
DFormatter.cpp78 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) { in sIf()
83 Formatter& Formatter::sElseIf(const std::string& cond, const std::function<void(void)>& block) { in sElseIf()
113 Formatter& Formatter::sWhile(const std::string& cond, const std::function<void(void)>& block) { in sWhile()
/system/nvram/messages/include/nvram/messages/
Dcompiler.h31 #define NVRAM_CHECK(cond) if (!(cond)) abort() argument
/system/libhwbinder/vts/performance/
DPerfTest.cpp26 #define ASSERT(cond) \ argument
DLatency.cpp29 #define ASSERT(cond) \ argument
DBenchmark_throughput.cpp39 #define ASSERT_TRUE(cond) \ argument
/system/tools/hidl/test/hidl_test/
DFooCallback.cpp80 bool cond; in reportResults() local
/system/core/adb/
Dsysdeps_test.cpp206 static std::condition_variable &cond = *new std::condition_variable; in TEST() local
/system/chre/host/msm/daemon/
Dchre_daemon.cc89 pthread_cond_t cond; member
113 pthread_cond_t cond; member
/system/bt/btif/include/
Dbtif_common.h39 #define ASSERTC(cond, msg, val) \ argument
/system/netd/server/
DCommandListener.cpp685 void CommandListener::BandwidthControlCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
1028 int CommandListener::FirewallCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
1206 int CommandListener::StrictCmd::sendGenericOkFail(SocketClient *cli, int cond) { in sendGenericOkFail()
/system/extras/alloc-stress/
Dalloc-stress.cpp27 #define ASSERT_TRUE(cond) \ argument
/system/bt/stack/btm/
Dbtm_devctl.cc753 uint8_t cond; in BTM_EnableTestMode() local
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py363 def _check(self, cond, failmsg): argument
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp146 cond_t cond; member
165 cond_t cond; member
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp136 cond_t cond; member
157 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.c516 LIBLOG_ABI_PUBLIC void __android_log_assert(const char* cond, const char* tag, in __android_log_assert()
/system/tools/hidl/
DConstantExpression.cpp629 TernaryConstantExpression::TernaryConstantExpression(ConstantExpression* cond, in TernaryConstantExpression()

12