/system/extras/simpleperf/ |
D | read_elf.cpp | 66 LOG(DEBUG) << "can't read note file " << filename; in GetBuildIdFromNoteFile() 70 LOG(DEBUG) << "can't read build_id from note file " << filename; in GetBuildIdFromNoteFile() 83 LOG(DEBUG) << "read note section error"; in GetBuildIdFromELFFile() 98 PLOG(DEBUG) << "can't open file " << filename; in GetBuildIdFromElfFile() 109 PLOG(DEBUG) << "unknown elf format in file " << filename; in GetBuildIdFromElfFile() 113 PLOG(DEBUG) << "can't read build_id from file " << filename; in GetBuildIdFromElfFile()
|
D | main.cpp | 48 LOG(DEBUG) << "command '" << command_name << "' starts running"; in main() 50 LOG(DEBUG) << "command '" << command_name << "' " in main()
|
D | environment.cpp | 145 PLOG(DEBUG) << "failed to open file /proc/modules"; in GetLoadedModules() 211 LOG(DEBUG) << "call FindStartOfKernelSymbol() failed"; in GetKernelAndModuleMmaps() 215 LOG(DEBUG) << "call FindKernelFunctionSymbol() failed"; in GetKernelAndModuleMmaps() 321 PLOG(DEBUG) << "can't open file " << map_file; in GetThreadMmapsInProcess()
|
D | event_type.cpp | 64 (report_unsupported_type ? PLOG(ERROR) : PLOG(DEBUG)) << "Event type '" << result->name in FindEventTypeByName()
|
D | cmd_record.cpp | 332 LOG(DEBUG) << "can't read build_id for kernel"; in DumpBuildIdFeature() 343 LOG(DEBUG) << "can't read build_id for module " << module_name; in DumpBuildIdFeature() 355 LOG(DEBUG) << "can't read build_id from file " << filename; in DumpBuildIdFeature()
|
D | utils.cpp | 59 PLOG(DEBUG) << "can't open dir " << dirpath; in GetEntriesInDir()
|
D | workload.cpp | 98 PLOG(DEBUG) << "child process failed to receive start_signal, nread = " << nread; in ChildProcessFn()
|
D | event_attr.cpp | 42 LOG(DEBUG) << "unknown " << name << " bits: " << std::hex << bits; in BitsToString()
|
D | event_fd.cpp | 60 PLOG(DEBUG) << "open perf_event_file (event " << event_name << ", pid " << pid << ", cpu " in OpenEventFile()
|
D | record.cpp | 114 LOG(DEBUG) << "Record SampleId part has " << end - p << " bytes left\n"; in ReadFromBinaryFormat() 274 LOG(DEBUG) << "Record has " << end - p << " bytes left\n"; in SampleRecord()
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 62 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro 172 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log() 178 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log() 334 DEBUG("A2DP COMMAND %s", dump_a2dp_ctrl_event(cmd)); in a2dp_command() 349 DEBUG("A2DP COMMAND %s DONE STATUS %d", dump_a2dp_ctrl_event(cmd), ack); in a2dp_command() 555 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd); in out_write() 561 DEBUG("stream suspended"); in out_write() 577 DEBUG("emulate a2dp write delay (%d us)", us_delay); in out_write() 604 DEBUG("wrote %d bytes out of %zu bytes", sent, bytes); in out_write() 613 DEBUG("rate %" PRIu32,out->common.cfg.rate); in out_get_sample_rate() [all …]
|
/system/core/base/ |
D | logging_test.cpp | 116 LOG(DEBUG) << "foobar"; in TEST() 125 android::base::ScopedLogSeverity severity(android::base::DEBUG); in TEST() 127 LOG(DEBUG) << "foobar"; in TEST() 134 make_log_pattern(android::base::DEBUG, "foobar")); in TEST()
|
D | logging.cpp | 158 gMinimumLogSeverity = DEBUG; in InitLogging()
|
/system/core/tzdatacheck/ |
D | tzdatacheck.cpp | 83 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn() 87 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn() 94 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
|
/system/vold/ |
D | PrivateVolume.cpp | 110 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount() 124 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount() 200 LOG(DEBUG) << "Resolved auto to " << resolvedFsType; in doFormat()
|
D | TrimTask.cpp | 118 LOG(DEBUG) << "Starting trim of " << path; in run() 146 LOG(DEBUG) << "Benchmark disabled"; in run()
|
D | Disk.cpp | 137 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPublicVolume() 163 LOG(DEBUG) << "Found key for GUID " << normalizedGuid; in createPrivateVolume() 167 LOG(DEBUG) << "Device just partitioned; silently formatting"; in createPrivateVolume() 422 LOG(DEBUG) << "Persisted key for GUID " << partGuid; in partitionMixed()
|
D | MoveTask.cpp | 103 LOG(DEBUG) << "Finished rm with status " << WEXITSTATUS(status); in execRm() 144 LOG(DEBUG) << "Finished cp with status " << WEXITSTATUS(status); in execCp()
|
D | VolumeBase.cpp | 33 #define DEBUG 1 macro
|
/system/keymaster/include/keymaster/ |
D | logger.h | 62 #ifdef DEBUG
|
/system/extras/tests/workloads/ |
D | defs.sh | 127 echo DEBUG: $* >&2 128 echo DEBUG: $* >&2 >> $output
|
/system/core/adb/ |
D | fdevent.cpp | 40 #define DEBUG 0 /* non-0 will break adb server */ macro 59 #if DEBUG 318 #if !DEBUG
|
/system/extras/tests/net_test/ |
D | iproute.py | 208 DEBUG = False variable in IPRoute 213 if self.DEBUG: 670 iproute.DEBUG = True
|
/system/core/base/include/base/ |
D | logging.h | 31 DEBUG, enumerator
|
/system/core/libpixelflinger/arch-mips/ |
D | t32cb16blend.S | 18 #ifdef DEBUG
|