Home
last modified time | relevance | path

Searched refs:open (Results 2101 - 2125 of 4503) sorted by relevance

1...<<81828384858687888990>>...181

/third_party/python/Lib/distutils/
H A Darchive_util.py107 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
/third_party/python/Lib/distutils/tests/
H A Dsupport.py86 f = open(path, 'w')
H A Dtest_spawn.py57 with open(filename, "wb"):
/third_party/python/Lib/multiprocessing/
H A Dresource_tracker.py196 with open(fd, 'rb') as f:
/third_party/skia/third_party/externals/angle2/scripts/
H A Dtrigger.py99 with open(archive_file) as f:
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_texture_format_table.py312 with open('texture_format_table_autogen.cpp', 'wt') as out_file:
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DfixupRef.py8 # open block syntax
27 # Start a refpage open block
30 print("[open,refpage='" + pi.name +
36 print("[open,refpage='" + pi.name +
42 # End a refpage open block
46 # print("// end [open,refpage='" + pi.name + "']", file=fp)
49 # file with open blocks, per # ??? .
54 # rewritten with open blocks (e.g. enums). Updated in place.
132 fp = open(pageName, 'w', encoding='utf-8')
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcomment_convert.py175 with open(fn, 'w', encoding='utf-8') as fp:
H A Dpromote.py88 fp = open(outFilename, 'w', encoding='utf8')
91 logWarn('Cannot open output file', filename, ':', sys.exc_info()[0])
H A Dspirvcapgenerator.py219 with open(filename, 'w', encoding='utf-8') as fp:
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker.py148 return open(self.filename, 'r', encoding='utf-8')
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py179 with open(file, encoding='utf-8') as contents:
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_format_table.py280 with open(out_file_name, 'wt') as out_file:
/third_party/openssl/ohos_lite/
H A De_os.h312 # define open _open macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py179 with open(file, encoding='utf-8') as contents:
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_digestauth.c144 fd = open("/dev/urandom", O_RDONLY); in testDigestAuth()
147 fprintf(stderr, "Failed to open `%s': %s\n", in testDigestAuth()
H A Dtest_digestauth_with_arguments.c143 fd = open("/dev/urandom", O_RDONLY); in testDigestAuth()
146 fprintf(stderr, "Failed to open `%s': %s\n", in testDigestAuth()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_misc.c81 devnull = open("/dev/null", O_WRONLY); in create_child()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/
H A Ddsp_timing.py80 with open(filename) as myfile:
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStream.h67 virtual Result open() { in open() function in oboe::AudioStream
72 * Close the stream and deallocate any resources from the open() call.
531 * This means it can be used to safely delete a smart pointer referring to an open stream.
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAAudioLoader.h130 * The destructor will clean up after the open.
134 int open();
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioStreamBuilder.cpp145 // Just open streamP the old way. in openStream()
159 result = streamP->open(); // TODO review API in openStream()
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
H A DMainActivity.java67 InputStream inStream = assetManager.open(testBinaryPath); in executeBinary()
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py30 with open(version_file_path, 'r') as f:
/third_party/pulseaudio/src/tests/
H A Dlo-latency-test.c99 fd = open("loopback.raw", O_CREAT | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in read_cb()

Completed in 16 milliseconds

1...<<81828384858687888990>>...181