Searched defs:log (Results 1 – 6 of 6) sorted by relevance
/art/sigchainlib/ |
D | log.h | 24 #define log(...) async_safe_format_log(ANDROID_LOG_ERROR, "libsigchain", __VA_ARGS__) macro 32 static void log(const char* format, ...) { in log() function
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Log.java | 64 private static void log(LogTag tag, String msg) { in log() method in Log
|
/art/runtime/ |
D | transaction.cc | 271 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local 276 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local 281 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local 286 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local 290 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString()
|
D | class_linker.cc | 491 bool log) { in ThrowEarlierClassFailure()
|
/art/tools/checker/common/ |
D | logger.py | 47 def log(content, level=Level.INFO, color=Color.DEFAULT, new_line=True, out=sys.stdout): member in Logger
|
/art/runtime/base/ |
D | mutex.cc | 316 ContentionLogEntry* log = data->contention_log; in RecordContention() local 338 const ContentionLogEntry* log = data->contention_log; in DumpContention() local
|