/system/core/liblog/include/log/ |
D | log_system.h | 63 #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
|
D | log_radio.h | 65 #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
|
D | log_main.h | 87 #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/ |
D | log_radio.h | 65 #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
|
D | log_system.h | 63 #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
|
D | log_main.h | 87 #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/ |
D | gtest_stubs.h | 33 #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/ |
D | compiler.h | 31 #define NVRAM_CHECK(cond) if (!(cond)) abort() argument
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 78 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/ |
D | FooCallback.cpp | 80 bool cond; in reportResults() local
|
/system/libhwbinder/vts/performance/ |
D | PerfTest.cpp | 26 #define ASSERT(cond) \ argument
|
D | Latency.cpp | 29 #define ASSERT(cond) \ argument
|
D | Benchmark_throughput.cpp | 39 #define ASSERT_TRUE(cond) \ argument
|
/system/core/adb/ |
D | sysdeps_test.cpp | 220 static std::condition_variable &cond = *new std::condition_variable; in TEST() local
|
/system/bt/btif/include/ |
D | btif_common.h | 39 #define ASSERTC(cond, msg, val) \ argument
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 70 bool XMLAssert(bool cond, const tinyxml2::XMLElement* elem, const char* msg) { in XMLAssert()
|
/system/extras/alloc-stress/ |
D | alloc-stress.cpp | 27 #define ASSERT_TRUE(cond) \ argument
|
/system/chre/host/msm/daemon/ |
D | chre_daemon.cc | 103 pthread_cond_t cond; member 121 pthread_cond_t cond; member
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 146 cond_t cond; member 165 cond_t cond; member
|
/system/bt/stack/btm/ |
D | btm_devctl.cc | 752 uint8_t cond; in BTM_EnableTestMode() local
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_report_lib.py | 46 def _check(cond, failmsg): argument
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 136 cond_t cond; member 157 cond_t cond; member
|
/system/media/audio_utils/ |
D | echo_reference.c | 64 pthread_cond_t cond; // condition signaled when data is ready to read member
|
/system/core/liblog/ |
D | logger_write.cpp | 507 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
|
/system/netd/server/ |
D | SockDiag.cpp | 176 inet_diag_hostcond cond; in sendDumpRequest() member
|