Home
last modified time | relevance | path

Searched defs:Log (Results 1 – 25 of 64) sorted by relevance

123

/aosp12/build/soong/scripts/
H A Dbuild_broken_logs.go95 Log anonMember
99 type Log struct { struct
100 WarningModuleTypes []string
101 ErrorModuleTypes []string
103 BuildBroken map[string]*bool
104 HasBroken map[string]int
107 func Merge(l, l2 Log) Log {
/aosp12/system/tools/sysprop/stub/android/util/
H A DLog.java20 public class Log { class
24 private Log() { in Log() method in Log
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DLog.java28 public final class Log { class
37 private Log() { in Log() method in Log
/aosp12/build/soong/ui/build/paths/
H A Dconfig.go24 Log bool member
46 var Log = PathConfig{ var
/aosp12/art/tools/dexfuzz/src/dexfuzz/
H A DLog.java22 public class Log { class
26 private Log() { } in Log() method in Log
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/utils/
H A DLog.java27 public class Log { class
40 public Log(String tag, boolean logSensitive) { in Log() method in Log
45 Log(String tag, boolean isEngBuild, boolean logSensitive) { in Log() method in Log
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/util/
H A DLog.java25 public final class Log { class
33 private Log() {} in Log() method in Log
/aosp12/system/keymaster/android_keymaster/
H A Dlogger.cpp25 int Logger::Log(LogLevel level, const char* fmt, va_list args) { in Log() function in keymaster::Logger
32 int Logger::Log(LogLevel level, const char* fmt, ...) { in Log() function in keymaster::Logger
/aosp12/frameworks/base/tools/aapt2/test/
H A DCommon.cpp25 void Log(Level level, DiagMessageActual& actual_msg) override { in Log() function
/aosp12/frameworks/base/tools/aapt2/
H A DDiagnostics.h95 void Log(Level level, DiagMessageActual& actual_msg) override { in Log() function
133 void Log(Level level, DiagMessageActual& actual_msg) override { in Log() function
/aosp12/system/chre/apps/wifi_offload/
H A Dchre_scan_params_safe.cc36 void ChreScanParamsSafe::Log() const { in Log() function in wifi_offload::ChreScanParamsSafe
H A Dpreferred_network.cc53 void PreferredNetwork::Log() const { in Log() function in wifi_offload::PreferredNetwork
H A Dscan_config.cc47 void ScanConfig::Log() const { in Log() function in wifi_offload::ScanConfig
H A Dscan_filter.cc54 void ScanFilter::Log() const { in Log() function in wifi_offload::ScanFilter
H A Dscan_params.cc71 void ScanParams::Log() const { in Log() function in wifi_offload::ScanParams
H A Dssid.cc65 void Ssid::Log() const { in Log() function in wifi_offload::Ssid
H A Dscan_result.cc128 void ScanResult::Log() const { in Log() function in wifi_offload::ScanResult
/aosp12/art/odrefresh/
H A Dodr_compilation_log.cc160 void OdrCompilationLog::Log(int64_t apex_version, in Log() function in art::odrefresh::OdrCompilationLog
169 void OdrCompilationLog::Log(int64_t apex_version, in Log() function in art::odrefresh::OdrCompilationLog
/aosp12/bionic/linker/
H A Dlinker_logger.cpp111 void LinkerLogger::Log(const char* format, ...) { in Log() function in LinkerLogger
/aosp12/frameworks/multidex/library/test/src/android/util/
H A DLog.java26 public final class Log { class
58 private Log() { in Log() method in Log
/aosp12/system/logging/logd/
H A DRecordingLogBuffer.cpp58 int RecordingLogBuffer::Log(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, pid_t tid, in Log() function in RecordingLogBuffer
H A DSerializedLogChunk.cpp84 SerializedLogEntry* SerializedLogChunk::Log(uint64_t sequence, log_time realtime, uid_t uid, in Log() function in SerializedLogChunk
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DLog.h112 Log(const std::string& tag) : Log(tag, MAX_ENTRIES) {} in Log() function
113 Log(const std::string& tag, size_t maxEntries) : mTag(tag), mMaxEntries(maxEntries) {} in Log() function
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
H A DLog.java24 public class Log { class
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DLog.java22 final public class Log { class
34 private Log() {} in Log() method in Log

123