/third_party/libunwind/libunwind/src/ |
H A D | os-linux.h | 75 mi->fd = open (path, O_RDONLY); in maps_init()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace.c | 222 dup2 (open ("/dev/null", O_WRONLY), 1); in main()
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 266 open(os.path.expanduser("~/.config/gitlab-token"), encoding="utf-8")
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 92 with open(data_file_name, 'rb') as data_file:
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 280 with open(MAGIC_STRINGS_INC_H, 'w') as gen_file:
|
/third_party/lame/misc/ |
H A D | mlame_corr.c | 211 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 D | run-test-suite.py | 67 with open(test_list, "r") as test_list_fd:
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-serial.c | 344 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 D | cpuset_cpu_hog.c | 65 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 D | nlsTest.c | 79 .open = test_open,
|
/third_party/ltp/pan/cgi/ |
H A D | reconsile.cgi | 50 unless (open(F, $result_filename)) {
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
H A D | includeTest.c | 78 open: test_open, 89 printk("device open\n"); in test_open()
|
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/ |
H A D | user_tdrm.c | 21 * 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 D | amdgcn_glslc.c | 75 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 D | merge_to_branch.py | 48 open(self.Config("ALREADY_MERGING_SENTINEL_FILE"), "a").close()
|
H A D | roll_merge.py | 47 open(self.Config("ALREADY_MERGING_SENTINEL_FILE"), "a").close()
|
/third_party/node/deps/v8/tools/ |
H A D | gdb-v8-support.py | 224 gdb.execute('p (int)dup2((int)open("%s", 1), 1)' % file, 229 with open(file, 'a') as f:
|
H A D | gen-inlining-tests.py | 455 FILE = None # to be initialised to an open file 472 FILE = open(SHARD_FILENAME_TEMPLATE.format(shard=SHARD_NUM), 'w')
|
H A D | gen-keywords-gen-h.py | 242 with open(os.path.join(root_dir, OUTPUT_PATH), 'w') as f:
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | bccache.py | 111 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 D | bytecode_dispatches_report.py | 203 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 D | bccache.py | 134 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 D | fuse.h | 136 /** 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 D | benchmark.c | 97 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 D | intel_dev_info.c | 107 int fd = open(path, O_RDWR | O_CLOEXEC); in main()
|