HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 176 - 200 of 2118) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
output.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
57 and initialize some of the variables in this file
61 extern void final_start_function (rtx, FILE *, int);
69 extern void final (rtx, FILE *, int);
74 extern rtx final_scan_insn (rtx, FILE *, int, int, int *);
110 extern void output_addr_const (FILE *, rtx);
124 extern void asm_fprintf (FILE *file, const char *p, ...)
194 TOP_LEVEL is nonzero if this variable has file scope
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
output.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
57 and initialize some of the variables in this file
61 extern void final_start_function (rtx, FILE *, int);
69 extern void final (rtx, FILE *, int);
74 extern rtx final_scan_insn (rtx, FILE *, int, int, int *);
110 extern void output_addr_const (FILE *, rtx);
124 extern void asm_fprintf (FILE *file, const char *p, ...)
194 TOP_LEVEL is nonzero if this variable has file scope
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
output.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
57 and initialize some of the variables in this file
61 extern void final_start_function (rtx, FILE *, int);
69 extern void final (rtx, FILE *, int);
74 extern rtx final_scan_insn (rtx, FILE *, int, int, int *);
110 extern void output_addr_const (FILE *, rtx);
124 extern void asm_fprintf (FILE *file, const char *p, ...)
194 TOP_LEVEL is nonzero if this variable has file scope
    [all...]
  /bionic/libc/private/
resolv_static.h 23 FILE* hostf;
  /bionic/libc/stdio/
fprintf.c 38 fprintf(FILE *fp, const char *fmt, ...)
fscanf.c 38 fscanf(FILE *fp, const char *fmt, ...)
putw.c 38 putw(int w, FILE *fp)
stdio.c 46 FILE *fp = cookie;
61 FILE *fp = cookie;
72 FILE *fp = cookie;
88 return (close(((FILE *)cookie)->_file));
  /dalvik/vm/
Init.h 5 * you may not use this file except in compliance with the License.
38 * asked to optimize a DEX file holding fundamental classes.
66 int dvmFprintf(FILE* fp, const char* format, ...)
  /external/bison/lib/
bitsetv.h 54 extern void bitsetv_dump (FILE *, const char *, const char *, bitsetv);
timevar.h 82 extern void timevar_print (FILE *);
  /external/bison/src/
relation.h 4 This file is part of Bison, the GNU Compiler Compiler.
17 along with Bison; see the file COPYING. If not, write to
38 void relation_print (relation r, relation_node size, FILE *out);
  /external/chromium/chrome/browser/download/
download_file.cc 3 // found in the LICENSE file.
27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
56 " Base File = %s"
  /external/chromium/chrome/browser/policy/
asynchronous_policy_test_base.cc 3 // found in the LICENSE file.
18 file_thread_(BrowserThread::FILE, &loop_) {}
  /external/clang/test/PCH/
pr4489.c 14 typedef struct _IO_FILE FILE;
  /external/e2fsprogs/lib/ext2fs/
write_bb_file.c 2 * write_bb_file.c --- write a list of bad blocks to a FILE *
7 * This file may be redistributed under the terms of the GNU Public
19 FILE *f)
  /external/iproute2/misc/
ssfilter.h 19 int ssfilter_parse(struct ssfilter **f, int argc, char **argv, FILE *fp);
  /external/libnl-headers/netlink/
types.h 82 * File descriptor the dumping output should go to
84 FILE * dp_fd;
  /external/qemu/android/utils/
lineinput.h 22 /* Create a LineInput object that reads from a FILE* object */
23 LineInput* lineInput_newFromStdFile( FILE* file );
28 * Returns NULL in case of error, or when the end of file is reached.
44 /* Returns TRUE iff the end of file was reached */
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.cpp 4 // found in the LICENSE file.
29 FILE *file = fopen(TRACE_OUTPUT_FILE, "a"); local
31 if (file)
35 vfprintf(file, format, vararg);
38 fclose(file);
  /external/webkit/Source/WebCore/platform/network/curl/
FormDataStreamCurl.h 56 FILE* m_file;
  /frameworks/base/libs/hwui/
DisplayListLogBuffer.h 5 * you may not use this file except in compliance with the License.
35 void outputCommands(FILE *file, const char* opNames[]);
  /frameworks/base/tools/aapt/
SourcePos.h 12 String8 file; member in class:SourcePos
24 static void printErrors(FILE* to);
  /frameworks/base/tools/localize/
SourcePos.h 11 string file; member in class:SourcePos
23 static void PrintErrors(FILE* to);
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
FileFileFilter.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
23 * This filter accepts <code>File</code>s that are files (not directories).
29 * File dir = new File(".");
30 * String[] files = dir.list( FileFileFilter.FILE );
41 /** Singleton instance of file filter */
42 public static final IOFileFilter FILE = new FileFileFilter();
    [all...]

Completed in 600 milliseconds

1 2 3 4 5 6 78 91011>>