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

<<31323334353637383940>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
93 extern void clearerr_unlocked (FILE *);
100 extern int feof_unlocked (FILE *);
107 extern int fileno_unlocked (FILE *);
114 extern int fflush_unlocked (FILE *);
121 extern int fgetc_unlocked (FILE *);
128 extern char *fgets_unlocked (char *, int, FILE *);
135 extern int fputs_unlocked (const char *, FILE *);
142 extern int ferror_unlocked (FILE *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 7 This file is part of GCC.
20 along with GCC; see the file COPYING3. If not see
97 extern void clearerr_unlocked (FILE *);
104 extern int feof_unlocked (FILE *);
111 extern int fileno_unlocked (FILE *);
118 extern int fflush_unlocked (FILE *);
125 extern int fgetc_unlocked (FILE *);
132 extern char *fgets_unlocked (char *, int, FILE *);
139 extern int fputs_unlocked (const char *, FILE *);
146 extern int ferror_unlocked (FILE *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 7 This file is part of GCC.
20 along with GCC; see the file COPYING3. If not see
97 extern void clearerr_unlocked (FILE *);
104 extern int feof_unlocked (FILE *);
111 extern int fileno_unlocked (FILE *);
118 extern int fflush_unlocked (FILE *);
125 extern int fgetc_unlocked (FILE *);
132 extern char *fgets_unlocked (char *, int, FILE *);
139 extern int fputs_unlocked (const char *, FILE *);
146 extern int ferror_unlocked (FILE *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 7 This file is part of GCC.
20 along with GCC; see the file COPYING3. If not see
97 extern void clearerr_unlocked (FILE *);
104 extern int feof_unlocked (FILE *);
111 extern int fileno_unlocked (FILE *);
118 extern int fflush_unlocked (FILE *);
125 extern int fgetc_unlocked (FILE *);
132 extern char *fgets_unlocked (char *, int, FILE *);
139 extern int fputs_unlocked (const char *, FILE *);
146 extern int ferror_unlocked (FILE *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 10 This file is part of GCC.
23 along with GCC; see the file COPYING3. If not see
29 /* We can't use enum machine_mode inside a generator file because it
255 /* FPU is has the full VFPv3/NEON register file of 32 D registers. */
556 cover file to be TARGET_BIG_ENDIAN. */
803 #define ASM_FPRINTF_EXTENSIONS(FILE, ARGS, P) \
805 fputs (ASM_COMMENT_START, FILE); \
809 fputs (REGISTER_PREFIX, FILE); \
810 fputs (reg_names [va_arg (ARGS, int)], FILE); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 10 This file is part of GCC.
23 along with GCC; see the file COPYING3. If not see
29 /* We can't use enum machine_mode inside a generator file because it
255 /* FPU is has the full VFPv3/NEON register file of 32 D registers. */
556 cover file to be TARGET_BIG_ENDIAN. */
803 #define ASM_FPRINTF_EXTENSIONS(FILE, ARGS, P) \
805 fputs (ASM_COMMENT_START, FILE); \
809 fputs (REGISTER_PREFIX, FILE); \
810 fputs (reg_names [va_arg (ARGS, int)], FILE); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 10 This file is part of GCC.
23 along with GCC; see the file COPYING3. If not see
29 /* We can't use enum machine_mode inside a generator file because it
255 /* FPU is has the full VFPv3/NEON register file of 32 D registers. */
556 cover file to be TARGET_BIG_ENDIAN. */
803 #define ASM_FPRINTF_EXTENSIONS(FILE, ARGS, P) \
805 fputs (ASM_COMMENT_START, FILE); \
809 fputs (REGISTER_PREFIX, FILE); \
810 fputs (reg_names [va_arg (ARGS, int)], FILE); \
    [all...]
  /bionic/libc/stdio/
fgets.c 39 * Read at most n-1 characters from the given file.
45 fgets(char *buf, int n, FILE *fp)
  /development/tools/jdwpspy/
Common.h 87 * Print a hex dump to the specified file pointer.
98 void printHexDumpEx(FILE* fp, const void* vaddr, size_t length,
  /development/tools/yuv420sp2rgb/
debug.h 88 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
  /device/moto/stingray/whisper/
Whisper_AccyMain.h 91 extern FILE *logFp;
  /external/bison/build-aux/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
25 # distribute this file as part of a program that contains a
29 # This file is maintained in Automake, please report
35 echo "$0: No file. Try \`$0 --help' for more information." 1>&2
40 Usage: mdate-sh [--help] [--version] FILE
42 Pretty-print the modification time of FILE.
72 # Find out how to get the extended ls output of a file or directory.
118 # Get the extended ls output of the file or directory.
129 # $1 = file size
197 # eval: (add-hook 'write-file-hooks 'time-stamp
    [all...]
  /external/bison/lib/
bitsetv-print.c 30 bitsetv_matrix_dump (FILE * out, const char *title, bitsetv bset)
  /external/bison/src/
muscle_tab.h 4 This file is part of Bison, the GNU Compiler Compiler.
17 along with Bison; see the file COPYING. If not, write to
106 void muscles_m4_output (FILE *out);
symtab.h 6 This file is part of Bison, the GNU Compiler Compiler.
19 along with Bison; see the file COPYING. If not, write to
98 void symbol_print (symbol *s, FILE *f);
  /external/blktrace/
blkrawverify.c 104 static void dump_trace(FILE *ofp, char *prefix, struct blk_io_trace *bit)
121 static int process(FILE **fp, char *devname, char *file, unsigned int cpu)
144 FILE *ifp, *ofp;
155 ifp = fopen(file, "r");
248 file, errno, strerror(errno));
281 FILE *ofp;
verify_blkparse.c 16 FILE *f;
22 fprintf(stderr, "%s: file\n", argv[0]);
  /external/blktrace/btt/
aqd.c 28 FILE *fp;
args.c 77 .name = "input-file",
113 .name = "output-file",
215 "[ -i <input name> | --input-file=<input name> ]\n" \
221 "[ -o <output name> | --output-file=<output name> ]\n" \
244 static FILE *setup_ofile(char *fname)
248 FILE *ofp = my_fopen(fname, "w");
267 static FILE *std_open(char *output_name, char *sfx, char *msg)
269 FILE *fp;
devmap.c 67 FILE *fp = my_fopen(fname, "r");
unplug_hist.c 67 FILE *fp;
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 3 // found in the LICENSE file.
25 // Extension used for backup files (copy of main file created during startup).
136 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)),
141 BrowserThread::FILE, FROM_HERE, new BackupTask(writer_.path()));
158 BrowserThread::FILE, FROM_HERE, new LoadTask(path, this, details_.get()));
163 // from generated bookmarks file.
185 // This is used when migrating bookmarks data from database to file.
186 // History wrote the file for us, and now we want to load data from it.
212 // The file doesn't exist. This means one of two things:
217 // bookmarks to a file for us
    [all...]
  /external/chromium/chrome/browser/chromeos/
google_update_chromeos.cc 3 // found in the LICENSE file.
36 // it run in the file thread.
38 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 3 // found in the LICENSE file.
27 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 3 // found in the LICENSE file.
65 BrowserThread::FILE, FROM_HERE,
75 BrowserThread::FILE, FROM_HERE,
84 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
118 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));

Completed in 1788 milliseconds

<<31323334353637383940>>