HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1801 - 1825 of 2555) sorted by null

<<71727374757677787980>>

  /external/protobuf/
ltmain.sh 16 # if you distribute this file as part of a program or library that
17 # is built using GNU Libtool, you may include this file under the
26 # along with GNU Libtool; see the file COPYING. If not, a copy
50 # compile compile a source file into a libtool object
147 # func_dirname_and_basename file append nondir_replacement
150 # dirname: Compute the dirname of FILE. If nonempty,
154 # basename: Compute filename of FILE.
336 # mkdir can fail with a `File exist' error if two processes
890 # func_lalib_p file
891 # True iff FILE is a libtool `.la' library or `.lo' object file
    [all...]
  /device/moto/wingray/libaudio/
AudioPostProcessor.cpp 5 ** you may not use this file except in compliance with the License.
240 // Offset to the 16K (WB) block in the coefficients file
253 FILE * fp = fopen("/system/etc/voip_aud_params.bin", "r");
256 ALOGE("Cannot read VOIP parameter file. Disabling EC/NS.");
265 ALOGE("Cannot open VOIP parameter file. Disabling EC/NS.");
587 FILE * fp;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 0 /** \file
200 typedef FILE * ANTLR3_FDSC;
244 /* Include configure generated header file
413 typedef FILE * ANTLR3_FDSC;
  /external/blktrace/
blkiomon.c 69 FILE *fp;
76 static FILE *ifp;
600 "[ -h <file> | --human-readable=<file> ]\n" \
601 "[ -b <file> | --binary=<file> ]\n" \
602 "[ -D <file> | --debug=<file> ]\n" \
608 "\t-h Human-readable output file.\n" \
609 "\t-b Binary output file.\n"
    [all...]
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 3 // found in the LICENSE file.
39 file_thread_(BrowserThread::FILE, &message_loop_) {
172 // Safe download, download finishes BEFORE file name determined.
173 // Renamed twice (linear path through UI). Crdownload file does not need
177 // Dangerous download (file is dangerous or download URL is not safe or both),
178 // download finishes BEFORE file name determined. Needs to be renamed only
186 // Safe download, download finishes AFTER file name determined.
190 // Dangerous download, download finishes AFTER file name determined.
222 // file dialog.
324 // select file dialog
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
prefix_set_unittest.cc 3 // found in the LICENSE file.
67 // Generate a |PrefixSet| file from |shared_prefixes_|, store it in
68 // a temporary file, and return the filename in |filenamep|.
87 static void IncrementIntAt(FILE* fp, long offset, int inc) {
100 // the file's contents. |fp| should be opened in r+ mode.
101 static void CleanChecksum(FILE* fp) {
134 file_util::ScopedFILE file(file_util::OpenFile(filename, "r+b"));
135 IncrementIntAt(file.get(), offset, inc);
136 CleanChecksum(file.get());
137 file.reset()
    [all...]
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 3 // found in the LICENSE file.
319 // Path of the file to open.
344 // Path of the file to save.
355 BrowserThread::FILE, FROM_HERE,
359 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 3 // found in the LICENSE file.
78 file_thread_(BrowserThread::FILE, &message_loop_) {}
244 // where the entire file is rewritten.
361 // This tests that the file is written correctly by reading it in using
376 // Initialize the visited link DB. Since the visited links file doesn't exist
585 file_thread_(BrowserThread::FILE, &message_loop_) {}
587 // This ends up using the file thread to schedule the delete.
  /external/dhcpcd/
if-linux.c 64 FILE *fp;
90 FILE *fp;
  /external/dropbear/libtommath/
tommath.h 537 int mp_fread(mp_int *a, int radix, FILE *stream);
538 int mp_fwrite(mp_int *a, int radix, FILE *stream);
  /external/e2fsprogs/ext2ed/
general_com.c 5 A part of the extended file system 2 disk editor.
856 FILE *fp;
885 FILE *fp;
  /external/iproute2/ip/
ipntable.c 354 FILE *fp = (FILE*)arg;
  /external/iproute2/tc/
q_cbq.c 437 static int cbq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
556 static int cbq_print_xstats(struct qdisc_util *qu, FILE *f, struct rtattr *xstats)
  /external/jpeg/
jpeglib.h 5 * 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 defines the application interface for the JPEG library.
9 * Most applications using the library need only include this file,
50 * If you happen to run across such a file, you can up D_MAX_BLOCKS_IN_MCU
51 * to handle it. We even let you do this from the jconfig.h file. However,
90 * the table is created, and set TRUE when it's been output to the file.
106 * the table is created, and set TRUE when it's been output to the file.
182 /* The script for encoding a multiple-scan file is an array of these: */
198 unsigned int original_length; /* # bytes of data in the file */
    [all...]
ltmain.sh 2 # NOTE: Changing this file will not affect anything until you rerun ltconfig.
22 # distribute this file as part of a program that contains a
224 # Get the compilation command and the source file.
247 # Accept the current argument as the source file.
278 # Recognize several different file suffixes.
815 $echo "$modename: you must specify an output file" 1>&2
821 $echo "$modename: output file \`$output' must have no directory components" 1>&2
869 # Nullify the symbol file.
1068 # Nullify the symbol file.
1116 # Exit if we aren't doing a library object file
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 19 - delete output file if quit before calling any writepng routines
48 The contents of this file are DUAL-LICENSED. You may modify and/or
157 FILE *keybd;
160 FILE *tmpfile; /* or we could just use keybd, since no overlap */
192 * looks correct on the user's display system, its file gamma is the
268 " warning: file gammas are usually less than 1.0\n");
329 fprintf(stderr, PROGNAME ": can't open input file [%s]\n", inname);
339 ": input file [%s] is not a binary PGM, PPM or PAM file\n",
377 fprintf(stderr, PROGNAME ": output file exists [%s]\n"
    [all...]
  /external/libxml2/include/libxml/
xpathInternals.h 351 const char *file,
361 xmlXPathDebugDumpObject (FILE *output,
365 xmlXPathDebugDumpCompExpr(FILE *output,
  /external/libxml2/
xmllint.c 106 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
557 * Displays the associated file and line informations for the current input
632 * Display and format an error messages, gives file, line, position and
669 * Display and format a warning messages, gives file, line, position and
707 * Display and format an validity error messages, gives file,
744 * Display and format a validity warning messages, gives file, line,
830 static int myRead(FILE *f, char * buf, int len) {
833 static void myClose(FILE *f) {
    [all...]
  /external/linux-tools-perf/util/scripting-engines/
trace-event-python.c 368 FILE *fp;
442 FILE *ofp;
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 656 FILE* f = fopen( filename, "w" );
707 FILE* f = fopen( filename, "r" );
  /external/openssl/
e_os.h 66 * to the outside; this file e_os.h is not part of the exported
314 FILE *__iob_func();
328 extern FILE *_imp___iob;
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 5 * 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 defines the application interface for the JPEG library.
9 * Most applications using the library need only include this file,
50 * If you happen to run across such a file, you can up D_MAX_BLOCKS_IN_MCU
51 * to handle it. We even let you do this from the jconfig.h file. However,
90 * the table is created, and set TRUE when it's been output to the file.
106 * the table is created, and set TRUE when it's been output to the file.
182 /* The script for encoding a multiple-scan file is an array of these: */
198 unsigned int original_length; /* # bytes of data in the file */
    [all...]
ltmain.sh 2 # NOTE: Changing this file will not affect anything until you rerun ltconfig.
22 # distribute this file as part of a program that contains a
224 # Get the compilation command and the source file.
247 # Accept the current argument as the source file.
278 # Recognize several different file suffixes.
815 $echo "$modename: you must specify an output file" 1>&2
821 $echo "$modename: output file \`$output' must have no directory components" 1>&2
869 # Nullify the symbol file.
1068 # Nullify the symbol file.
1116 # Exit if we aren't doing a library object file
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 24 /* This file provides a general interface for SDL to read and write
34 /* Functions to read/write Win32 API file pointers */
66 /* "r" = reading, file must exist */
67 /* "w" = writing, truncate existing, file may not exist */
68 /* "r+"= reading or writing, file must exist */
69 /* "a" = writing, append file may not exist */
70 /* "a+"= append + read, file may not exist */
71 /* "w+" = read, write, truncate. file may not exist */
132 SDL_SetError("win32_file_seek: invalid context/file not opened");
261 /* Functions to read/write stdio file pointers *
    [all...]
  /external/qemu/target-i386/
cpu.h 707 void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt,

Completed in 1530 milliseconds

<<71727374757677787980>>