Searched refs:file (Results 326 - 350 of 3694) sorted by relevance

<<11121314151617181920>>

/external/iputils/
H A Dtftp.h71 #define ENOTFOUND 1 /* file not found */
76 #define EEXISTS 6 /* file already exists */
80 extern int readit(FILE * file, struct tftphdr **dpp, int convert);
81 extern void read_ahead(FILE *file, int convert);
82 extern int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert);
83 extern int write_behind(FILE *file, int convert);
/external/libjpeg-turbo/
H A Djinclude.h4 * This file was part of the Independent JPEG Group's software:
8 * For conditions of distribution and use, see the accompanying README file.
10 * This file exists to provide a single place to fix any problems with
13 * you may have to edit this file.)
15 * NOTE: this file is NOT intended to be included by applications using the
20 /* Include auto-config file to find out which system include files we need. */
80 #define JFREAD(file,buf,sizeofbuf) \
81 ((size_t) fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
82 #define JFWRITE(file,buf,sizeofbuf) \
83 ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
[all...]
/external/libmtp/examples/
H A Dgetfile.c2 * \file getfile.c
3 * Example program to retrieve a file off the device.
48 printf("\nError getting file from MTP device.\n");
60 char *file; local
62 // We need file ID and filename
74 fprintf(stderr, "bad file/track id %u\n", id);
79 file = argv[2];
80 printf("Getting file/track %d to local file %s\n", id, file);
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_loc.s4 .file 1 "hello"
5 # CHECK: .file 1 "hello"
/external/llvm/test/MC/ELF/
H A Ddebug-line.s4 // llvm-dwarfdump, but it cannot parse this particular object file. The content
38 .file 1 "foo.c"
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
52 debug_calloc(const char *file, unsigned line, const char *function,
56 debug_free(const char *file, unsigned line, const char *function,
60 debug_realloc(const char *file, unsigned line, const char *function,
/external/opencv3/3rdparty/libjpeg/
H A Djinclude.h5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file exists to provide a single place to fix any problems with
11 * you may have to edit this file.)
13 * NOTE: this file is NOT intended to be included by applications using the
18 /* Include auto-config file to find out which system include files we need. */
88 #define JFREAD(file,buf,sizeofbuf) \
89 ((size_t) fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
90 #define JFWRITE(file,buf,sizeofbuf) \
91 ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
[all...]
/external/opencv3/modules/viz/test/
H A Dtest_precomp.cpp20 cv::String cv::Path::change_extension(const String& file, const String& ext) argument
22 String::size_type pos = file.find_last_of('.');
23 return pos == String::npos ? file : file.substr(0, pos+1) + ext;
/external/pcre/dist/
H A Dar-lib24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
43 # Convert a $build file to $host form and store it in $file
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
66 file=`cmd //C echo "$file " | se
[all...]
/external/pdfium/third_party/libjpeg/
H A Djinclude.h5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file exists to provide a single place to fix any problems with
11 * you may have to edit this file.)
13 * NOTE: this file is NOT intended to be included by applications using the
18 /* Include auto-config file to find out which system include files we need. */
100 #define JFREAD(file,buf,sizeofbuf) \
101 ((size_t) FXSYS_fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
102 #define JFWRITE(file,buf,sizeofbuf) \
103 ((size_t) FXSYS_fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
[all...]
/external/selinux/libselinux/utils/
H A Dselabel_partial_match.c13 "usage: %s [-v] -p <path> [-f file]\n\n"
17 " against a regex entry in the file_contexts file.\n\t"
18 "-f Optional file_contexts file (defaults to current policy).\n\n"
31 char *validate = NULL, *path = NULL, *file = NULL; local
35 { SELABEL_OPT_PATH, file },
45 file = optarg;
58 selabel_option[0].value = file;
/external/strace/
H A Dflock.c32 #include <sys/file.h>
/external/toybox/tests/
H A Dsplit.test13 seq 1 12345 > file
14 testing "split file" "split file && ls xa[a-z] | wc -l" "13\n" "" ""
17 testing "split -l" "split file -l 10k && wc -l xab" "2105 xab\n" "" ""
21 "split file -l 10 -a 1 walrus 2>/dev/null || ls walrus* | wc -l" "26\n" "" ""
31 rm file whang*
/external/vogar/src/vogar/tasks/
H A DRetrieveFilesTask.java5 * you may not use this file except in compliance with the License.
45 for (File file : run.target.ls(source)) {
46 if (filenameFilter.accept(file)) {
47 run.log.info("Moving " + file + " to " + destination);
49 run.target.pull(file, destination);
/external/webrtc/webrtc/modules/audio_processing/logging/
H A Daec_logging_file_handling.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
24 // Opens a new Wav file for writing. If it was already open with a different
33 void WebRtcAec_RawFileOpen(const char* name, int instance_index, FILE** file);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
36 explicit ResourceFileReader(FILE* file) : file_(file) {} argument
51 explicit OutputFileWriter(FILE* file) : file_(file) {} argument
/external/xmp_toolkit/XMPCore/
H A DAndroid.mk9 # The name of the jar file to create.
12 # Build a static jar file.
/external/elfutils/tests/
H A Dline2addr.c2 This file is part of elfutils.
4 This file is free software; you can redistribute it and/or modify
63 char *file; member in struct:args
79 if (dwfl_module_getsrc_file (mod, a->file, a->line, 0, &lines, &nlines) == 0)
85 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col, local
87 if (file != NULL)
93 if (strcmp (file, a->file) || line != a->line || col != 0)
95 file, line);
99 || strcmp (file,
[all...]
/external/libmicrohttpd/src/examples/
H A Dfileserver_example_dirs.c2 This file is part of libmicrohttpd
21 * @file fileserver_example.c
36 FILE *file = cls; local
38 (void) fseek (file, pos, SEEK_SET);
39 return fread (buf, 1, max, file);
45 FILE *file = cls; local
46 fclose (file);
90 FILE *file; local
106 file = fopen (&url[1], "rb");
108 file
[all...]
H A Dfileserver_example_external_select.c2 This file is part of libmicrohttpd
20 * @file fileserver_example_external_select.c
35 FILE *file = cls; local
37 (void) fseek (file, pos, SEEK_SET);
38 return fread (buf, 1, max, file);
44 FILE *file = cls; local
45 fclose (file);
60 FILE *file; local
74 file = fopen (&url[1], "rb");
76 file
[all...]
/external/proguard/src/proguard/
H A DUpToDateChecker.java122 * Updates the input modification time based on the given file or
125 public void updateInputModificationTime(File file) argument
127 if (file != null)
129 updateModificationTime(file, false);
135 * Updates the input modification time based on the given file or
138 public void updateOutputModificationTime(File file) argument
140 if (file != null && file.getName().length() > 0)
142 updateModificationTime(file, true);
148 * Updates the specified modification time based on the given file o
151 updateModificationTime(File file, boolean isOutput) argument
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputFile.java42 public TestCaseInputFile(String file) { argument
43 this.fileName = file;
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/
H A Drun_tests.js10 fs.readdirSync(fixturesDir).forEach(function (file) {
11 mocha.addFile(path.join(fixturesDir, file));
/external/fio/
H A Dtrim.c21 if (io_u->file)
32 io_u->file = ipo->file;
50 if (!fio_file_open(io_u->file)) {
51 int r = td_io_open_file(td, io_u->file);
54 dprint(FD_VERIFY, "failed file %s open\n",
55 io_u->file->file_name);
60 get_file(io_u->file);
61 assert(fio_file_open(io_u->file));
/external/iw/
H A Dvendor.c16 static int read_file(FILE *file, char *buf, size_t size) argument
20 while ((data = fgetc(file)) != EOF) {
56 FILE *file = NULL; local
70 file = stdin;
72 file = fopen(argv[2], "r");
77 if (file) {
78 count = read_file(file, buf, sizeof(buf));
79 fclose(file);

Completed in 1073 milliseconds

<<11121314151617181920>>