HomeSort by relevance Sort by last modified time
    Searched refs:sourcefile (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ppapi/
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
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
expand.py 63 for function, sourcefile in zip(
68 stacktrace_sequence += '%s(@%s) ' % (function, sourcefile)
  /external/chromium_org/tools/
nocompile_driver.py 152 sourcefile = open(sourcefile_path, 'r')
167 for line in sourcefile:
184 sourcefile.close()
412 print ('Usage: %s <parallelism> <sourcefile> <cflags> <resultfile>' %
  /external/chromium_org/tools/deep_memory_profiler/lib/
bucket.py 42 result.extend(['%s(@%s)' % (function, sourcefile)
43 for function, sourcefile
  /external/chromium_org/tools/find_runtime_symbols/
static_symbols.py 133 def _append_sourcefile(self, start, sourcefile):
134 self._sourcefiles.append(start, sourcefile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 527 sourcefile = getsourcefile(object)
528 if not sourcefile and file[:1] + file[-1:] != '<>':
530 file = sourcefile if sourcefile else file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 527 sourcefile = getsourcefile(object)
528 if not sourcefile and file[:1] + file[-1:] != '<>':
530 file = sourcefile if sourcefile else file
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 63 [B<--sourcefile>]
184 =item B<--sourcefile>
246 --sourcefile --volname DeerPark --icon ~/DeerPark.icns
423 @makeDirs, $outputFormat, @resourceFiles, $sourceFile, $sourceFolder,
432 # --sourcefile
433 $sourceFile = 0;
457 'sourcefile' => \$sourceFile,
565 # If $sourceFile is true, it means that $sourceFolder is to be treated as
571 '--copy-unsafe-links', $sourceFolder.($sourceFile?'':'/'),$tempRoot) != 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 986 >>> sourcefile = serialize(e, to_string=False)
987 >>> next(ET.iterparse(sourcefile)) # doctest: +ELLIPSIS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 986 >>> sourcefile = serialize(e, to_string=False)
987 >>> next(ET.iterparse(sourcefile)) # doctest: +ELLIPSIS
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 298 milliseconds