Searched refs:sourcefile (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ppapi/ |
D | generate_ppapi_size_checks.py | 118 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/ |
D | doxybuild.py | 26 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/ |
D | nocompile_driver.py | 152 sourcefile = open(sourcefile_path, 'r') 167 for line in sourcefile: 184 sourcefile.close()
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
D | expand.py | 79 for function, sourcefile in zip( 84 stacktrace_sequence += '%s(@%s) ' % (function, sourcefile)
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
D | bucket.py | 42 result.extend(['%s(@%s)' % (function, sourcefile) 43 for function, sourcefile
|
/external/chromium_org/tools/find_runtime_symbols/ |
D | static_symbols.py | 133 def _append_sourcefile(self, start, sourcefile): argument 134 self._sourcefiles.append(start, sourcefile)
|
/external/libpcap/ |
D | aclocal.m4 | 285 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout
|
/external/tcpdump/ |
D | aclocal.m4 | 263 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout
|