Home
last modified time | relevance | path

Searched refs:open (Results 626 - 650 of 4964) sorted by relevance

1...<<21222324252627282930>>...199

/third_party/mesa3d/ohos/
H A DmodifyDtsi.py32 fp = open(self.filePath, 'r')
40 fp = open(self.filePath, 'w')
/third_party/mesa3d/bin/
H A Dgen_vs_module_defs.py40 with open(in_file, 'r', encoding='utf-8') as f:
70 with open(out_file, 'wb') as f:
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_info_c.py113 spirv_info = json.JSONDecoder().decode(open(pargs.json, "r").read())
131 with open(pargs.out, 'w') as f:
/third_party/ltp/lib/
H A Dtst_fill_file.c79 fd = open(path, O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR); in tst_fill_file()
102 fd = open(path, O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR); in tst_prealloc_file()
/third_party/ltp/testcases/kernel/fs/fs-bench/
H A Drandom-access.c45 if ((nullfd = open("/dev/null", O_WRONLY)) < 0) { in main()
71 if ((fd = open(fname, O_RDONLY)) < 0) { in open_read_close()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_mem_hog.c58 fd = open(path, O_RDONLY); in page_cache_hog()
60 warn("open %s failed", path); in page_cache_hog()
85 fd = open("./myfifo", O_WRONLY); in mem_hog()
87 err(1, "open fifo failed"); in mem_hog()
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packagerConfig.py74 with open(os.path.join(os.getcwd(), "templates",
83 with open(fileName, "w") as f:
/third_party/node/test/parallel/
H A Dtest-file-write-stream.js38 open: -1,
44 .on('open', function(fd) {
45 console.error('open!');
46 callbacks.open++;
H A Dtest-fs-readfile-fd.js37 fs.open(fn, 'r', function(err, fd) {
78 fs.open(filename, 'r', common.mustSucceed((fd) => {
/third_party/node/deps/v8/tools/debug_helper/
H A Dgen-heap-constants.py80 with open(sys.argv[2], "r") as out_file:
85 with open(sys.argv[2], "w") as out_file:
/third_party/node/tools/zos/
H A Dsdwrap.py69 args.input = open(args.input, 'r')
74 args.output = open(args.output, 'w')
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dlegacy-streams.js62 fs.open(this.path, this.flags, this.mode, function (err, fd) {
70 self.emit('open', fd);
113 this._open = fs.open;
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dtest-assembly.py68 with open(sys.argv[1], "r") as f:
76 with open(sys.argv[2], "r") as f:
/third_party/mesa3d/src/util/
H A Dxxd.py54 with io.open(args.input, "rb") as infile:
56 with io.open(args.output, "wb") as outfile:
/third_party/ltp/testcases/misc/math/float/iperb/
H A Dgencosh.c54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
/third_party/ltp/testcases/misc/math/float/trigo/
H A Dgentan.c60 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
94 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
H A Dgenatan2.c57 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
88 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
H A Dgencos.c56 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
86 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
H A Dgensin.c56 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
86 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
H A Dgenatan.c56 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
86 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Dcommon_sparse.h41 fd = open(filename, O_CREAT|O_RDWR|O_EXCL, 0600); in dirty_freeblocks()
44 tst_brkm(TBROK|TERRNO, cleanup, "failed to open '%s'", filename); in dirty_freeblocks()
93 fd = open(filename, O_RDONLY); in read_sparse()
96 fprintf(stderr, "Child %i failed to open '%s'\n", in read_sparse()
/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenhypot.c56 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
87 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
H A Dgenlog10.c54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
H A Dgenexp.c54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()
H A Dgenlog.c53 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Result_file()
83 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); in create_Data_file()

Completed in 9 milliseconds

1...<<21222324252627282930>>...199