/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()
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/ |
H A D | MainActivity.java | 67 InputStream inStream = assetManager.open(testBinaryPath); in executeBinary()
|
/third_party/skia/third_party/externals/brotli/ |
H A D | setup.py | 30 with open(version_file_path, 'r') as f:
|
/third_party/pulseaudio/src/tests/ |
H A D | lo-latency-test.c | 99 fd = open("loopback.raw", O_CREAT | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in read_cb()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | setup.py | 128 sys.stdout = open(fd, 'w',
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp_main.cpp | 27 sk_sp<SkData> open(const char* path) override {
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_cnv.h | 230 * When open() fails, then close() will be called, if present. 238 UConverterOpen open; member
|
/third_party/unity/auto/ |
H A D | unity_test_summary.py | 31 lines = list(map(lambda line: line.rstrip(), open(result_file, "r").read().split('\n')))
|
/third_party/vixl/tools/ |
H A D | verify_assembler_traces.py | 442 with open(os.path.join(trace_dir, trace_file), "r") as f:
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | ftsystem.c | 257 /* open the file */ in FT_BASE_DEF() 258 file = open( filepathname, O_RDONLY ); in FT_BASE_DEF() 262 FT_ERROR(( " could not open `%s'\n", filepathname )); in FT_BASE_DEF()
|