| /system/core/debuggerd/libdebuggerd/ |
| D | backtrace.cpp | 44 static void dump_process_header(log_t* log, pid_t pid, const char* process_name) { in dump_process_header() 58 static void dump_process_footer(log_t* log, pid_t pid) { in dump_process_footer() 64 log_t log; in dump_backtrace_thread() local 82 log_t log; in dump_backtrace() local 105 log_t log; in dump_backtrace_header() local 115 log_t log; in dump_backtrace_footer() local
|
| D | tombstone.cpp | 71 static void dump_header_info(log_t* log) { in dump_header_info() 80 static void dump_timestamp(log_t* log, time_t time) { in dump_timestamp() 89 static void dump_probable_cause(log_t* log, const siginfo_t* si, unwindstack::Maps* maps) { in dump_probable_cause() 118 static void dump_signal_info(log_t* log, const ThreadInfo& thread_info, in dump_signal_info() 144 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info() 157 static void dump_stack_segment(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_stack_segment() 196 static void dump_stack(log_t* log, const std::vector<unwindstack::FrameData>& frames, in dump_stack() 269 static void dump_abort_message(log_t* log, unwindstack::Memory* process_memory, uint64_t address) { in dump_abort_message() 298 static void dump_all_maps(log_t* log, unwindstack::Unwinder* unwinder, uint64_t addr) { in dump_all_maps() 375 static void print_register_row(log_t* log, in print_register_row() [all …]
|
| D | utility.cpp | 69 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() 124 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) { 427 void log_backtrace(log_t* log, unwindstack::Unwinder* unwinder, const char* prefix) {
|
| D | open_files_list.cpp | 121 void dump_open_files_list(log_t* log, const OpenFilesList& files, const char* prefix) { in dump_open_files_list()
|
| /system/core/libmetricslogger/ |
| D | metrics_logger.cpp | 52 android_log_event_list log(kSysuiMultiActionTag); in LogHistogram() local 65 android_log_event_list log(kSysuiMultiActionTag); in LogCounter() local 77 android_log_event_list log(kSysuiMultiActionTag); in LogMultiAction() local
|
| /system/netd/libnetdutils/include/netdutils/ |
| D | Log.h | 123 void log(const std::string& entry) { record(Level::LOG, entry); } in log() function 125 void log(const char entry[n]) { log(std::string(entry)); } in log() function 126 void log(const LogEntry& entry) { log(entry.toString()); } in log() function 127 void log(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in log() function
|
| /system/core/init/ |
| D | bootchart.cpp | 93 static void log_uptime(FILE* log) { in log_uptime() 97 static void log_file(FILE* log, const char* procfile) { in log_file() 106 static void log_processes(FILE* log) { in log_processes()
|
| /system/media/audio_utils/include/audio_utils/ |
| D | SimpleLog.h | 67 void log(const char *format, ...) in log() function 88 void log(int64_t nowNs, const char *format, ...) in log() function
|
| D | ErrorLog.h | 69 void log(const T &code, int64_t nowNs) in log() function
|
| /system/update_engine/scripts/ |
| D | test_paycheck.sh | 67 log() { function
|
| /system/security/keystore/ |
| D | test-keystore | 28 function log() { function
|
| /system/core/libunwindstack/ |
| D | Log.cpp | 39 void log(uint8_t indent, const char* format, ...) { in log() function
|
| /system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
| D | TestLogger.java | 37 public void log(String line) { in log() method in TestLogger
|
| /system/tools/aidl/ |
| D | aidl_to_cpp.h | 35 const string log; // name of the variable of type Json::Value to write the log into member
|
| /system/chre/pal/include/chre/pal/ |
| D | system.h | 80 void (*log)(enum chreLogLevel level, const char *formatStr, ...); member
|
| /system/chre/platform/linux/ |
| D | platform_log.cc | 71 void PlatformLog::log(const char *formatStr, ...) { in log() function in chre::PlatformLog
|
| /system/extras/simpleperf/demo/CppApi/app/src/main/cpp/ |
| D | native-lib.cpp | 26 static void log(const char* msg) { in log() function
|
| /system/netd/resolv/include/netd_resolv/ |
| D | resolv.h | 99 log_callback log; member
|
| /system/core/libutils/ |
| D | CallStack.cpp | 53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log() function in android::CallStack
|
| D | ProcessCallStack.cpp | 192 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log() function in android::ProcessCallStack
|
| /system/libhidl/base/ |
| D | HidlInternal.cpp | 123 void HidlInstrumentor::configureInstrumentation(bool log) { in configureInstrumentation()
|
| /system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
| D | TestHelper.java | 134 StringBuilder log = new StringBuilder(); in compile() local
|
| /system/core/libmemunreachable/tests/ |
| D | MemUnreachable_test.cpp | 229 TEST_F(MemunreachableTest, log) { in TEST_F() argument
|
| /system/media/audio_utils/ |
| D | PowerLog.cpp | 64 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs) in log() function in android::PowerLog
|
| /system/libvintf/ |
| D | AssembleVintf.cpp | 92 bool getFlag(const std::string& key, T* value, bool log = true) const { in getFlag() 114 bool getFlagIfUnset(const std::string& envKey, T* out, bool log = true) const { in getFlagIfUnset()
|