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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 7 This file is part of GCC.
80 /* All SVR4 targets use the ELF object file format. */
86 #define ASM_OUTPUT_IDENT(FILE, NAME) \
87 fprintf (FILE, "%s\"%s\"\n", IDENT_ASM_OP, NAME);
94 /* Most svr4 assemblers want a .file directive at the beginning of
95 their input file. */
104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \
105 fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
137 ASM_OUTPUT_ALIGN ((FILE), 2)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 7 This file is part of GCC.
80 /* All SVR4 targets use the ELF object file format. */
86 #define ASM_OUTPUT_IDENT(FILE, NAME) \
87 fprintf (FILE, "%s\"%s\"\n", IDENT_ASM_OP, NAME);
94 /* Most svr4 assemblers want a .file directive at the beginning of
95 their input file. */
104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \
105 fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
137 ASM_OUTPUT_ALIGN ((FILE), 2)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 7 This file is part of GCC.
80 /* All SVR4 targets use the ELF object file format. */
86 #define ASM_OUTPUT_IDENT(FILE, NAME) \
87 fprintf (FILE, "%s\"%s\"\n", IDENT_ASM_OP, NAME);
94 /* Most svr4 assemblers want a .file directive at the beginning of
95 their input file. */
104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \
105 fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
137 ASM_OUTPUT_ALIGN ((FILE), 2)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/
elfos.h 7 This file is part of GCC.
84 /* All SVR4 targets use the ELF object file format. */
90 #define ASM_OUTPUT_IDENT(FILE, NAME) \
91 fprintf (FILE, "%s\"%s\"\n", IDENT_ASM_OP, NAME);
98 /* Most svr4 assemblers want a .file directive at the beginning of
99 their input file. */
108 #define ASM_OUTPUT_SKIP(FILE, SIZE) \
109 fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
140 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
141 ASM_OUTPUT_ALIGN ((FILE), 2)
    [all...]
  /external/chromium/base/memory/
scoped_handle.h 3 // found in the LICENSE file.
18 explicit ScopedStdioHandle(FILE* handle)
32 FILE* get() const { return handle_; }
34 FILE* Take() {
35 FILE* temp = handle_;
40 void Set(FILE* newhandle) {
46 FILE* handle_;
  /external/compiler-rt/test/timing/
time 5 file=$2
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
18 echo "$FILE failed to compile"
25 for FILE in $(ls *.c); do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
  /frameworks/compile/libbcc/runtime/test/timing/
time 5 file=$2
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
18 echo "$FILE failed to compile"
25 for FILE in $(ls *.c); do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
  /bionic/libc/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
173 #define __SIGN 0x8000 /* ignore this file in _fwalk */
208 #define SEEK_SET 0 /* set file offset to offset */
211 #define SEEK_CUR 1 /* set file offset to current plus offset */
214 #define SEEK_END 2 /* set file offset to EOF plus offset */
225 void clearerr(FILE *);
    [all...]
  /development/ndk/platforms/android-3/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /development/ndk/platforms/android-8/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 1 /* DO NOT EDIT THIS FILE.
8 original, manufacturer supplied header file. */
87 typedef off_t fpos_t; /* stdio file position type */
112 * try to write or read from a file that is in `read' or `write' mode.
132 short _flags; /* flags, below; this FILE is free if 0 */
160 } FILE;
163 extern FILE __sF[];
216 #define SEEK_SET 0 /* set file offset to offset */
219 #define SEEK_CUR 1 /* set file offset to current plus offset */
222 #define SEEK_END 2 /* set file offset to EOF plus offset *
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 1 /* DO NOT EDIT THIS FILE.
8 original, manufacturer supplied header file. */
87 typedef off_t fpos_t; /* stdio file position type */
112 * try to write or read from a file that is in `read' or `write' mode.
132 short _flags; /* flags, below; this FILE is free if 0 */
160 } FILE;
163 extern FILE __sF[];
216 #define SEEK_SET 0 /* set file offset to offset */
219 #define SEEK_CUR 1 /* set file offset to current plus offset */
222 #define SEEK_END 2 /* set file offset to EOF plus offset *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 1 /* DO NOT EDIT THIS FILE.
8 original, manufacturer supplied header file. */
87 typedef off_t fpos_t; /* stdio file position type */
112 * try to write or read from a file that is in `read' or `write' mode.
132 short _flags; /* flags, below; this FILE is free if 0 */
160 } FILE;
163 extern FILE __sF[];
216 #define SEEK_SET 0 /* set file offset to offset */
219 #define SEEK_CUR 1 /* set file offset to current plus offset */
222 #define SEEK_END 2 /* set file offset to EOF plus offset *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 1 /* DO NOT EDIT THIS FILE.
8 original, manufacturer supplied header file. */
87 typedef off_t fpos_t; /* stdio file position type */
112 * try to write or read from a file that is in `read' or `write' mode.
132 short _flags; /* flags, below; this FILE is free if 0 */
160 } FILE;
163 extern FILE __sF[];
216 #define SEEK_SET 0 /* set file offset to offset */
219 #define SEEK_CUR 1 /* set file offset to current plus offset */
222 #define SEEK_END 2 /* set file offset to EOF plus offset *
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */
103 * try to write or read from a file that is in `read' or `write' mode.
123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE;
154 extern FILE __sF[];
207 #define SEEK_SET 0 /* set file offset to offset */
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
213 #define SEEK_END 2 /* set file offset to EOF plus offset */
224 void clearerr(FILE *);
225 int fclose(FILE *);
    [all...]

Completed in 1442 milliseconds

12 3 4 5 6 7 8 91011>>