| /third_party/curl/tests/ |
| H A D | test1132.pl | 11 # This software is licensed as described in the file COPYING, which 17 # furnished to do so, under the terms of the COPYING file. 39 my ($file) = @_; 44 print STDERR "checking $file...\n"; 46 open(my $f, "<", "$file"); 75 print STDERR "$file doesn't include \"memdebug.h\"!\n"; 78 print STDERR "$file doesn't include \"curl_memory.h\"!\n";
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | lut3d.h | 5 * This file is part of FFmpeg. 63 char *file; member
|
| /third_party/gn/src/gn/ |
| H A D | import_manager.h | 3 // found in the LICENSE file. 27 // Does an import of the given file into the given scope. On error, sets the 29 bool DoImport(const SourceFile& file,
|
| /third_party/cJSON/tests/unity/extras/fixture/src/ |
| H A D | unity_fixture_internals.h | 32 const char* file, unsigned int line);
|
| /third_party/cups-filters/filter/ |
| H A D | pdf.h | 42 void pdf_write(pdf_t *doc, FILE *file);
|
| /third_party/icu/icu4c/source/samples/ufortune/resources/ |
| H A D | Makefile | 17 # genrb compiles a resource source file (.txt) into 18 # a binary .res file. 38 # target file for resource bundle - this must be set, or 'make all' won't 48 # keep in sync with the file RESLIST 52 RESLIST=res-file-list.txt
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | textfile.h | 20 * This class implements access to a text data file located in the 26 * Open a file with the given name, in the given encoding, in the 36 * this file's encoding to Unicode. The EOL character(s) are not 62 FileStream* file; member in TextFile
|
| /third_party/NuttX/fs/nfs/ |
| H A D | nfs_node.h | 72 /* There is a unique nfsnode allocated for each active file. An nfsnode is 73 * 'named' by its file handle. 81 uint8_t n_fhsize; /* Size in bytes of the file handle */ 82 uint8_t n_pfhsize; /* Size in bytes of the file handle of parent */ 90 uint64_t n_size; /* Current size of file */ 91 int n_oflags; /* Flags provided when file was opened */ 93 struct file *n_filep; /* File pointer from VFS */
|
| /third_party/alsa-lib/include/ |
| H A D | input.h | 2 * \file include/input.h 66 int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode);
|
| H A D | output.h | 2 * \file include/output.h 66 int snd_output_stdio_open(snd_output_t **outputp, const char *file, const char *mode);
|
| /third_party/icu/tools/colprobe/ |
| H A D | uprinter.h | 36 UPrinter(FILE *file, const char *locale, const char *encoding, UBool transliterateNonPrintable=true);
|
| /third_party/libuv/docs/code/spawn/ |
| H A D | main.c | 24 options.file = "mkdir"; in main()
|
| /third_party/libsnd/src/ |
| H A D | windows.c | 20 ** This needs to be a separate file so that we don't have to include 63 psf->file.mode = mode ; in sf_wchar_open()
|
| /third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
| H A D | AbstractPhonePrefixDataIOHandler.java | 5 * you may not use this file except in compliance with the License. 33 * Adds the provided file to a global output that can be for example a JAR. 37 abstract void addFileToOutput(File file) throws IOException; in addFileToOutput() argument 40 * Creates a new file from the provided path. 50 * Closes the provided file and logs any potential IOException.
|
| H A D | PhonePrefixDataIOHandler.java | 5 * you may not use this file except in compliance with the License. 47 * <p>This would be the place dealing with the addition of the provided file to the resulting JAR 51 public void addFileToOutput(File file) { in addFileToOutput() argument
|
| /third_party/libuv/docs/code/detach/ |
| H A D | main.c | 18 options.file = "sleep"; in main()
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | gen_gcm_encrypt.pl | 10 # not use this file except in compliance with the License. 23 my $file = shift; 25 open(TEST_DATA, "$file") or die "Opening test cases '$file': $!";
|
| H A D | gen_pkcs1_v21_sign_verify.pl | 7 # not use this file except in compliance with the License. 20 my $file = shift; 22 open(TEST_DATA, "$file") or die "Opening test cases '$file': $!";
|
| H A D | check-generated-files.sh | 15 This script checks that all generated file are up-to-date. If some aren't, by 57 # list of files in the directory. Running SCRIPT must not modify any file 59 # If $UPDATE is empty, abort with an error status if a file is modified. 90 # Move the original file back so that $FILE's timestamp doesn't 150 # fully reviewed and the build scripts support a generated header file.)
|
| /third_party/ltp/include/ |
| H A D | tst_process_state.h | 73 int tst_process_state_wait(const char *file, const int lineno,
|
| H A D | tst_clone.h | 29 pid_t safe_clone(const char *file, const int lineno,
|
| /third_party/ltp/testcases/kernel/controllers/libcontrollers/ |
| H A D | libcontrollers.h | 25 /* Description: This file contains the declarations for the functions and */ 69 int write_to_file (char * file, const char* mode, unsigned int value);
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_lower_pack.cpp | 39 assert(inst->dst.file == VGRF); in lower_pack()
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | Debug.h | 47 AssertFail(const char *expr, const char *file, unsigned line, const char *function);
|
| /third_party/node/test/parallel/ |
| H A D | test-repl-recoverable.js | 12 function customEval(code, context, file, cb) {
|