Home
last modified time | relevance | path

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

12

/system/core/liblog/include/log/
Dlog_system.h63 #define SLOGV_IF(cond, ...) ((void)0) argument
65 #define SLOGV_IF(cond, ...) \ argument
83 #define SLOGD_IF(cond, ...) \ argument
100 #define SLOGI_IF(cond, ...) \ argument
117 #define SLOGW_IF(cond, ...) \ argument
134 #define SLOGE_IF(cond, ...) \ argument
Dlog_radio.h65 #define RLOGV_IF(cond, ...) ((void)0) argument
67 #define RLOGV_IF(cond, ...) \ argument
85 #define RLOGD_IF(cond, ...) \ argument
102 #define RLOGI_IF(cond, ...) \ argument
119 #define RLOGW_IF(cond, ...) \ argument
136 #define RLOGE_IF(cond, ...) \ argument
Dlog_main.h87 #define android_vprintLog(prio, cond, tag, ...) \ argument
122 #define android_printAssert(cond, tag, ...) \ argument
134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
216 #define ALOGV_IF(cond, ...) \ argument
230 #define ALOGD_IF(cond, ...) \ argument
243 #define ALOGI_IF(cond, ...) \ argument
[all …]
/system/core/liblog/include_vndk/log/
Dlog_radio.h65 #define RLOGV_IF(cond, ...) ((void)0) argument
67 #define RLOGV_IF(cond, ...) \ argument
85 #define RLOGD_IF(cond, ...) \ argument
102 #define RLOGI_IF(cond, ...) \ argument
119 #define RLOGW_IF(cond, ...) \ argument
136 #define RLOGE_IF(cond, ...) \ argument
Dlog_system.h63 #define SLOGV_IF(cond, ...) ((void)0) argument
65 #define SLOGV_IF(cond, ...) \ argument
83 #define SLOGD_IF(cond, ...) \ argument
100 #define SLOGI_IF(cond, ...) \ argument
117 #define SLOGW_IF(cond, ...) \ argument
134 #define SLOGE_IF(cond, ...) \ argument
Dlog_main.h87 #define android_vprintLog(prio, cond, tag, ...) \ argument
122 #define android_printAssert(cond, tag, ...) \ argument
134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
216 #define ALOGV_IF(cond, ...) \ argument
230 #define ALOGD_IF(cond, ...) \ argument
243 #define ALOGI_IF(cond, ...) \ argument
[all …]
/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/nvram/messages/include/nvram/messages/
Dcompiler.h31 #define NVRAM_CHECK(cond) if (!(cond)) abort() argument
/system/tools/hidl/host_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/tools/hidl/test/hidl_test/
DFooCallback.cpp80 bool cond; in reportResults() local
/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/core/adb/
Dsysdeps_test.cpp220 static std::condition_variable &cond = *new std::condition_variable; in TEST() local
/system/bt/btif/include/
Dbtif_common.h39 #define ASSERTC(cond, msg, val) \ argument
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp70 bool XMLAssert(bool cond, const tinyxml2::XMLElement* elem, const char* msg) { in XMLAssert()
/system/extras/alloc-stress/
Dalloc-stress.cpp27 #define ASSERT_TRUE(cond) \ argument
/system/chre/host/msm/daemon/
Dchre_daemon.cc103 pthread_cond_t cond; member
121 pthread_cond_t cond; member
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp146 cond_t cond; member
165 cond_t cond; member
/system/bt/stack/btm/
Dbtm_devctl.cc752 uint8_t cond; in BTM_EnableTestMode() local
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py46 def _check(cond, failmsg): argument
/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.cpp507 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
/system/netd/server/
DSockDiag.cpp176 inet_diag_hostcond cond; in sendDumpRequest() member

12