/third_party/mesa3d/ohos/ |
H A D | modifyDtsi.py | 32 fp = open(self.filePath, 'r')
40 fp = open(self.filePath, 'w')
|
/third_party/mesa3d/bin/ |
H A D | gen_vs_module_defs.py | 40 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 D | spirv_info_c.py | 113 spirv_info = json.JSONDecoder().decode(open(pargs.json, "r").read()) 131 with open(pargs.out, 'w') as f:
|
/third_party/ltp/lib/ |
H A D | tst_fill_file.c | 79 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 D | random-access.c | 45 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 D | cpuset_mem_hog.c | 58 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.py | 74 with open(os.path.join(os.getcwd(), "templates", 83 with open(fileName, "w") as f:
|
/third_party/node/test/parallel/ |
H A D | test-file-write-stream.js | 38 open: -1, 44 .on('open', function(fd) { 45 console.error('open!'); 46 callbacks.open++;
|
H A D | test-fs-readfile-fd.js | 37 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 D | gen-heap-constants.py | 80 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 D | sdwrap.py | 69 args.input = open(args.input, 'r') 74 args.output = open(args.output, 'w')
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | legacy-streams.js | 62 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 D | test-assembly.py | 68 with open(sys.argv[1], "r") as f: 76 with open(sys.argv[2], "r") as f:
|
/third_party/mesa3d/src/util/ |
H A D | xxd.py | 54 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 D | gencosh.c | 54 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 D | gentan.c | 60 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 D | genatan2.c | 57 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 D | gencos.c | 56 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 D | gensin.c | 56 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 D | genatan.c | 56 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 D | common_sparse.h | 41 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 D | genhypot.c | 56 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 D | genlog10.c | 54 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 D | genexp.c | 54 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 D | genlog.c | 53 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()
|