Home
last modified time | relevance | path

Searched refs:sourcefile (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/
Dgenerate_ppapi_size_checks.py118 sourcefile = open(self.filename, "r")
119 file_lines = sourcefile.readlines()
120 sourcefile.close()
380 sourcefile = typeinfo.source_location.filename
381 if sourcefile not in file_patches:
382 file_patches[sourcefile] = FilePatch(sourcefile)
383 file_patches[sourcefile].Delete(typeinfo.source_location.start_line,
392 sourcefile = typeinfo.source_location.filename
393 if sourcefile not in file_patches:
394 file_patches[sourcefile] = FilePatch(sourcefile)
[all …]
/external/chromium_org/tools/deep_memory_profiler/subcommands/
Dexpand.py63 for function, sourcefile in zip(
68 stacktrace_sequence += '%s(@%s) ' % (function, sourcefile)
/external/chromium_org/tools/
Dnocompile_driver.py152 sourcefile = open(sourcefile_path, 'r')
167 for line in sourcefile:
184 sourcefile.close()
/external/chromium_org/tools/deep_memory_profiler/lib/
Dbucket.py42 result.extend(['%s(@%s)' % (function, sourcefile)
43 for function, sourcefile
/external/chromium_org/tools/find_runtime_symbols/
Dstatic_symbols.py133 def _append_sourcefile(self, start, sourcefile): argument
134 self._sourcefiles.append(start, sourcefile)