Searched defs:condition (Results 1 – 7 of 7) sorted by relevance
/system/extras/perfprofd/quipper/base/ |
D | logging.h | 175 #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/ |
D | oi_assert.h | 50 #define OI_ASSERT(condition) \ argument
|
/system/connectivity/shill/ |
D | logging.h | 66 #define SLOG_IF(scope, verbose_level, condition) \ argument 77 #define SPLOG_IF(scope, verbose_level, condition) \ argument
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 64 condition = lambda x: x.endswith('.apk') function
|
/system/connectivity/shill/net/ |
D | io_input_handler.cc | 56 std::string condition = base::StringPrintf( in OnFileCanReadWithoutBlocking() local
|
/system/tools/aidl/ |
D | ast_java.h | 213 Expression* condition = nullptr; member
|
/system/tpm/trunks/generator/ |
D | generator.py | 265 def GetCppBool(condition): argument
|