/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_entrypoints_gen.py | 242 with open(args.out_h, 'w', encoding='utf-8') as f: 245 with open(args.out_c, 'w', encoding='utf-8') as f:
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_dirent.cpp | 91 int fd = open("/dev/", O_RDONLY, OPEN_MODE); in Bm_function_Fdopendir() 93 perror("open fdopendir"); in Bm_function_Fdopendir() 122 int fd = open(filename, O_RDONLY|O_DIRECTORY|O_CLOEXEC); in Bm_function_Open_Dir()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | readlinkat.c | 30 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in create_file() 73 int fd = open(linkpath, O_RDONLY); in readlinkat_0100()
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_parse_directory.py | 90 with open(file, "rb") as f: 117 with tokenize.open(file) as f:
|
/third_party/python/Tools/scripts/ |
H A D | generate_re_casefix.py | 11 with open(file, 'r', encoding='utf-8') as fobj: 16 with open(file, 'w', encoding='utf-8') as fobj:
|
H A D | md5sum.py | 46 fp = open(filename, rmode) 48 sys.stderr.write('%s: Can\'t open: %s\n' % (filename, msg))
|
H A D | pep384_macrocheck.py | 38 with open(name) as python_h: 110 with open(fname) as f:
|
H A D | parse_html5_entities.py | 84 with open(fname) as f1, open(temp_fname, 'w') as f2:
|
/third_party/python/Tools/tz/ |
H A D | zdump.py | 64 with open(p, 'rb') as o: 79 with open(filepath, 'rb') as fileobj:
|
/third_party/python/Lib/importlib/resources/ |
H A D | _legacy.py | 46 return (_common.files(package) / normalize_path(resource)).open('rb') 63 return (_common.files(package) / normalize_path(resource)).open(
|
/third_party/python/Lib/test/ |
H A D | sortperf.py | 24 fp = open(fn, "rb") 30 fp = open(fn, "wb")
|
/third_party/python/Lib/idlelib/ |
H A D | macosx.py | 94 with open(plist_path, 'rb') as plist_file: 122 This ensures that the application will respond to open AppleEvents, which 127 flist.open(fn) 130 # receives a file open event. The callback can have multiple arguments, 217 root.bind('<<open-config-dialog>>', config_dialog)
|
H A D | filelist.py | 18 def open(self, filename, action=None): member in FileList 34 # Don't create window, perform 'action', e.g. open in same window 45 edit = self.open(filename) 93 f"You now have multiple edit windows open for {filename!r}",
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | bmp_to_nv12.py | 18 bmp_file = open(sys.argv[1], "rb") 75 nv12_file = open(sys.argv[2], "w")
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
H A D | generate_parser_tools.py | 82 with open(output_source, 'r') as flex_output: 95 with open(output_source, 'w') as flex_output_patched:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | generate-core-block.rb | 15 file = File.open("vk.xml") 99 File.open('vk.xml', 'w') do |out|
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | copyright.py | 107 open(file, 'a').write(copyright + licensed) 122 with open(file) as contents:
|
/third_party/skia/third_party/externals/brotli/python/ |
H A D | bro.py | 125 with open(options.infile, 'rb') as infile: 137 outfile = open(options.outfile, 'wb')
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | pshints.h | 88 * - Open a new hint recording session by calling the 'open' method. 322 * open :: 323 * The function to open a recording session. 344 T1_Hints_OpenFunc open; member 375 * - Open a new hint recording session by calling the 'open' method. 635 * open :: 636 * The function to open a recording session. 657 T2_Hints_OpenFunc open; member
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | chktrcmp.py | 62 for src_line in open( src_pathname, 'r' ): 82 for hdr_line in open( f, 'r' ):
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | run-tests.py | 41 f = open (filename, encoding='utf8') 66 with open (fontfile, 'rb') as ff:
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | generate_font_list_cc.py | 54 doc = minidom.parseString(open(xml_path, 'r').read()) 108 h_file = open(h_file_name, 'w')
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementInclude.py | 89 with open(href, 'rb') as file: 94 with open(href, 'r', encoding=encoding) as file:
|
/third_party/python/Lib/distutils/command/ |
H A D | build_scripts.py | 72 # Always open the file, but ignore failures in dry-run mode -- 76 f = open(script, "rb") 129 with open(outfile, "wb") as outf:
|
/third_party/skia/tools/rebaseline/ |
H A D | toggle_legacy_flag.py | 69 with open(config_file) as f: 87 with open(config_file, 'w') as f:
|