/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_gl_enum_utils.py | 194 with open(header_output_path, 'w') as f: 207 with open(source_output_path, 'w') as f:
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_language_headers.py | 170 with open(args.extinst_grammar) as json_file: 180 with open(args.extinst_output_path, 'w') as f:
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_language_headers.py | 170 with open(args.extinst_grammar) as json_file: 180 with open(args.extinst_output_path, 'w') as f:
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
H A D | common_exec.py | 51 with open(output_path, "w") as f: 144 with open(os.devnull, "w") as devnull:
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_session_timeout.c | 281 /*devnull = open("/dev/null", O_RDONLY); in childproc() 287 devnull = open("/dev/null", O_WRONLY); in childproc() 295 devnull = open("/dev/null", O_WRONLY); in childproc()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | OboeAudioStream.java | 56 public void open(StreamConfiguration requestedConfiguration, in open() method in OboeAudioStream 58 super.open(requestedConfiguration, actualConfiguration, bufferSizeInFrames); in open()
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_source_encoding.py | 39 with open(mapping[self.module_name], 'wb') as file: 128 with open(mapping[module_name], 'wb') as file:
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp_model.cpp | 120 result.fMaxPng = mgr->open(max_path.c_str()); in CheckAgainstModel() 121 result.fMinPng = mgr->open(min_path.c_str()); in CheckAgainstModel()
|
/third_party/toybox/toys/other/ |
H A D | losetup.c | 62 int i, cfd = open("/dev/loop-control", O_RDWR); in loopback_setup() 76 if (device) lfd = open(device, TT.openflags); in loopback_setup()
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.py | 37 lines = list(map(lambda line: line.rstrip(), open(result_file, "r").read().split('\n'))) 115 with open(self.output, 'w') as f:
|
/third_party/python/Lib/test/ |
H A D | test_dtrace.py | 57 with open(abspath(name + self.EXTENSION + ".expected")) as f: 130 with open(abspath("call_stack.py")) as f:
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | readdir.rs | 13 let dirfd = File::open(tmpdir.path()).expect("open tempdir as file"); in dir_entries() 82 let mut dirfd = File::open(tmpdir.path()).expect("open tempdir as file"); in test_raw_dir() 153 .expect("open cwd as file"); in dir_from_openat()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | java_checker.py | 56 with codecs.open(filepath, encoding='utf-8') as f: 170 with codecs.open(filepath, encoding='utf-8') as f:
|
/third_party/spirv-tools/utils/ |
H A D | generate_language_headers.py | 170 with open(args.extinst_grammar) as json_file: 180 with open(args.extinst_output_path, 'w') as f:
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_to_xml.py | 153 out = codecs.open(outFilePath, "wb", encoding="utf-8") 166 logFile = open(logFilePath, 'rb')
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | gen_release_info.py | 29 f = open(filename, 'rt') 35 f = open(filename, 'wt')
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/utils/ |
H A D | js_heap_stats_writer.cpp | 32 if (!file_.open(QIODevice::WriteOnly | QIODevice::Text)) { in Write() 33 HILOG_ERROR(HILOG_MODULE_ACE, "failed to open file."); in Write()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | random.c | 29 g_fd = open("/dev/random", O_RDONLY | O_NONBLOCK); in GetRandomFd()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | ofconsole.c | 41 console_ops.open = of_console_open; in of_console_init()
|
/kernel/linux/build/test/fuzztest/memory/src/ |
H A D | memorycommon.cpp | 23 int fd = open(pathname, O_RDWR); in MemoryFuzzTest()
|
/kernel/linux/build/test/fuzztest/memory/forceshrinkanon_fuzzer/ |
H A D | forceshrinkanon_fuzzer.cpp | 21 int fd = open(forceShrinkAnon, O_RDWR); in ForceShrinkAnonFuzzer()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | ofconsole.c | 41 console_ops.open = of_console_open; in of_console_init()
|
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
H A D | sysfs_utils.c | 16 fd = open(attr_path, O_WRONLY); in write_sysfs_attribute()
|
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
H A D | sysfs_utils.c | 16 fd = open(attr_path, O_WRONLY); in write_sysfs_attribute()
|
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/ |
H A D | mmap_test_005.cpp | 40 fd = open(MAP_TEST_FILE, O_RDONLY); in Testcase()
|