Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 7 of 7) sorted by relevance

/system/extras/perfprofd/quipper/base/
Dlogging.h175 #define LAZY_STREAM(stream, condition) \ argument
189 #define LOG_IF(severity, condition) \ argument
199 #define VLOG_IF(verbose_level, condition) \ argument
205 #define LOG_ASSERT(condition) \ argument
207 #define SYSLOG_ASSERT(condition) \ argument
213 #define PLOG_IF(severity, condition) \ argument
227 #define CHECK(condition) \ argument
231 #define PCHECK(condition) \ argument
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
326 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) argument
[all …]
/system/bt/embdrv/sbc/decoder/include/
Doi_assert.h50 #define OI_ASSERT(condition) \ argument
/system/connectivity/shill/
Dlogging.h66 #define SLOG_IF(scope, verbose_level, condition) \ argument
77 #define SPLOG_IF(scope, verbose_level, condition) \ argument
/system/sepolicy/tools/
Dpost_process_mac_perms64 condition = lambda x: x.endswith('.apk') function
/system/connectivity/shill/net/
Dio_input_handler.cc56 std::string condition = base::StringPrintf( in OnFileCanReadWithoutBlocking() local
/system/tools/aidl/
Dast_java.h213 Expression* condition = nullptr; member
/system/tpm/trunks/generator/
Dgenerator.py265 def GetCppBool(condition): argument