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

1 23 4 5 6 7 8 91011>>

  /external/skia/src/ports/
SkOSFile_stdio.cpp 6 ** you may not use this file except in compliance with the License.
47 size_t curr = ::ftell((FILE*)f); // remember where we are
48 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
49 size_t size = ::ftell((FILE*)f); // record the size
50 ::fseek((FILE*)f, (long)curr, SEEK_SET); // go back to our prev loc
57 ::rewind((FILE*)f);
58 // ::fseek((FILE*)f, 0, SEEK_SET);
67 size_t curr = ::ftell((FILE*)f);
69 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)))
    [all...]
  /external/icu4c/tools/toolutil/
writesrc.h 8 * file name: writesrc.h
27 * Create a source text file and write a header comment with the ICU copyright.
30 U_CAPI FILE * U_EXPORT2
34 * Create a source text file and write a header comment with the ICU copyright.
37 U_CAPI FILE * U_EXPORT2
48 usrc_writeArray(FILE *f,
59 usrc_writeUTrie2Arrays(FILE *f,
70 usrc_writeUTrie2Struct(FILE *f,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_print.h 33 FILE *fDebug; /* file to event debugs */
34 FILE *fPrint; /* file to event prints (Buffer) */
53 __print_Boundary(FILE *fOut,
57 __print_Buffer(FILE *fOut,
64 __print_Command(FILE *fOut,
71 __print_Create(FILE *fOut,
75 __print_Done(FILE *fOut,
79 __print_Log(FILE *fOut
    [all...]
  /ndk/tests/build/import-install/
build.sh 26 FILE=$DIR/$FILENAME
27 if [ ! -f "$FILE" ]; then
28 MISSING="$MISSING $FILE"
36 for FILE in $MISSING; do echo " $FILE"; done
  /sdk/emulator/qtools/
dmtrace.h 44 void write2LE(FILE* fstream, unsigned short val);
45 void write4LE(FILE* fstream, unsigned int val);
46 void write8LE(FILE* fstream, unsigned long long val);
47 void writeHeader(FILE *fstream, uint64_t startTime);
48 void writeDataRecord(FILE *fstream, int threadId,
51 void writeKeyFile(FILE *fstream);
52 void writeThreads(FILE *fstream);
53 void writeFunctions(FILE *fstream);
55 FILE *fData;
56 FILE *fTrace
    [all...]
  /bionic/libc/stdio/
clrerr.c 39 clearerr(FILE *fp)
fgetpos.c 40 fgetpos(FILE *fp, fpos_t *pos)
fputc.c 38 fputc(int c, FILE *fp)
fsetpos.c 40 fsetpos(FILE *iop, const fpos_t *pos)
fvwrite.h 48 extern int __sfvwrite(FILE *, struct __suio *);
local.h 48 int __sflush(FILE *);
49 int __sflush_locked(FILE *);
50 FILE *__sfp(void);
51 int __srefill(FILE *);
58 void __smakebuf(FILE *);
59 int __swhatbuf(FILE *, size_t *, int *);
60 int _fwalk(int (*)(FILE *));
61 int __swsetup(FILE *);
63 int __vfprintf(FILE *, const char *, __va_list);
69 * Return true if the given FILE cannot be written now
    [all...]
rewind.c 38 rewind(FILE *fp)
rget.c 43 __srget(FILE *fp)
setbuf.c 38 setbuf(FILE *fp, char *buf)
  /external/bison/src/
conflicts.h 4 This file is part of Bison, the GNU Compiler Compiler.
17 along with Bison; see the file COPYING. If not, write to the Free
28 void conflicts_output (FILE *out);
reduce.h 5 This file is part of Bison, the GNU Compiler Compiler.
18 along with Bison; see the file COPYING. If not, write to
26 void reduce_output (FILE *out);
  /external/icu4c/samples/cal/
uprint.h 7 * File uprint.h
23 /* Print a ustring to the specified FILE* in the default codepage */
24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
  /external/icu4c/samples/date/
uprint.h 7 * File uprint.h
23 /* Print a ustring to the specified FILE* in the default codepage */
24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
  /external/tcpdump/
pcap_dump_ftell.c 35 return (ftell((FILE *)p));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
elf.h 8 This file is part of GCC.
21 along with GCC; see the file COPYING3. If not see
76 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
79 ARM_DECLARE_FUNCTION_NAME (FILE, NAME, DECL); \
80 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \
81 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
82 ASM_OUTPUT_LABEL(FILE, NAME); \
83 ARM_OUTPUT_FN_UNWIND (FILE, TRUE); \
89 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
92 ARM_OUTPUT_FN_UNWIND (FILE, FALSE);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
elf.h 8 This file is part of GCC.
21 along with GCC; see the file COPYING3. If not see
76 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
79 ARM_DECLARE_FUNCTION_NAME (FILE, NAME, DECL); \
80 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \
81 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
82 ASM_OUTPUT_LABEL(FILE, NAME); \
83 ARM_OUTPUT_FN_UNWIND (FILE, TRUE); \
89 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
92 ARM_OUTPUT_FN_UNWIND (FILE, FALSE);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
elf.h 8 This file is part of GCC.
21 along with GCC; see the file COPYING3. If not see
76 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
79 ARM_DECLARE_FUNCTION_NAME (FILE, NAME, DECL); \
80 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \
81 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
82 ASM_OUTPUT_LABEL(FILE, NAME); \
83 ARM_OUTPUT_FN_UNWIND (FILE, TRUE); \
89 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
92 ARM_OUTPUT_FN_UNWIND (FILE, FALSE);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++io.h 6 // This file is part of the GNU ISO C++ Library. This library is free
26 /** @file c++io.h
27 * This is an internal header file, included by other library headers.
45 typedef FILE __c_file;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++io.h 6 // This file is part of the GNU ISO C++ Library. This library is free
26 /** @file c++io.h
27 * This is an internal header file, included by other library headers.
45 typedef FILE __c_file;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++io.h 6 // This file is part of the GNU ISO C++ Library. This library is free
26 /** @file c++io.h
27 * This is an internal header file, included by other library headers.
45 typedef FILE __c_file;

Completed in 3622 milliseconds

1 23 4 5 6 7 8 91011>>