| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
| H A D | Checker.java | 130 public void setMapper(InputFile file) in setMapper() argument 132 ngrams.setMapper(file); in setMapper()
|
| /third_party/libsnd/examples/ |
| H A D | sndfile-loopify.c | 34 ** A quick/rough hack to add SF_INSTRUMENT data to a file. It compiles, but 56 printf ("\nUsage : %s <input file> <output file>\n", progname) ; in usage_exit() 93 { printf ("Not able to open input file %s.\n", infilename) ; in main() 99 /* Open the output file. */ in main() 101 { printf ("Not able to open output file %s : %s\n", outfilename, sf_strerror (NULL)) ; in main() 149 add_instrument_data (SNDFILE *file, const SF_INFO *info) in add_instrument_data() argument 168 if (sf_command (file, SFC_SET_INSTRUMENT, &instr, sizeof (instr)) == SF_FALSE) in add_instrument_data()
|
| /third_party/libsnd/Octave/ |
| H A D | sndfile_save.m | 14 ## along with this file. If not, write to the Free Software Foundation, 24 ## Description: Save data as a sound file
|
| H A D | sndfile_play.m | 14 ## along with this file. If not, write to the Free Software Foundation, 24 ## Description: Play the given data as a sound file
|
| /third_party/mbedtls/tests/src/ |
| H A D | psa_crypto_helpers.c | 0 /** \file psa_crypto_helpers.c 104 /** Name of the file where return statuses are logged by #RECORD_STATUS. */ 109 const char *file, int line, in mbedtls_test_record_status() 112 /* We open the log file on first use. in mbedtls_test_record_status() 113 * We never close the log file, so the record_status feature is not in mbedtls_test_record_status() 120 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status() 198 /* It's ok if the file was just created, or if it already exists. */ in mbedtls_test_inject_entropy_restore() 107 mbedtls_test_record_status(psa_status_t status, const char *func, const char *file, int line, const char *expr) mbedtls_test_record_status() argument
|
| /third_party/jinja2/ |
| H A D | _compat.py | 81 if isinstance(f, file): 87 if isinstance(f, file):
|
| /third_party/jerryscript/jerry-core/jrt/ |
| H A D | jrt.h | 4 * 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 D | util.h | 97 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 D | env_post.mk | 24 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 D | ssl_pkey.c | 4 // 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 D | IDcheck.sh | 96 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 D | zink_instance.py | 392 print(header, file=header_file) 397 print(impl, file=impl_file)
|
| /third_party/node/lib/internal/ |
| H A D | v8_prof_polyfill.js | 37 // 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.py | 81 if isinstance(f, file): 87 if isinstance(f, file):
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
| H A D | sha512-armv4.S | 4 @ 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 D | v8_presubmit_test.py | 4 # 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 D | logging.h | 7 * 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 D | utils.h | 21 * 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 D | dyndep.cc | 4 // 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 D | filestrm.cpp | 36 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 D | format-diff.js | 55 header(`deleted file mode ${modes.a}`) 57 header(`new file mode ${modes.b}`)
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aub_write.h | 81 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 D | test-common.c | 16 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 D | run.sh | 72 for file in `find -name run_auto.sh` 74 echo " `dirname $file `"
|
| /third_party/ltp/testscripts/ |
| H A D | test_realtime.sh | 72 for file in `find -name run_auto.sh` 74 printf " `dirname $file `\n"
|