Home
last modified time | relevance | path

Searched refs:file (Results 2351 - 2375 of 7660) sorted by relevance

1...<<919293949596979899100>>...307

/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c5 This file is part of libunwind.
103 local process, in which case we can search the system debug file
105 not. Returns 0 on success, 1 on error. Succeeds even if the file
110 load_debug_frame (const char *file, char **buf, size_t *bufsize, int is_local, in load_debug_frame() argument
123 ret = elf_w (load_debuglink) (file, &ei, is_local); in load_debug_frame()
205 Debug (4, "%s load offset is 0x%zx\n", file, *load_offset); in load_debug_frame()
274 the file by parsing /proc/self/maps. */ in locate_debug_info()
527 const char *file = info->dlpi_name; in Elf_W() local
530 if (strlen(file) == 0) in Elf_W()
533 file in Elf_W()
[all...]
/third_party/libuv/src/unix/
H A Dprocess.c401 execvpe(options->file, options->args, environ); in uv__process_child_init()
403 execvp(options->file, options->args); in uv__process_child_init()
486 * the file actions in uv__spawn_set_posix_spawn_attrs()
685 if (options->file == NULL) in uv__spawn_resolve_and_spawn()
694 /* If options->file contains a slash, posix_spawn/posix_spawnp should behave in uv__spawn_resolve_and_spawn()
698 if (strchr(options->file, '/') != NULL) { in uv__spawn_resolve_and_spawn()
700 err = posix_spawn(pid, options->file, actions, attrs, options->args, env); in uv__spawn_resolve_and_spawn()
717 k = strnlen(options->file, NAME_MAX + 1); in uv__spawn_resolve_and_spawn()
724 /* Compose the new process file from the entry in the PATH in uv__spawn_resolve_and_spawn()
725 * environment variable and the actual file nam in uv__spawn_resolve_and_spawn()
[all...]
/third_party/node/lib/internal/modules/esm/
H A Dresolve.js74 * @param {string} pjsonUrl - The URL of the package.json file.
120 * the package.json file does not define a "main" or "exports" field.
122 * @param {URL} packageJSONUrl - The URL of the package.json file for the module.
124 * @param {string} [main] - The "main" field from the package.json file.
144 `excluding the full filename and extension to the resolved file at "${
269 * characters, checking if the resolved pathname is a directory or file, and resolving any symlinks if necessary.
276 * @throws {ERR_MODULE_NOT_FOUND} - If the resolved pathname is not a file.
296 let file = resolveExtensionsWithTryExactName(resolved);
299 if (file === undefined) {
300 file
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c56 FILE *file; member
67 if (ctx->file) in dump_ctx_printf()
68 vfprintf(ctx->file, format, ap); in dump_ctx_printf()
697 ctx.file = NULL; in tgsi_dump_instruction()
728 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file) in tgsi_dump_to_file() argument
736 ctx.file = file; in tgsi_dump_to_file()
822 ctx.base.file = NULL; in tgsi_dump_instruction_str()
H A Dtgsi_ureg.h502 /* Where the destination register has a valid file, but an empty
1014 ureg_dst_array_register(unsigned file, in ureg_dst_array_register() argument
1020 dst.File = file; in ureg_dst_array_register()
1041 ureg_dst_register(unsigned file, in ureg_dst_register() argument
1044 return ureg_dst_array_register(file, index, 0); in ureg_dst_register()
1073 ureg_src_array_register(unsigned file, in ureg_src_array_register() argument
1079 src.File = file; in ureg_src_array_register()
1103 ureg_src_register(unsigned file, in ureg_src_register() argument
1106 return ureg_src_array_register(file, index, 0); in ureg_src_register()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py26 file = kwargs.pop('file', sys.stdout)
28 file.write(' '.join(str(arg) for arg in args))
29 file.write(end)
176 - filename - basename of file to generate, or None to write to stdout.
229 "basename of file to generate, or None to write to stdout."
319 Manages basic logic, logging, and output file control.
323 # categoryToPath - map XML 'category' to include file directory name
347 - errFile, warnFile, diagFile - file handles to write errors,
390 write('ERROR:', *args, file
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs152 // Create a dummy file & add it to the source map in get_cursor()
173 // Create a dummy file & add it to the source map in from_str()
304 /// Get the path to this source file as a string.
326 // Start with a single dummy file which all call_site() and def_site()
433 // We'll always have at least 1 file, as we initialize our files list in next_start_pos()
434 // with a dummy file. in next_start_pos()
459 for (i, file) in self.files.iter().enumerate() { in filepath()
460 if file.span_within(span) { in filepath()
472 for file in &self.files { in fileinfo()
473 if file in fileinfo()
[all...]
/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c49 * to the specified output file.
390 const char *file = txtfile; in main() local
445 file = binfile; in main()
522 file = argv[optind++]; in main()
538 fd = open(file, O_RDONLY); in main()
541 file, strerror(errno)); in main()
546 file, strerror(errno)); in main()
554 file, strerror(errno)); in main()
616 if (read_source_policy(policydbp, file, "checkpolicy") < 0) in main()
710 fprintf(stderr, "%s: No file t in main()
[all...]
/third_party/vulkan-headers/registry/
H A Dgenerator.py26 file = kwargs.pop('file', sys.stdout)
28 file.write(' '.join(str(arg) for arg in args))
29 file.write(end)
176 - filename - basename of file to generate, or None to write to stdout.
229 "basename of file to generate, or None to write to stdout."
319 Manages basic logic, logging, and output file control.
323 # categoryToPath - map XML 'category' to include file directory name
347 - errFile, warnFile, diagFile - file handles to write errors,
390 write('ERROR:', *args, file
[all...]
/test/xts/dcts/communication/softbus_standard/common/
H A Dsocket_common.c4 * you may not use this file except in compliance with the License.
56 FILE* file = NULL; in GetSoftbusPid() local
64 file = popen(CMD_PIDOF_SOFTBUS, "r"); in GetSoftbusPid()
65 if (file == NULL) { in GetSoftbusPid()
70 (void)fgets(buffer, buffSize, file); in GetSoftbusPid()
72 pclose(file); in GetSoftbusPid()
/third_party/eudev/
H A Ddepcomp22 # distribute this file as part of a program that contains a
37 Run PROGRAMS ARGS to compile a file, generating dependencies
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputting dependencies.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
137 # here, because this file can only contain one case statement.
225 # The second -e expression handles DOS-style file name
[all...]
/third_party/curl/
H A Dbuildconf.bat11 rem * This software is licensed as described in the file COPYING, which
17 rem * furnished to do so, under the terms of the COPYING file.
28 rem This batch file must be used to set up a git tree to build on systems where
37 rem Switch to this batch file's directory
273 echo Error: This batch file should only be used with a curl git repository
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc32 // This file implements the spec builder syntax (ON_CALL and
74 // Logs a message including file and line number information.
76 const char* file, int line, in LogWithLocation()
79 s << internal::FormatFileLocation(file, line) << " " << message in LogWithLocation()
421 // No need to show the source file location of the expectation in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
426 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
470 // Where in the source file an ON_CALL or EXPECT_CALL is first
691 const char* file, int line)
696 state.first_used_file = file; in GTEST_LOCK_EXCLUDED_()
75 LogWithLocation(testing::internal::LogSeverity severity, const char* file, int line, const std::string& message) LogWithLocation() argument
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py8 # not use this file except in compliance with the License.
35 """Context manager to read a text file line by line.
49 snippet annotates the exception with the file name and line number.
53 self.file = None #type: Optional[IO[str]]
58 self.file = open(self.filename, 'rb' if self.binary else 'r')
59 self.generator = enumerate(self.file)
68 if self.file is not None:
69 self.file.close()
228 Call the read_file method of the constructed object on each header file.
496 """Parse a C header file, lookin
[all...]
/third_party/lame/
H A Ddepcomp22 # distribute this file as part of a program that contains a
37 Run PROGRAMS ARGS to compile a file, generating dependencies
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputting dependencies.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
137 # here, because this file can only contain one case statement.
225 # The second -e expression handles DOS-style file name
[all...]
/third_party/lame/libmp3lame/
H A Ddepcomp22 # distribute this file as part of a program that contains a
37 Run PROGRAMS ARGS to compile a file, generating dependencies
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputting dependencies.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
137 # here, because this file can only contain one case statement.
225 # The second -e expression handles DOS-style file name
[all...]
/third_party/lame/mpglib/
H A Ddepcomp22 # distribute this file as part of a program that contains a
37 Run PROGRAMS ARGS to compile a file, generating dependencies
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputting dependencies.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
137 # here, because this file can only contain one case statement.
225 # The second -e expression handles DOS-style file name
[all...]
/third_party/lame/frontend/
H A Ddepcomp22 # distribute this file as part of a program that contains a
37 Run PROGRAMS ARGS to compile a file, generating dependencies
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputting dependencies.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
137 # here, because this file can only contain one case statement.
225 # The second -e expression handles DOS-style file name
[all...]
/third_party/lame/misc/
H A Ddepcomp22 # distribute this file as part of a program that contains a
37 Run PROGRAMS ARGS to compile a file, generating dependencies
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputting dependencies.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
137 # here, because this file can only contain one case statement.
225 # The second -e expression handles DOS-style file name
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp35 /** @file brw_fs_live_variables.cpp
86 if (inst->dst.file == VGRF) { in setup_one_write()
120 if (reg.file != VGRF) in setup_def_use()
132 if (inst->dst.file == VGRF) { in setup_def_use()
351 if (inst->src[i].file == VGRF && in validate()
357 if (inst->dst.file == VGRF && in validate()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c30 #define QPU_R(file, index) { QPU_MUX_##file, index }
288 * start with any temp being able to be in any file, then instructions in vc4_register_allocate()
318 if (inst->dst.file == QFILE_TEMP) in vc4_register_allocate()
334 assert(inst->src[0].file == QFILE_TEMP); in vc4_register_allocate()
354 /* The non-MUL pack flags require an A-file dst in vc4_register_allocate()
365 if (inst->src[i].file == QFILE_TEMP && in vc4_register_allocate()
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py49 # load("path/to/file.js")
50 # d8.file.execute("path/to/file.js")
54 # import foobar from "path/to/file.js"
55 # import {foo, bar} from "path/to/file.js"
56 # export {"foo" as "bar"} from "path/to/file.js"
61 # import "path/to/file.js"
72 def read_file(file):
73 with open(file, encoding='ISO-8859-1') as f:
81 self.name = name # string that identifies test in the status file
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-promises.js56 access('this file does not exist', 0),
60 message: /^ENOENT: no such file or directory, access/
130 // file stats
188 // Bytes written to file match buffer
200 // Truncate file to specified length
395 // `mkdirp` when path is a file.
411 // `mkdirp` when part of the path is a file.
413 const file = path.join(tmpDir, nextdir(), nextdir());
414 const dir = path.join(file, nextdir(), nextdir());
415 await mkdir(path.dirname(file));
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm4282 "doc/html/man7/ossl_store-file.html" => [
4283 "doc/man7/ossl_store-file.pod"
6676 "doc/man/man7/ossl_store-file.7" => [
6677 "doc/man7/ossl_store-file.pod"
13353 "doc/html/man7/ossl_store-file.html" => [
13354 "doc/man7/ossl_store-file.pod"
15747 "doc/man/man7/ossl_store-file.7" => [
15748 "doc/man7/ossl_store-file.pod"
17175 "doc/html/man7/ossl_store-file.html",
20159 "doc/man/man7/ossl_store-file
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/
H A Dconfigdata.pm4250 "doc/html/man7/ossl_store-file.html" => [
4251 "doc/man7/ossl_store-file.pod"
6644 "doc/man/man7/ossl_store-file.7" => [
6645 "doc/man7/ossl_store-file.pod"
13286 "doc/html/man7/ossl_store-file.html" => [
13287 "doc/man7/ossl_store-file.pod"
15680 "doc/man/man7/ossl_store-file.7" => [
15681 "doc/man7/ossl_store-file.pod"
17108 "doc/html/man7/ossl_store-file.html",
20152 "doc/man/man7/ossl_store-file
[all...]

Completed in 51 milliseconds

1...<<919293949596979899100>>...307