/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 142 log.debug("Loaded token {} from {}".format(token, WINSCOPE_TOKEN_LOCATION)) 149 log.debug("Created and saved token {} to {}".format(token, WINSCOPE_TOKEN_LOCATION)) 241 log.debug("Call: " + ' '.join(command)) 244 log.debug('Error executing adb command: {}\n{}'.format(' '.join(command), repr(ex))) 247 …log.debug('Error executing adb command: {}\n{}'.format(' '.join(command), ex.output.decode("utf-8"… 258 log.debug('Error executing adb command: adb {}\n'.format(params) + err.decode( 263 log.debug('Error executing adb command: adb {}\n{}'.format(params, repr(ex))) 277 log.debug("Detected devices: " + j) 305 log.debug("Fetching file {} from device to {}".format(file_path, tmp.name)) 307 log.debug("Deleting file {} from device".format(file_path)) [all …]
|
/development/gsi/gsi_util/gsi_util/utils/ |
D | debugfs.py | 40 logging.debug('debugfs failed to dump the file %s', file_spec) 64 logging.debug('get_type() returns None') 73 logging.debug('get_type() returns \'%s\'', ret)
|
D | image_utils.py | 22 logging.debug('Unsparsing %s...', input_filename)
|
D | vintf_utils.py | 35 logging.debug('checkvintf %s %s...', manifest, matrix)
|
/development/gsi/gsi_util/gsi_util/mounters/ |
D | image_mounter.py | 78 logging.debug('Checking system-as-root in %s...', raw_image_file) 95 logging.debug( 118 logging.debug('Created temp dir: %s', temp_dir) 129 logging.debug('Removing temp dir: %s', self._temp_dir)
|
D | composite_mounter.py | 87 logging.debug('_CompositeFileAccessor._handle_prepare_file(%s)', 95 logging.debug(' Not found') 124 logging.debug('CompositeMounter.add_by_mount_target(%s, %s)',
|
D | adb_mounter.py | 76 logging.debug('Created temp dir: %s', self._temp_dir) 83 logging.debug('Removing temp dir: %s', self._temp_dir)
|
/development/tools/idegen/src/ |
D | Configuration.java | 76 Log.debug(sourceRoots.size() + " source roots"); in Configuration() 77 Log.debug(jarFiles.size() + " jar files"); in Configuration() 78 Log.debug(excludedDirs.size() + " excluded dirs"); in Configuration() 136 Log.debug("Skipped nonexistent: " + path); in traverse() 144 Log.debug("Excluding: " + path); in traverse() 165 Log.debug("Skipped: " + file); in traverse()
|
D | Log.java | 24 static void debug(String message) { in debug() method in Log
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | FilterClassAdapter.java | 79 mLog.debug("- Remove field " + filterName); in visitField() 111 mLog.debug("- Remove method " + filterName); in visitMethod() 120 mLog.debug("- Remove method " + filterName); in visitMethod() 164 public void visitSource(String source, String debug) { in visitSource() argument
|
D | SourceGenerator.java | 71 mLog.debug("Writing " + f.getPath()); in createWriter() 89 mLog.debug("Dump " + cr.getClassName()); in visitClassSource()
|
D | StubGenerator.java | 70 mLog.debug("Wrote %s", destJar.getPath()); in generateStubbedJar() 102 mLog.debug("Stub " + cr.getClassName()); in visitClassStubber()
|
D | AsmAnalyzer.java | 93 log.debug("- Remove class " + key); in filter()
|
/development/gsi/gsi_util/ |
D | gsi_util.py | 61 if args.debug: 68 if args.debug:
|
D | build.py | 78 logging.debug('copy(): %s %s', src, dest) 85 logging.debug(' ANDROID_HOST_OUT=%s', host_out)
|
/development/vndk/snapshot/ |
D | utils.py | 49 logging.debug('Running `{}`'.format(' '.join(cmd))) 54 logging.debug('Running `{}`'.format(' '.join(cmd))) 56 logging.debug('Output: `{}`'.format(output))
|
/development/gsi/gsi_util/gsi_util/checkers/ |
D | sepolicy_checker.py | 147 logging.debug('Using nonplat sepolicy: %r', _NONPLAT_SEPOLICY_CIL) 150 logging.debug('Using vendor sepolicy: %r and %r',
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
D | ClassStubber.java | 85 public void visitSource(String source, String debug) { in visitSource() argument 86 super.visitSource(source, debug); in visitSource()
|
/development/gsi/gsi_util/gsi_util/dumpers/ |
D | prop_dumper.py | 25 logging.debug('Parse %s...', filename_in_mount)
|
D | xml_dumper.py | 25 logging.debug('Parse %s...', filename_in_mount)
|
/development/gsi/gsi_util/gsi_util/commands/ |
D | pull.py | 35 logging.debug('Copy %s -> %s', filename, dest)
|
D | dump.py | 84 logging.debug('Info name list: %s', args.INFO_NAME)
|
/development/tools/axl/ |
D | log.py | 44 def debug(self, *logstrs): member in Log
|
/development/tools/findunused/ |
D | find_unused_resources.rb | 13 debug = false 222 if debug
|
/development/scripts/ |
D | cargo2android.py | 164 self.debug = runner.args.debug 262 if self.debug: 288 if self.debug: 437 if self.debug: 460 if self.debug: 702 if self.runner.args.debug: 780 if not self.runner.args.debug: 911 if not self.args.debug: 959 if self.args.debug: # include debug info of all crates
|