Home
last modified time | relevance | path

Searched refs:open (Results 4376 - 4400 of 8510) sorted by relevance

1...<<171172173174175176177178179180>>...341

/third_party/lame/misc/
H A Dmlame_corr.c211 if ( (fd = open ( name, O_RDONLY )) >= 0 ) { in main()
215 fprintf ( stderr, "Can't open: %s\n", name ); in main()
/third_party/jerryscript/tools/runners/
H A Drun-test-suite.py67 with open(test_list, "r") as test_list_fd:
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c344 int fd = open (serial_config.device_id, O_RDWR); in jerryx_debugger_serial_create()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c65 fd = open("./myfifo", O_WRONLY); in report_result()
67 warn("open fifo failed"); in report_result()
/third_party/ltp/testcases/kernel/device-drivers/nls/
H A DnlsTest.c79 .open = test_open,
/third_party/ltp/pan/cgi/
H A Dreconsile.cgi50 unless (open(F, $result_filename)) {
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.c78 open: test_open,
89 printk("device open\n"); in test_open()
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
H A Duser_tdrm.c21 * which will open the correct kernel module, find the
111 tdrm_fd = open(DEVICE_NAME, O_RDWR); in tdrmopen()
137 /* open the module */ in main()
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c75 fd = open("/dev/dri/renderD128", O_RDWR); in create_gl_core_context()
77 fprintf(stderr, "ERROR: Couldn't open /dev/dri/renderD128\n"); in create_gl_core_context()
149 fprintf(stderr, "Can't open file: %s\n", filename); in read_file()
/third_party/node/deps/v8/tools/release/
H A Dmerge_to_branch.py48 open(self.Config("ALREADY_MERGING_SENTINEL_FILE"), "a").close()
H A Droll_merge.py47 open(self.Config("ALREADY_MERGING_SENTINEL_FILE"), "a").close()
/third_party/node/deps/v8/tools/
H A Dgdb-v8-support.py224 gdb.execute('p (int)dup2((int)open("%s", 1), 1)' % file,
229 with open(file, 'a') as f:
H A Dgen-inlining-tests.py455 FILE = None # to be initialised to an open file
472 FILE = open(SHARD_FILENAME_TEMPLATE.format(shard=SHARD_NUM), 'w')
H A Dgen-keywords-gen-h.py242 with open(os.path.join(root_dir, OUTPUT_PATH), 'w') as f:
/third_party/node/deps/v8/third_party/jinja2/
H A Dbccache.py111 with open(filename, 'rb') as f:
116 with open(filename, 'wb') as f:
255 f = open(self._get_cache_filename(bucket), "wb")
/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py203 help="open the heatmap in an interactive viewer, instead of writing to file"
257 with open(program_options.input_filename) as stream:
/third_party/node/tools/inspector_protocol/jinja2/
H A Dbccache.py134 with open(filename, 'rb') as f:
139 with open(filename, 'wb') as f:
272 f = open(self._get_cache_filename(bucket), 'wb')
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h136 /** File open operation
139 * truncation (O_TRUNC) flags will be passed to open(). If an
141 * and then open(). Only if 'atomic_o_trunc' has been
143 * passed on to open.
146 * open should check if the operation is permitted for the
147 * given flags. Optionally open may also return an arbitrary
153 int (*open) (const char *, struct fuse_file_info *); member
155 /** Read data from an open file
169 /** Write data to an open file
201 * open()
[all...]
/third_party/node/deps/base64/base64/test/
H A Dbenchmark.c97 if ((fd = open(RANDOMDEV, O_RDONLY)) < 0) { in get_random_data()
98 *errmsg = "Cannot open " RANDOMDEV; in get_random_data()
/third_party/mesa3d/src/intel/dev/
H A Dintel_dev_info.c107 int fd = open(path, O_RDWR | O_CLOEXEC); in main()
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_driver.cc165 if (!perf->open(sampling_period_ns, selected_query)) { in enable_perfcnt()
166 PPS_LOG_FATAL("Failed to open intel perf"); in enable_perfcnt()
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
H A Dindex.js109 fd = await promisify(fs.open)(tmpfile, 'w', options.mode)
/third_party/mesa3d/src/panfrost/perf/
H A Dpan_gen_perf.py31 self.file = open(filename, 'w')
/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js55 mockSpawn.open = async (url) => args = [cleanCwd(decodeURI(url))]
121 t.match(url, /commands\/npm-install.html$/, 'attempts to open the correct url')
132 t.match(url, /configuring-npm\/install.html$/, 'attempts to open the correct url')
142 t.match(url, /using-npm\/config.html$/, 'attempts to open the correct url')
/third_party/libfuse/example/
H A Dcuse.c284 .open = cusexmp_open,

Completed in 14 milliseconds

1...<<171172173174175176177178179180>>...341