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

12 3 4 5 6 7 8 91011>>

  /bionic/libc/stdio/
glue.h 42 FILE *iobs;
  /external/bison/lib/
fpending.c 27 __fpending (FILE *fp)
  /external/v8/src/
disassembler.h 39 static void Dump(FILE* f, byte* begin, byte* end);
44 static int Decode(FILE* f, byte* begin, byte* end);
47 static void Decode(FILE* f, Code* code);
53 static int Decode(FILE* f, byte* pc, int* char_count);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_load_dmp.h 28 inv_error_t inv_load_dmp(FILE *fd);
  /ndk/build/tools/
find-case-duplicates.sh 6 # you may not use this file except in compliance with the License.
18 # This script is used to find case-insensitive duplicate file names
31 for FILE in $ORG_FILES; do
34 UPFILE=`echo $FILE | tr [a-z] [A-Z]`
36 NEW_FILES="$NEW_FILES $FILE"
39 echo "$FILE"
41 PREVFILE=$FILE
  /external/compiler-rt/lib/tsan/lit_tests/
user_fopen.cc 6 extern "C" FILE *__interceptor_fopen(const char *file, const char *mode);
7 extern "C" int __interceptor_fileno(FILE *f);
9 extern "C" FILE *fopen(const char *file, const char *mode) {
13 return __interceptor_fopen(file, mode);
16 extern "C" int fileno(FILE *f) {
24 FILE *f = fopen("/dev/zero", "r");
  /external/compiler-rt/test/Unit/
test 24 for FILE in $(ls *.c); do
30 if test $FILE = gcc_personality_test.c
36 if test $FILE = trampoline_setup_test.c
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
45 echo "Built $FILE.exe for $ARCH"
47 echo "$FILE failed to compile"
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
52 echo "Testing $FILE for $ARCH"
61 echo "$FILE failed to compile
    [all...]
  /external/clang/test/Analysis/
simple-stream-checks.c 6 FILE *F = fopen("myfile.txt", "w");
13 fclose(F); // expected-warning {{Closing a previously closed file stream}}
18 FILE *F = fopen("myfile.txt", "w");
23 if (Data) // expected-warning {{Opened file is never closed; potential resource leak}}
30 FILE *F = fopen("myfile.txt", "w");
40 FILE *F = fopen("myfile.txt", "w");
47 FILE *F = fopen("myfile.txt", "w");
48 } // expected-warning {{Opened file is never closed; potential resource leak}}
51 FILE *F = fopen("myfile.txt", "w");
52 return; // expected-warning {{Opened file is never closed; potential resource leak}
    [all...]
  /external/stlport/src/
_stdio_file.h 22 /* This file provides a low-level interface between the internal
23 * representation of struct FILE, from the C stdio library, and
41 inline int _FILE_fd(const FILE *__f) {
42 /* Check if FILE is one of the three standard streams
57 return (int)::_fileno((FILE*)__f);
62 inline int _FILE_fd(const FILE *__f) { return __f->__file; }
66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }
72 inline int _FILE_fd(const FILE *__f) { return fileno(__CONST_CAST(FILE*, __f)); }
76 inline int _FILE_fd(const FILE *__f) { return __f->_fileno;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
_stdio_file.h 22 /* This file provides a low-level interface between the internal
23 * representation of struct FILE, from the C stdio library, and
41 inline int _FILE_fd(const FILE *__f) {
42 /* Check if FILE is one of the three standard streams
57 return (int)::_fileno((FILE*)__f);
62 inline int _FILE_fd(const FILE *__f) { return __f->__file; }
66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }
72 inline int _FILE_fd(const FILE *__f) { return fileno(__CONST_CAST(FILE*, __f)); }
76 inline int _FILE_fd(const FILE *__f) { return __f->_fileno;
    [all...]
  /prebuilts/gcc/darwin-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/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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump.h 29 * @file
90 * p_state.h, through a FILE
94 util_dump_template(FILE *stream,
98 util_dump_rasterizer_state(FILE *stream,
102 util_dump_poly_stipple(FILE *stream,
106 util_dump_viewport_state(FILE *stream,
110 util_dump_scissor_state(FILE *stream,
114 util_dump_clip_state(FILE *stream,
118 util_dump_shader_state(FILE *stream,
122 util_dump_depth_stencil_alpha_state(FILE *stream
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump.h 29 * @file
90 * p_state.h, through a FILE
94 util_dump_template(FILE *stream,
98 util_dump_rasterizer_state(FILE *stream,
102 util_dump_poly_stipple(FILE *stream,
106 util_dump_viewport_state(FILE *stream,
110 util_dump_scissor_state(FILE *stream,
114 util_dump_clip_state(FILE *stream,
118 util_dump_shader_state(FILE *stream,
122 util_dump_depth_stencil_alpha_state(FILE *stream
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 12 typedef struct _FILE FILE;
13 extern FILE *stdin;
14 extern FILE *stdout;
15 extern FILE *stderr;
16 // Include a variant of standard streams that occur in the pre-processed file.
17 extern FILE *__stdinp;
18 extern FILE *__stdoutp;
19 extern FILE *__stderrp;
22 int fscanf(FILE *restrict, const char *restrict, ...);
24 int fprintf(FILE *restrict, const char *restrict, ...)
    [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/chromium_org/base/memory/
scoped_handle.h 3 // found in the LICENSE file.
17 explicit ScopedStdioHandle(FILE* handle)
31 FILE* get() const { return handle_; }
33 FILE* Take() {
34 FILE* temp = handle_;
39 void Set(FILE* newhandle) {
45 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
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 3 * The contents of this file are subject to the Mozilla Public
4 * License Version 1.1 (the "License"); you may not use this file
22 * Alternatively, the contents of this file may be used under the
26 * version of this file only under the terms of the GPL and not to
27 * allow others to use your version of this file under the MPL,
31 * may use your version of this file under either the MPL or the
93 extern int fprintf(FILE *, const char *, ...);
95 extern int vfprintf(FILE *, const char *, va_list);
99 extern int fscanf(FILE *, const char *, ...);
100 extern int fgetc(FILE *);
    [all...]
  /development/ndk/platforms/android-3/include/
stdio.h 57 typedef off_t fpos_t; /* stdio file position type */
82 * try to write or read from a file that is in `read' or `write' mode.
102 short _flags; /* flags, below; this FILE is free if 0 */
130 } FILE;
133 extern FILE __sF[];
186 #define SEEK_SET 0 /* set file offset to offset */
189 #define SEEK_CUR 1 /* set file offset to current plus offset */
192 #define SEEK_END 2 /* set file offset to EOF plus offset */
203 void clearerr(FILE *);
204 int fclose(FILE *);
    [all...]
  /development/ndk/platforms/android-8/include/
stdio.h 57 typedef off_t fpos_t; /* stdio file position type */
82 * try to write or read from a file that is in `read' or `write' mode.
102 short _flags; /* flags, below; this FILE is free if 0 */
130 } FILE;
133 extern FILE __sF[];
186 #define SEEK_SET 0 /* set file offset to offset */
189 #define SEEK_CUR 1 /* set file offset to current plus offset */
192 #define SEEK_END 2 /* set file offset to EOF plus offset */
203 void clearerr(FILE *);
204 int fclose(FILE *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/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/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 1 /* DO NOT EDIT THIS FILE.
8 original, manufacturer supplied header file. */
66 typedef off_t fpos_t; /* stdio file position type */
91 * try to write or read from a file that is in `read' or `write' mode.
111 short _flags; /* flags, below; this FILE is free if 0 */
139 } FILE;
142 extern FILE __sF[];
195 #define SEEK_SET 0 /* set file offset to offset */
198 #define SEEK_CUR 1 /* set file offset to current plus offset */
201 #define SEEK_END 2 /* set file offset to EOF plus offset *
    [all...]

Completed in 4445 milliseconds

12 3 4 5 6 7 8 91011>>