/third_party/python/Tools/scripts/ |
H A D | objgraph.py | 64 # Argument is an open file. 183 with open(filename) as f:
|
/third_party/python/Tools/unicode/ |
H A D | genmap_schinese.py | 91 with open('mappings_cn.h', 'w') as fp:
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | authkey.c | 88 if (!create || errno != EACCES || (fd = open(fn, O_RDONLY|O_BINARY)) < 0) { in load() 89 pa_log_warn("Failed to open cookie file '%s': %s", fn, pa_cstrerror(errno)); in load() 179 pa_log_warn("Failed to open cookie file '%s': %s", fn, pa_cstrerror(errno)); in pa_authkey_save()
|
/third_party/python/Lib/distutils/ |
H A D | archive_util.py | 107 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
|
/third_party/python/Lib/distutils/tests/ |
H A D | support.py | 86 f = open(path, 'w')
|
H A D | test_spawn.py | 57 with open(filename, "wb"):
|
/third_party/python/Lib/multiprocessing/ |
H A D | resource_tracker.py | 196 with open(fd, 'rb') as f:
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | trigger.py | 99 with open(archive_file) as f:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | gen_texture_format_table.py | 312 with open('texture_format_table_autogen.cpp', 'wt') as out_file:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | fixupRef.py | 8 # 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 D | comment_convert.py | 175 with open(fn, 'w', encoding='utf-8') as fp:
|
H A D | promote.py | 88 fp = open(outFilename, 'w', encoding='utf8') 91 logWarn('Cannot open output file', filename, ':', sys.exc_info()[0])
|
H A D | spirvcapgenerator.py | 219 with open(filename, 'w', encoding='utf-8') as fp:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker.py | 148 return open(self.filename, 'r', encoding='utf-8')
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | check_copyright.py | 179 with open(file, encoding='utf-8') as contents:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 280 with open(out_file_name, 'wt') as out_file:
|
/third_party/openssl/ohos_lite/ |
H A D | e_os.h | 312 # define open _open macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | check_copyright.py | 179 with open(file, encoding='utf-8') as contents:
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_digestauth.c | 144 fd = open("/dev/urandom", O_RDONLY); in testDigestAuth() 147 fprintf(stderr, "Failed to open `%s': %s\n", in testDigestAuth()
|
H A D | test_digestauth_with_arguments.c | 143 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 D | test_misc.c | 81 devnull = open("/dev/null", O_WRONLY); in create_child()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
H A D | dsp_timing.py | 80 with open(filename) as myfile:
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | AudioStream.h | 67 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 D | AAudioLoader.h | 130 * The destructor will clean up after the open. 134 int open();
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | AudioStreamBuilder.cpp | 145 // Just open streamP the old way. in openStream() 159 result = streamP->open(); // TODO review API in openStream()
|