Home
last modified time | relevance | path

Searched refs:open (Results 751 - 775 of 3491) sorted by relevance

1...<<31323334353637383940>>...140

/third_party/mesa3d/src/vulkan/util/
H A Dvk_entrypoints_gen.py242 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 Dlibc_dirent.cpp91 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 Dreadlinkat.c30 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 Dtest_parse_directory.py90 with open(file, "rb") as f:
117 with tokenize.open(file) as f:
/third_party/python/Tools/scripts/
H A Dgenerate_re_casefix.py11 with open(file, 'r', encoding='utf-8') as fobj:
16 with open(file, 'w', encoding='utf-8') as fobj:
H A Dmd5sum.py46 fp = open(filename, rmode)
48 sys.stderr.write('%s: Can\'t open: %s\n' % (filename, msg))
H A Dpep384_macrocheck.py38 with open(name) as python_h:
110 with open(fname) as f:
H A Dparse_html5_entities.py84 with open(fname) as f1, open(temp_fname, 'w') as f2:
/third_party/python/Tools/tz/
H A Dzdump.py64 with open(p, 'rb') as o:
79 with open(filepath, 'rb') as fileobj:
/third_party/python/Lib/importlib/resources/
H A D_legacy.py46 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 Dsortperf.py24 fp = open(fn, "rb")
30 fp = open(fn, "wb")
/third_party/python/Lib/idlelib/
H A Dmacosx.py94 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 Dfilelist.py18 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 Dbmp_to_nv12.py18 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 Dgenerate_parser_tools.py82 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 Dgenerate-core-block.rb15 file = File.open("vk.xml")
99 File.open('vk.xml', 'w') do |out|
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcopyright.py107 open(file, 'a').write(copyright + licensed)
122 with open(file) as contents:
/third_party/skia/third_party/externals/brotli/python/
H A Dbro.py125 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 Dpshints.h88 * - 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 Dchktrcmp.py62 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 Drun-tests.py41 f = open (filename, encoding='utf8')
66 with open (fontfile, 'rb') as ff:
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dgenerate_font_list_cc.py54 doc = minidom.parseString(open(xml_path, 'r').read())
108 h_file = open(h_file_name, 'w')
/third_party/python/Lib/xml/etree/
H A DElementInclude.py89 with open(href, 'rb') as file:
94 with open(href, 'r', encoding=encoding) as file:
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py72 # 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 Dtoggle_legacy_flag.py69 with open(config_file) as f:
87 with open(config_file, 'w') as f:

Completed in 11 milliseconds

1...<<31323334353637383940>>...140