Home
last modified time | relevance | path

Searched refs:file_summary (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
Ddexdump.py14 def DexDump(dexfiles, file_summary=False): argument
28 if file_summary:
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py44 from pw_presubmit.tools import exclude_paths, file_summary, log_run, plural
359 return file_summary(
Dtools.py73 def file_summary(paths: Iterable[Path], function
Dpresubmit.py237 for line in tools.file_summary(self._relative_paths):