/third_party/openGLES/extensions/ |
H A D | makeindex.py | 48 exec(open(file).read())
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | realign.py | 46 realignXML(open(sys.argv[1], 'r', encoding='utf-8'))
|
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
H A D | hardware.h | 61 int (*open)(const hw_module_t*, const char*, hw_device_t**); member
|
/third_party/skia/third_party/externals/swiftshader/src/ |
H A D | commit_id.py | 61 hfile = open(output_file, 'w')
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | AudioSourceCaller.h | 40 mBlockReader.open(channelCount * framesPerCallback * bytesPerSample); in AudioSourceCaller()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioOutputStreamOpenSLES.h | 39 Result open() override;
|
H A D | OutputMixerOpenSLES.cpp | 30 SLresult OutputMixerOpenSL::open() { in open() function in OutputMixerOpenSL
|
/third_party/skia/third_party/externals/brotli/scripts/ |
H A D | fix-win-bazel-build.py | 16 with open(match) as manifest:
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-header-guards.py | 17 with open (x, 'r', encoding='utf-8') as f: content = f.read ()
|
H A D | gen-os2-unicode-ranges.py | 18 with open (input_file, mode="r", encoding="utf-8") as f:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ |
H A D | makeindex.py | 58 exec(open(file).read())
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WireHelper.cpp | 58 mFile.open(filename,
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_lll.py | 25 open(fn, 'wb').close()
|
/third_party/python/PCbuild/ |
H A D | urlretrieve.py | 27 with open(filename, 'wb') as f:
|
/third_party/python/Objects/ |
H A D | typeslots.py | 45 with open(sys.argv[1], "w") as f:
|
/third_party/rust/crates/clap/.github/workflows/ |
H A D | release-notes.py | 22 with args.input.open() as fh:
|
/third_party/rust/crates/rustix/tests/thread/ |
H A D | setns.rs | 12 let f = File::open("/proc/self/ns/uts").unwrap(); in test_move_into_link_name_space()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 117 * each system call not at open time. The reason is that most of 549 .open = lstats_open, 592 [RLIMIT_NOFILE] = {"Max open files", "files"}, 753 * Let's make getdents(), stat(), and open() in proc_pid_permission() 796 .open = proc_single_open, 955 .open = mem_open, 1028 .open = environ_open, 1055 .open = auxv_open, 1501 .open = sched_open, 1530 .open [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 121 * each system call not at open time. The reason is that most of 553 .open = lstats_open, 596 [RLIMIT_NOFILE] = {"Max open files", "files"}, 758 * Let's make getdents(), stat(), and open() in proc_pid_permission() 801 .open = proc_single_open, 944 .open = mem_open, 1017 .open = environ_open, 1044 .open = auxv_open, 1490 .open = sched_open, 1519 .open [all...] |
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 11 Options: -w open writable (new driver opens readable unless -i) 603 printf(" -w force open with read/write flag\n"); in usage() 676 sg_fd = open(fname, flags | O_NONBLOCK); in run_sg_scan_tests() 776 sg_fd = open(fname, O_RDWR); in run_sg_scan_tests() 1493 if ((sg_fd = open(file_name, oflags)) < 0) { in show_scsi_logs() 1675 if ((sg_fd = open(name, O_RDONLY)) < 0) { in leaf_dir() 1678 if ((sg_fd = open("/dev/sg0", O_RDONLY)) >= 0) in leaf_dir() 1680 sg_fd = open(name, O_RDONLY); in leaf_dir() 1683 printf("Unable to open sg device: %s, %s\n", in leaf_dir() 2265 if ((infd = open(in in do_scsi_device_read_write() [all...] |
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 130 err(-1, "cannot open /proc/cpuinfo\n"); in update_cpu_model() 154 err(1, "%s: open failed", path); in fopen_or_exit() 359 fd = open(buffer, O_WRONLY); in set_cpu_online_offline() 366 err(-1, "%s open failed", buffer); in set_cpu_online_offline() 601 fd = open(pathname, O_RDWR); in create_cpu_map() 603 err(-1, "%s open failed", pathname); in create_cpu_map() 703 fd = open(pathname, O_RDWR); in isst_send_mmio_command() 705 err(-1, "%s open failed", pathname); in isst_send_mmio_command() 800 fd = open(pathname, O_RDWR); in isst_send_mbox_command() 802 err(-1, "%s open faile in isst_send_mbox_command() [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 1572 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "Unable to open PPD file %s\n", filename); in read_ppd_file() 1935 dstr_t *open = create_dstr(); in build_commandline() local 1963 dstrcpyf(open, "[{\n%%%%BeginFeature: *%s ", opt->name); in build_commandline() 1965 dstrcatf(open, is_true_string(userval) ? "True\n" : "False\n"); in build_commandline() 1967 dstrcatf(open, "%s\n", userval); in build_commandline() 1972 dstrcatf(prologprepend, "%s%s%s", open->data, cmdvar->data, close->data); in build_commandline() 1977 dstrcatf(setupprepend, "%s%s%s", open->data, cmdvar->data, close->data); in build_commandline() 1979 dstrcatf(pagesetupprepend, "%s%s%s", open->data, cmdvar->data, close->data); in build_commandline() 1983 dstrcatf(setupprepend, "%s%s%s", open->data, cmdvar->data, close->data); in build_commandline() 1987 dstrcatf(pagesetupprepend, "%s%s%s", open in build_commandline() [all...] |
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 367 with open(tempname, 'wb') as temp: 422 with open(os.path.join(self.tempdir, filename), 'wb') as f: 526 with open(os.path.join(self.tempdir_name, 'index.html'), 'wb') as f: 627 open(fullpath, 'wb').close() 746 with open(self.nocgi_path, 'w', encoding='utf-8') as fp: 751 with open(self.file1_path, 'w', encoding='utf-8') as file1: 756 with open(self.file2_path, 'w', encoding='utf-8') as file2: 761 with open(self.file3_path, 'w', encoding='utf-8') as file3: 766 with open(self.file4_path, 'w', encoding='utf-8') as file4: 771 with open(sel [all...] |
H A D | test_compileall.py | 59 with open(self.source_path, 'w', encoding="utf-8") as file: 74 with open(self.bad_source_path, 'w', encoding="utf-8") as file: 78 with open(self.bc_path, 'rb') as file: 112 with open(self.bc_path, 'rb') as file: 114 with open(self.bc_path, 'wb') as file: 200 with open(data_file, 'wb'): 475 with open(self.source_path, 'w', encoding='utf-8') as file: 755 with open(os.path.join(self.directory, 'l1'), 'w', encoding="utf-8") as l1: 769 with open(os.path.join(self.directory, 'l1'), 'w', encoding="utf-8") as l1: 808 with open(py [all...] |
H A D | test_regrtest.py | 174 with open(os_helper.TESTFN, "w") as fp: 196 with open(os_helper.TESTFN, "w") as fp: 399 with open(path, 'x', encoding='utf-8') as fp: 783 with open(filename, "w") as fp: 797 with open(filename, "w") as fp: 805 with open(filename, "w") as fp: 813 with open(filename, "w") as fp: 907 with open(filename) as fp: 934 fd = os.open(__file__, os.O_RDONLY) 1014 with open(filenam [all...] |