Home
last modified time | relevance | path

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

/external/vulkan-headers/registry/
Dreg.py520 def dumpReg(self, maxlen = 120, filehandle = sys.stdout): argument
522 write('***************************************', file=filehandle)
523 write(' ** Dumping Registry contents **', file=filehandle)
524 write('***************************************', file=filehandle)
525 write('// Types', file=filehandle)
528 write(' Type', name, '->', etree.tostring(tobj.elem)[0:maxlen], file=filehandle)
529 write('// Groups', file=filehandle)
532 write(' Group', name, '->', etree.tostring(gobj.elem)[0:maxlen], file=filehandle)
533 write('// Enums', file=filehandle)
536 write(' Enum', name, '->', etree.tostring(eobj.elem)[0:maxlen], file=filehandle)
[all …]
Dgenvk.py512 reg.dumpReg(filehandle = open('regdump.txt', 'w', encoding='utf-8'))
/external/libpcap/
Dpcap-new.c176 HANDLE filehandle; in pcap_findalldevs_ex() local
214 filehandle = FindFirstFile(name, &filedata); in pcap_findalldevs_ex()
216 if (filehandle == INVALID_HANDLE_VALUE) in pcap_findalldevs_ex()
330 while (FindNextFile(filehandle, &filedata) != 0); in pcap_findalldevs_ex()
338 FindClose(filehandle); in pcap_findalldevs_ex()
/external/toolchain-utils/crosperf/
Dcrosperf_test.py36 filehandle, filename = tempfile.mkstemp()
37 os.write(filehandle, EXPERIMENT_FILE_1)
/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py81 filehandle, self.filename = tempfile.mkstemp(
83 os.close(filehandle)
206 filehandle, self.filename = tempfile.mkstemp(
208 os.close(filehandle)
Dtest_multistore_file.py108 filehandle, filename = tempfile.mkstemp()
109 os.close(filehandle)
125 filehandle, filename = tempfile.mkstemp()
126 os.close(filehandle)
/external/python/oauth2client/tests/
Dtest_jwt.py297 filehandle, filename = tempfile.mkstemp()
298 os.close(filehandle)
Dtest_service_account.py100 filehandle, filename = tempfile.mkstemp()
101 os.close(filehandle)
/external/python/cpython2/Doc/library/
Durllib.rst128 filehandle = urllib.urlopen(some_url, proxies=proxies)
130 filehandle = urllib.urlopen(some_url, proxies={})
132 filehandle = urllib.urlopen(some_url, proxies=None)
133 filehandle = urllib.urlopen(some_url)
Dpickle.rst765 del odict['fh'] # remove filehandle entry
/external/toybox/www/doc/
Dmount.txt75 process through a pipe filehandle), behind a network socket (CIFS and v9fs),
90 freeze the system solid. So while you _can_ pass some of them a filehandle,
/external/vulkan-validation-layers/scripts/
Dlvl_genvk.py674 reg.dumpReg(filehandle = open('regdump.txt', 'w', encoding='utf-8'))
/external/ImageMagick/MagickWand/
DChangeLog278 where "filename.ext" was the name of the file on which the filehandle
/external/curl/
DCHANGES4487 * the whitelist filehandle was read even if the file didn't exist