/system/logging/liblog/include_vndk/log/ |
D | log_system.h | 62 #define SLOGV_IF(cond, ...) ((void)0) argument 64 #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_radio.h | 64 #define RLOGV_IF(cond, ...) ((void)0) argument 66 #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_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 231 #define ALOGD_IF(cond, ...) \ argument 245 #define ALOGI_IF(cond, ...) \ argument [all …]
|
/system/logging/liblog/include/log/ |
D | log_system.h | 62 #define SLOGV_IF(cond, ...) ((void)0) argument 64 #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_radio.h | 64 #define RLOGV_IF(cond, ...) ((void)0) argument 66 #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_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 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) argument 22 #define assert(cond) \ argument
|
/system/extras/simpleperf/ |
D | RecordFilter.cpp | 59 RecordFilterCondition& cond = GetCondition(exclude); in AddPids() local 65 RecordFilterCondition& cond = GetCondition(exclude); in AddTids() local 71 RecordFilterCondition& cond = GetCondition(exclude); in AddProcessNameRegex() local 77 RecordFilterCondition& cond = GetCondition(exclude); in AddThreadNameRegex() local 83 RecordFilterCondition& cond = GetCondition(exclude); in AddUids() local
|
/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 | 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/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/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 80 bool cond; in reportResults() 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 | 26 #define ASSERT_TRUE(cond) \ argument
|
/system/bt/stack/btm/ |
D | btm_devctl.cc | 644 uint8_t cond; in BTM_EnableTestMode() local
|
/system/memory/lmkd/ |
D | statslog.cpp | 41 #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 | 387 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
|
/system/iorap/src/inode2filename/ |
D | search_directories.cc | 836 bool cond = !state->inode_set.Empty() || state->match; in SearchDirectoriesForMatchingInodes() local 1142 bool cond = !state->inode_set.Empty() || state->match; in FilterFilenamesForSpecificInodes() local
|