Home
last modified time | relevance | path

Searched refs:sourcefile (Results 1 – 8 of 8) 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/jsoncpp/
Ddoxybuild.py26 def do_subst_in_file(targetfile, sourcefile, dict): argument
32 f = open(sourcefile, 'rb')
36 print "Can't read source file %s"%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/subcommands/
Dexpand.py79 for function, sourcefile in zip(
84 stacktrace_sequence += '%s(@%s) ' % (function, sourcefile)
/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)
/external/libpcap/
Daclocal.m4285 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout
/external/tcpdump/
Daclocal.m4263 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout