Searched refs:condition (Results 1 – 13 of 13) sorted by relevance
/system/extras/perfprofd/quipper/base/ |
D | logging.h | 175 #define LAZY_STREAM(stream, condition) \ argument 176 !(condition) ? (void) 0 : ::logging::LogMessageVoidify() & (stream) 189 #define LOG_IF(severity, condition) \ argument 190 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition)) 199 #define VLOG_IF(verbose_level, condition) \ argument 201 VLOG_IS_ON(verbose_level) && (condition)) 205 #define LOG_ASSERT(condition) \ argument 206 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". " 207 #define SYSLOG_ASSERT(condition) \ argument 208 SYSLOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". " [all …]
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_assert.h | 50 #define OI_ASSERT(condition) \ argument 51 { if (!(condition)) OI_AssertFail(__FILE__, __LINE__, #condition); } 59 #define OI_ASSERT(condition)
|
/system/connectivity/shill/ |
D | logging.h | 66 #define SLOG_IF(scope, verbose_level, condition) \ argument 68 SLOG_IS_ON(scope, verbose_level) && (condition)) 77 #define SPLOG_IF(scope, verbose_level, condition) \ argument 79 SLOG_IS_ON(scope, verbose_level) && (condition))
|
/system/connectivity/shill/net/ |
D | io_input_handler.cc | 56 std::string condition = base::StringPrintf( in OnFileCanReadWithoutBlocking() local 58 LOG(ERROR) << condition; in OnFileCanReadWithoutBlocking() 59 error_callback_.Run(condition); in OnFileCanReadWithoutBlocking()
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 64 condition = lambda x: x.endswith('.apk') function 65 apps = [transform(i) for i in files if condition(i)]
|
/system/tpm/attestation/common/ |
D | proto_print.py | 305 condition = """ 313 impl_file.write(condition % {'value_name': value_name})
|
/system/core/liblog/ |
D | README | 97 based on a condition being true. IF_ALOG[VDIWE] calls are true if the 101 release builds. ALOG_ASSERT is used to ALOG a message if the condition 102 is false; the condition is part of the logged message.
|
/system/tools/aidl/ |
D | ast_java.h | 213 Expression* condition = nullptr; member 218 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
|
D | ast_java.cpp | 256 : condition(a), ifpart(b), elsepart(c) {} in Ternary() 260 this->condition->Write(to); in Write()
|
/system/tpm/trunks/generator/ |
D | generator.py | 265 def GetCppBool(condition): argument 266 if condition:
|
D | raw_commands_fixed.txt | 18875 not an error condition.
|
D | raw_commands.txt | 18864 not an error condition.
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 523 // be an exceptional condition. Running under a debugger prevents crash
|