Home
last modified time | relevance | path

Searched refs:filehandle (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/
Dreg.py363 def dumpReg(self, maxlen = 40, filehandle = sys.stdout): argument
365 write('***************************************', file=filehandle)
366 write(' ** Dumping Registry contents **', file=filehandle)
367 write('***************************************', file=filehandle)
368 write('// Types', file=filehandle)
371 write(' Type', name, '->', etree.tostring(tobj.elem)[0:maxlen], file=filehandle)
372 write('// Groups', file=filehandle)
375 write(' Group', name, '->', etree.tostring(gobj.elem)[0:maxlen], file=filehandle)
376 write('// Enums', file=filehandle)
379 write(' Enum', name, '->', etree.tostring(eobj.elem)[0:maxlen], file=filehandle)
[all …]
Dgenvk.py113 reg.dumpReg(filehandle = open('regdump.txt','w'))
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dshuffler.py154 filehandle = cloudstorage.open(full_filename, mode="w")
155 with output_writers.GCSRecordsPool(filehandle, ctx=ctx) as pool:
160 filehandle.close()
505 for filehandle in self._filehandles:
506 filenames.append(filehandle.name)
507 filehandle.close()
536 filehandle = self._filehandles[file_index]
537 pool = output_writers.GCSRecordsPool(filehandle=filehandle, ctx=ctx)
Doutput_writers.py423 filehandle, argument
429 self._filehandle = filehandle
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Ddiagnose.py191 filehandle = tempfile.NamedTemporaryFile()
192 filename = filehandle.name
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_soup.py78 filehandle = tempfile.NamedTemporaryFile()
79 filename = filehandle.name
86 filehandle.close()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_jwt.py270 (filehandle, filename) = tempfile.mkstemp()
271 os.close(filehandle)
/external/chromium-trace/catapult/third_party/beautifulsoup4/
DNEWS.txt784 string or a filehandle into the soup constructor, not with feed after
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst294 constructor. You can pass in a string or an open filehandle::
2247 an open filehandle--the markup you want parsed. The second argument is