Home
last modified time | relevance | path

Searched refs:file (Results 2951 - 2975 of 8833) sorted by relevance

1...<<111112113114115116117118119120>>...354

/third_party/jinja2/
H A D_compat.py81 if isinstance(f, file):
87 if isinstance(f, file):
/third_party/jerryscript/jerry-core/jrt/
H A Djrt.h4 * you may not use this file except in compliance with the License.
55 * and in an implementation file.
64 jerry_assert_fail (const char *assertion, const char *file, const char *function, const uint32_t line);
66 jerry_unreachable (const char *file, const char *function, const uint32_t line);
/third_party/mesa3d/src/freedreno/rnn/
H A Dutil.h97 const char *file; member
100 #define LOC_FORMAT(loc, str) "%s:%d.%d-%d.%d: " str, (loc).file, (loc).lstart, (loc).cstart, (loc).lend, (loc).cend
/third_party/ltp/include/mk/
H A Denv_post.mk24 ENV_PRE_LOADED ?= $(error You must load env_pre.mk before including this file)
63 INSTALL_DIR := $(error You must define INSTALL_DIR before including this file)
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_pkey.c4 // you may not use this file except in compliance with the License.
220 * @brief load the private key file into SSL context
222 int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) in SSL_CTX_use_PrivateKey_file() argument
228 * @brief load the private key file into SSL
230 int SSL_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) in SSL_use_PrivateKey_file() argument
/third_party/ltp/
H A DIDcheck.sh96 echo "Group file: $group"
97 echo "Password file: $passwd"
160 for file in "$group" "$passwd"; do
161 if ! fe "$i" "$file"; then
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_instance.py392 print(header, file=header_file)
397 print(impl, file=impl_file)
/third_party/node/lib/internal/
H A Dv8_prof_polyfill.js37 // from this file in isolation.
80 console.error('Please provide a valid isolate file as the final argument.');
113 process.emitWarning(`Profile file ${logFile} is broken`, {
115 detail: `${JSON.stringify(line)} at the file end is broken`,
131 return 'Unable to read v8-version from log file.';
/third_party/node/deps/v8/third_party/jinja2/
H A D_compat.py81 if isinstance(f, file):
87 if isinstance(f, file):
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha512-armv4.S4 @ this file except in compliance with the License. You can obtain a copy
5 @ in the file LICENSE in the source distribution or at
/third_party/node/deps/v8/tools/unittests/
H A Dv8_presubmit_test.py4 # found in the LICENSE file.
48 for file in [self.cache_file_path] + self.target_files:
49 os.remove(file)
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogging.h7 * This program/include file is free software; you can redistribute it and/or
12 * This program/include file is distributed in the hope that it will be
19 * distribution in the file COPYING); if not, write to the Free Software
37 typedef int (ntfs_log_handler)(const char *function, const char *file, int line,
65 int ntfs_log_redirect(const char *function, const char *file, int line,
85 #define NTFS_LOG_FLAG_FILENAME (1 << 1) /* Show the file origin of the message */
/third_party/ntfs-3g/ntfsprogs/
H A Dutils.h21 * distribution in the file COPYING); if not, write to the Free Software
120 #define vfprintf(file, fmt, args) \
121 do { char _b[MAX_FMT]; vfprintf(file, \
/third_party/ninja/src/
H A Ddyndep.cc4 // you may not use this file except in compliance with the License.
36 // We are loading the dyndep file now so it is no longer pending. in LoadDyndeps()
39 // Load the dyndep information from the file. in LoadDyndeps()
40 EXPLAIN("loading dyndep file '%s'", node->path().c_str()); in LoadDyndeps()
55 "not mentioned in its dyndep file " in LoadDyndeps()
67 // Reject extra outputs in dyndep file. in LoadDyndeps()
72 *err = ("dyndep file '" + node->path() + "' mentions output " in LoadDyndeps()
74 "does not have a dyndep binding for the file"); in LoadDyndeps()
123 bool DyndepLoader::LoadDyndepFile(Node* file, DyndepFile* ddf, in LoadDyndepFile() argument
126 return parser.Load(file in LoadDyndepFile()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dfilestrm.cpp36 FILE *file = fopen(filename, mode); in T_FileStream_open() local
37 return (FileStream*)file; in T_FileStream_open()
99 FILE* file = tmpfile();
100 return (FileStream*)file;
171 goes to the end of the file before ftell*/ in T_FileStream_size()
188 putc is used on a file opened as readonly)
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/
H A Dformat-diff.js55 header(`deleted file mode ${modes.a}`)
57 header(`new file mode ${modes.b}`)
/third_party/mesa3d/src/intel/tools/
H A Daub_write.h81 FILE *file; member
107 void aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_name);
/third_party/libevdev/test/
H A Dtest-common.c16 const char *file, int line, in test_logfunc_abort_on_error()
26 const char *file, int line, in test_logfunc_ignore_error()
14 test_logfunc_abort_on_error(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) test_logfunc_abort_on_error() argument
24 test_logfunc_ignore_error(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) test_logfunc_ignore_error() argument
/third_party/ltp/testcases/realtime/
H A Drun.sh72 for file in `find -name run_auto.sh`
74 echo " `dirname $file `"
/third_party/ltp/testscripts/
H A Dtest_realtime.sh72 for file in `find -name run_auto.sh`
74 printf " `dirname $file `\n"
/third_party/ltp/tools/
H A Dgenhtml.pl70 print "syntax: prtag2tag start_tag end_tag output_tag execution_tag file(s)\n";
95 open (FILE, "$header_file") || "Cannot open file: $header_file";
105 foreach my $file (@ARGV) {
107 open (FILE, $file) || die "Cannot open file: $file\n";
224 print "<tr><td><strong>Log Result</strong> </td><td><a href=\"file://$ENV{TEST_LOGS_DIRECTORY}/\"> <strong>$ENV{TEST_LOGS_DIRECTORY}</strong></a></td></tr>\n";
225 print "<tr><td><strong>Output/Failed Result</strong></td><td><a href=\"file://$ENV{TEST_OUTPUT_DIRECTORY}/\"> <strong>$ENV{TEST_OUTPUT_DIRECTORY}</strong></a></td></tr>\n";
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h51 rc_register_file file, unsigned int index, unsigned int chan);
56 rc_register_file file, unsigned int index, unsigned int mask);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha512-armv4.S4 @ this file except in compliance with the License. You can obtain a copy
5 @ in the file LICENSE in the source distribution or at
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobjxref.pl5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
19 # The year the output file is generated.
82 * this file except in compliance with the License. You can obtain a copy
83 * in the file LICENSE in the source distribution or at
/third_party/rust/crates/bindgen/ci/
H A Dtest.bat13 echo Found a test with an #include directive of a system header file!
16 echo file, let alone the same version of it that you have. Any test with such an

Completed in 18 milliseconds

1...<<111112113114115116117118119120>>...354