| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
| H A D | dep-valid.js | 20 // file: deps that depend on other files/dirs, we must resolve the 21 // location based on the *requestor* file/dir, not where it ends up. 58 case 'file': 133 return child.resolved.replace(/\\/g, '/') === `file:${requested.fetchSpec.replace(/\\/g, '/')}` 136 // if we have a legacy mutated package.json file. we can't be 100% 137 // sure that it resolved to the same file, but if it was the same
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_device.h | 213 * pending. For instance, when we go to export a sync file from a 308 const char *file, int line,
|
| H A D | vk_queue.h | 182 const char *file, int line,
|
| H A D | vk_physical_device_features.py | 33 /* This file generated from ${filename}, don't edit directly. */ 219 parser.add_argument('--out-c', required=True, help='Output C file.') 221 help='Vulkan API XML file.', 243 print(exceptions.text_error_template().render(), file=sys.stderr)
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | ppucd.h | 8 * file name: ppucd.h 66 /** No line, end of file. */ 109 * Reads a line from the preparsed UCD file. 163 FILE *file; member in PreparsedUCD
|
| /third_party/libinput/tools/ |
| H A D | libinput-list-kernel-devices.py | 32 print("Error: {}".format(str(e)), file=sys.stderr)
|
| /third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
| H A D | cpuhotplug05.sh | 30 -d directory used to lay file 114 tst_brkm TBROK "SAR output file is empty"
|
| /third_party/ltp/testcases/kernel/syscalls/waitpid/ |
| H A D | waitpid05.c | 54 #include <sys/file.h>
|
| /third_party/libjpeg-turbo/ |
| H A D | strtest.c | 48 const wchar_t *function, const wchar_t *file, in invalid_parameter_handler() 47 invalid_parameter_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved) invalid_parameter_handler() argument
|
| /third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
| H A D | testsf_c.c | 4 * Syntax: testsf_c <server IP addr> <port> <client_filename> <server_filename> <file-length> 13 #include <sys/file.h> 44 "usage: server-ip port client-file server-file file-len"); in main() 59 /* prepare to copy file from server to local machine */ in main() 61 tst_resm(TBROK, "file open error = %d\n", errno); in main() 68 /* The request will be done in the form: `file-size=requested-file'. */ in main() 115 "Error writing to file in main() [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/scripts/ |
| H A D | locate-test | 4 # This file is licensed under the GPLv2 license. For the full content 5 # of this license, see the COPYING file at the top level of this 19 do not include a main function into the .c file or 94 # be established for this file.
|
| /third_party/node/deps/v8/src/heap/base/asm/x64/ |
| H A D | push_registers_masm.S | 3 ;; found in the LICENSE file.
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_perf.c | 52 iris_perf_batchbuffer_flush(void *c, const char *file, int line) in iris_perf_batchbuffer_flush() argument
|
| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_entrypoints_gen.py | 35 /* This file generated from ${filename}, don't edit directly. */ 104 /* This file generated from ${filename}, don't edit directly. */ 190 parser.add_argument('--out-c', required=True, help='Output C file.') 191 parser.add_argument('--out-h', required=True, help='Output H file.') 193 help='Vulkan API XML file.', 255 print(exceptions.text_error_template().render(), file=sys.stderr)
|
| /third_party/musl/libc-test/src/common/ |
| H A D | test.h | 35 void check_log(const char *file, const char *pattern); 37 // Use the file_tag to match all the files in log_dir, and then check if the file contain pattern.
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_compiler.h | 83 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion);
|
| /third_party/node/deps/openssl/openssl/crypto/perlasm/ |
| H A D | x86nasm.pl | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 86 sub ::file
|
| /third_party/rust/crates/log/src/ |
| H A D | macros.rs | 2 // file at the top-level directory of this distribution and at 8 // option. This file may not be copied, modified, or distributed 257 file!()
|
| /third_party/rust/crates/clap/clap_complete/examples/ |
| H A D | completion-derive.rs | 24 // If provided, outputs the completion file for given shell 47 file: Option<PathBuf>, 78 eprintln!("Generating completion file for {generator:?}..."); in main()
|
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | lib.rs | 44 use crate::syntax::file::Module;
|
| /third_party/python/Tools/tz/ |
| H A D | zdump.py | 20 raise ValueError("not a zoneinfo file") 56 print("%s UTC = %s %-5s isdst=%d" % (utc, lmt, abbr, tti[1]) + shift, file=stream)
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_jit_misc.c | 43 #error This file must be included from pcre2_jit_compile.c.
|
| H A D | pcre2_jit_match.c | 42 #error This file must be included from pcre2_jit_compile.c.
|
| /third_party/python/Lib/ |
| H A D | getpass.py | 34 stream: A writable file object to display the prompt. Defaults to 89 # clean up unused file objects before blocking 125 print("Warning: Password input may be echoed.", file=stream)
|
| /third_party/openssl/crypto/perlasm/ |
| H A D | x86nasm.pl | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 86 sub ::file
|