Home
last modified time | relevance | path

Searched refs:file (Results 2851 - 2875 of 4875) sorted by relevance

1...<<111112113114115116117118119120>>...195

/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture_internals.h32 const char* file, unsigned int line);
/third_party/cups-filters/filter/
H A Dpdf.h42 void pdf_write(pdf_t *doc, FILE *file);
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A DMakefile17 # 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 Dtextfile.h20 * 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 Dnfs_node.h72 /* 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 Dinput.h2 * \file include/input.h
66 int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode);
H A Doutput.h2 * \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 Duprinter.h36 UPrinter(FILE *file, const char *locale, const char *encoding, UBool transliterateNonPrintable=true);
/third_party/libuv/docs/code/spawn/
H A Dmain.c24 options.file = "mkdir"; in main()
/third_party/libsnd/src/
H A Dwindows.c20 ** 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 DAbstractPhonePrefixDataIOHandler.java5 * 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 DPhonePrefixDataIOHandler.java5 * 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 Dmain.c18 options.file = "sleep"; in main()
/third_party/mbedtls/tests/scripts/
H A Dgen_gcm_encrypt.pl10 # 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 Dgen_pkcs1_v21_sign_verify.pl7 # 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 Dcheck-generated-files.sh15 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 Dtst_process_state.h73 int tst_process_state_wait(const char *file, const int lineno,
H A Dtst_clone.h29 pid_t safe_clone(const char *file, const int lineno,
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
H A Dlibcontrollers.h25 /* 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 Dbrw_fs_lower_pack.cpp39 assert(inst->dst.file == VGRF); in lower_pack()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDebug.h47 AssertFail(const char *expr, const char *file, unsigned line, const char *function);
/third_party/node/test/parallel/
H A Dtest-repl-recoverable.js12 function customEval(code, context, file, cb) {
/third_party/node/benchmark/url/
H A Durl-format.js7 file: { protocol: 'file:', pathname: '/foo' },
/third_party/ltp/testcases/kernel/syscalls/flock/
H A Dflock01.c10 #include <sys/file.h>
/third_party/lz4/contrib/meson/meson/
H A DGetLz4LibraryVersion.py7 # LICENSE file in the root directory of this source tree) and the GPLv2 (found
8 # in the COPYING file in the root directory of this source tree).
32 parser.add_argument('file', help='path to lib/lz4.h')
34 version_tuple = find_version_tuple(args.file)

Completed in 9 milliseconds

1...<<111112113114115116117118119120>>...195