Home
last modified time | relevance | path

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

12

/system/logging/liblog/include_vndk/log/
Dlog_system.h62 #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
Dlog_radio.h64 #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
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
231 #define ALOGD_IF(cond, ...) \ argument
245 #define ALOGI_IF(cond, ...) \ argument
[all …]
/system/logging/liblog/include/log/
Dlog_system.h62 #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
Dlog_radio.h64 #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
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
231 #define ALOGD_IF(cond, ...) \ argument
245 #define ALOGI_IF(cond, ...) \ argument
[all …]
/system/chre/std_overrides/include/
Dassert.h20 #define assert(cond) ((void)0) argument
22 #define assert(cond) \ argument
/system/extras/simpleperf/
DRecordFilter.cpp59 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/
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.cpp81 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/
Dplatform_condition_variable.h32 pthread_cond_t cond; // Condition variable member
Dplatform_notifier.h30 pthread_cond_t cond; // Condition variable member
/system/libhwbinder/vts/performance/
DPerfTest.cpp26 #define ASSERT(cond) \ argument
DLatency.cpp29 #define ASSERT(cond) \ argument
DBenchmark_throughput.cpp40 #define ASSERT_TRUE(cond) \ argument
/system/tools/hidl/test/hidl_test/
DFooCallback.cpp80 bool cond; in reportResults() 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.cpp26 #define ASSERT_TRUE(cond) \ argument
/system/bt/stack/btm/
Dbtm_devctl.cc644 uint8_t cond; in BTM_EnableTestMode() local
/system/memory/lmkd/
Dstatslog.cpp41 #define BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)])) argument
/system/media/audio_utils/
Decho_reference.c65 pthread_cond_t cond; // condition signaled when data is ready to read member
/system/logging/liblog/
Dlogger_write.cpp387 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
/system/iorap/src/inode2filename/
Dsearch_directories.cc836 bool cond = !state->inode_set.Empty() || state->match; in SearchDirectoriesForMatchingInodes() local
1142 bool cond = !state->inode_set.Empty() || state->match; in FilterFilenamesForSpecificInodes() local

12