| /system/logging/liblog/include_vndk/log/ | 
| D | log_radio.h | 64 #define RLOGV_IF(cond, ...) ((void)0)  argument66 #define RLOGV_IF(cond, ...)                                                \  argument
 84 #define RLOGD_IF(cond, ...)                                              \  argument
 101 #define RLOGI_IF(cond, ...)                                             \  argument
 118 #define RLOGW_IF(cond, ...)                                             \  argument
 135 #define RLOGE_IF(cond, ...)                                              \  argument
 
 | 
| D | log_system.h | 62 #define SLOGV_IF(cond, ...) ((void)0)  argument64 #define SLOGV_IF(cond, ...)                                                 \  argument
 82 #define SLOGD_IF(cond, ...)                                               \  argument
 99 #define SLOGI_IF(cond, ...)                                              \  argument
 116 #define SLOGW_IF(cond, ...)                                              \  argument
 133 #define SLOGE_IF(cond, ...)                                               \  argument
 
 | 
| D | log_main.h | 87 #define android_vprintLog(prio, cond, tag, ...) \  argument122 #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
 231 #define ALOGD_IF(cond, ...)                                                             \  argument
 245 #define ALOGI_IF(cond, ...)                                                            \  argument
 [all …]
 
 | 
| /system/logging/liblog/include/log/ | 
| D | log_radio.h | 64 #define RLOGV_IF(cond, ...) ((void)0)  argument66 #define RLOGV_IF(cond, ...)                                                \  argument
 84 #define RLOGD_IF(cond, ...)                                              \  argument
 101 #define RLOGI_IF(cond, ...)                                             \  argument
 118 #define RLOGW_IF(cond, ...)                                             \  argument
 135 #define RLOGE_IF(cond, ...)                                              \  argument
 
 | 
| D | log_system.h | 62 #define SLOGV_IF(cond, ...) ((void)0)  argument64 #define SLOGV_IF(cond, ...)                                                 \  argument
 82 #define SLOGD_IF(cond, ...)                                               \  argument
 99 #define SLOGI_IF(cond, ...)                                              \  argument
 116 #define SLOGW_IF(cond, ...)                                              \  argument
 133 #define SLOGE_IF(cond, ...)                                               \  argument
 
 | 
| D | log_main.h | 87 #define android_vprintLog(prio, cond, tag, ...) \  argument122 #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
 231 #define ALOGD_IF(cond, ...)                                                             \  argument
 245 #define ALOGI_IF(cond, ...)                                                            \  argument
 [all …]
 
 | 
| /system/chre/std_overrides/include/ | 
| D | assert.h | 20 #define assert(cond) ((void)0)  argument22 #define assert(cond)                                                      \  argument
 
 | 
| /system/nvram/core/tests/ | 
| D | gtest_stubs.h | 33 #define ASSERT_MSG(cond)                              \  argument39 #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/extras/simpleperf/ | 
| D | RecordFilter.cpp | 292   RecordFilterCondition& cond = GetCondition(exclude);  in AddPids()  local298   RecordFilterCondition& cond = GetCondition(exclude);  in AddTids()  local
 304   RecordFilterCondition& cond = GetCondition(exclude);  in AddProcessNameRegex()  local
 314   RecordFilterCondition& cond = GetCondition(exclude);  in AddThreadNameRegex()  local
 324   RecordFilterCondition& cond = GetCondition(exclude);  in AddUids()  local
 
 | 
| /system/tools/hidl/host_utils/ | 
| D | Formatter.cpp | 81 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) {  in sIf()86 Formatter& Formatter::sElseIf(const std::string& cond, const std::function<void(void)>& block) {  in sElseIf()
 116 Formatter& Formatter::sWhile(const std::string& cond, const std::function<void(void)>& block) {  in sWhile()
 
 | 
| /system/chre/chpp/platform/linux/include/chpp/platform/ | 
| D | platform_condition_variable.h | 32   pthread_cond_t cond;  // Condition variable  member
 | 
| D | platform_notifier.h | 30   pthread_cond_t cond;     // Condition variable  member
 | 
| /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 | 40 #define ASSERT_TRUE(cond) \  argument
 | 
| /system/extras/alloc-stress/ | 
| D | alloc-stress.cpp | 28 #define ASSERT_TRUE(cond)                                                                      \  argument
 | 
| /system/core/fastboot/fuzzy_fastboot/ | 
| D | extensions.cpp | 70 bool XMLAssert(bool cond, const tinyxml2::XMLElement* elem, const char* msg) {  in XMLAssert()
 | 
| /system/memory/lmkd/ | 
| D | statslog.cpp | 45 #define BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)]))  argument
 | 
| /system/media/audio_utils/ | 
| D | echo_reference.c | 65     pthread_cond_t cond;                       // condition signaled when data is ready to read  member
 | 
| /system/logging/liblog/ | 
| D | logger_write.cpp | 456 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) {  in __android_log_assert()
 | 
| /system/netd/server/ | 
| D | SockDiag.cpp | 192         inet_diag_hostcond cond;  in sendDumpRequest()  member
 | 
| /system/tools/hidl/ | 
| D | ConstantExpression.cpp | 715 TernaryConstantExpression::TernaryConstantExpression(ConstantExpression* cond,  in TernaryConstantExpression()
 | 
| /system/libvintf/test/ | 
| D | LibVintfTest.cpp | 2052     const auto& cond = kernel.conditions();  in TEST_F()  local
 |