Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 13 of 13) sorted by relevance

/system/extras/perfprofd/quipper/base/
Dlogging.h175 #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/
Doi_assert.h50 #define OI_ASSERT(condition) \ argument
51 { if (!(condition)) OI_AssertFail(__FILE__, __LINE__, #condition); }
59 #define OI_ASSERT(condition)
/system/connectivity/shill/
Dlogging.h66 #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/
Dio_input_handler.cc56 std::string condition = base::StringPrintf( in OnFileCanReadWithoutBlocking() local
58 LOG(ERROR) << condition; in OnFileCanReadWithoutBlocking()
59 error_callback_.Run(condition); in OnFileCanReadWithoutBlocking()
/system/sepolicy/tools/
Dpost_process_mac_perms64 condition = lambda x: x.endswith('.apk') function
65 apps = [transform(i) for i in files if condition(i)]
/system/tpm/attestation/common/
Dproto_print.py305 condition = """
313 impl_file.write(condition % {'value_name': value_name})
/system/core/liblog/
DREADME97 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/
Dast_java.h213 Expression* condition = nullptr; member
218 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
Dast_java.cpp256 : condition(a), ifpart(b), elsepart(c) {} in Ternary()
260 this->condition->Write(to); in Write()
/system/tpm/trunks/generator/
Dgenerator.py265 def GetCppBool(condition): argument
266 if condition:
Draw_commands_fixed.txt18875 not an error condition.
Draw_commands.txt18864 not an error condition.
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto523 // be an exceptional condition. Running under a debugger prevents crash