Searched refs:FILE (Results 1 - 25 of 2705) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Dinclude-directive1.c7 #define FILE "file_to_include.h" macro
8 #include XX FILE
10 #include FILE
/external/chromium-libpac/test/
H A Djstocstring.pl5 open(FILE, "> $ARGV[1]");
6 print FILE "// This file is auto generated using the following command.\n";
7 print FILE "// Do not modify.\n";
8 print FILE "// \t./jstocstring.pl $ARGV[0] $ARGV[1]\n";
9 print FILE "#ifndef PROXY_TEST_SCRIPT_H_\n";
10 print FILE "#define PROXY_TEST_SCRIPT_H_\n\n";
17 print FILE "#define $upper \\\n";
21 print FILE " \"",$_,"\\n\" \\\n";
24 print FILE "\n"
26 print FILE "#endi
[all...]
/external/clang/test/Modules/Inputs/System/usr/include/
H A Dstdio.h1 typedef struct { int id; } FILE; typedef in typeref:struct:__anon2627
2 int fprintf(FILE*restrict, const char* restrict format, ...);
3 extern FILE *__stderrp;
/external/clang/test/Modules/Inputs/crash-recovery/usr/include/
H A Dstdio.h1 typedef struct { int id; } FILE; typedef in typeref:struct:__anon2629
2 int fprintf(FILE*restrict, const char* restrict format, ...);
3 extern FILE *__stderrp;
/external/bison/lib/
H A Dstdio-safer.h23 FILE *fopen_safer (char const *, char const *);
27 FILE *freopen_safer (char const *, char const *, FILE *);
31 FILE *popen_safer (char const *, char const *);
35 FILE *tmpfile_safer (void);
H A Dbitsetv-print.h26 extern void bitsetv_matrix_dump (FILE *, const char *, bitsetv);
H A Dclose-stream.h2 int close_stream (FILE *stream);
H A Dfpending.c27 __fpending (FILE *fp)
/external/bison/src/
H A Dscan-skel.h20 void scan_skel (FILE *);
23 extern FILE *skel_in;
24 extern FILE *skel_out;
H A Dgraphviz.h31 void start_graph (FILE *fout);
39 void output_node (int id, char const *label, FILE *fout);
50 char const *style, FILE *fout);
57 void output_red (state const *s, reductions const *reds, FILE *fout);
63 void finish_graph (FILE *fout);
H A Dprint-xml.h23 void xml_indent (FILE *out, int level);
24 void xml_puts (FILE *, int, char const *);
25 void xml_printf (FILE *, int, char const *, ...);
/external/clang/test/Modules/Inputs/preprocess/
H A Dfile.h3 typedef struct __FILE FILE; typedef in typeref:struct:__FILE
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DdebugUtility.h20 FILE* res0to4FilePtr;
21 FILE* res4to8FilePtr;
22 FILE* res8to12FilePtr;
23 FILE* res8to16FilePtr;
25 FILE* res0to4DecFilePtr;
26 FILE* res4to8DecFilePtr;
27 FILE* res8to12DecFilePtr;
28 FILE* res8to16DecFilePtr;
30 FILE* in0to4FilePtr;
31 FILE* in4to8FilePt
[all...]
/external/mesa3d/bin/
H A Dminstall33 for FILE in $@ ; do
34 DESTDIR="$FILE"
39 for FILE in $@ ; do
52 case $FILE in
67 if [ -h "$FILE" ] ; then
68 #echo $FILE is a symlink
73 LL=`ls -l "$FILE"`
77 #echo $FILE is a symlink pointing to $TARGET
79 FILE=`basename "$FILE"`
[all...]
/external/clang/test/CodeGen/
H A D2002-06-25-FWriteInterfaceFailure.c3 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
4 extern FILE *stderr;
5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
H A Dvfprintf.c3 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-simple-stream.h10 } FILE; typedef in typeref:struct:__sFILE
11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
12 int fputc(int, FILE *);
13 int fputs(const char * restrict, FILE * restrict) __asm("_" "fputs" );
14 int fclose(FILE *);
19 FILE * p;
/external/clang/test/Analysis/
H A Dstream.c4 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
8 extern FILE *fopen(const char *path, const char *mode);
9 extern FILE *tmpfile(void);
10 extern int fclose(FILE *fp);
11 extern size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
12 extern int fseek (FILE *__stream, long int __off, int __whence);
13 extern long int ftell (FILE *__stream);
14 extern void rewind (FILE *__stream);
17 FILE *p = fopen("foo", "r");
24 FILE *
[all...]
/external/eigen/bench/btl/data/
H A Dsmooth_all.sh7 for FILE in ${AXPY_FILE}
9 echo $FILE
10 BASE=${FILE##*/}
18 for FILE in ${MATRIX_VECTOR_FILE}
20 echo $FILE
21 BASE=${FILE##*/}
28 for FILE in ${MATRIX_MATRIX_FILE}
30 echo $FILE
31 BASE=${FILE##*/}
36 for FILE i
[all...]
/external/curl/src/
H A Dtool_dirhie.h26 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors);
/external/selinux/libsepol/cil/src/
H A Dcil_policy.h35 void cil_gen_policy(FILE *out, struct cil_db *db);
/external/syslinux/com32/include/syslinux/
H A Dzio.h11 FILE *zfopen(const char *, const char *);
/external/syslinux/memdisk/
H A Dpostprocess.pl26 open(FILE, "< $file16\0") or die "$0: Cannot open file: $file16\n";
27 eval { binmode FILE };
29 @info = stat(FILE);
35 read(FILE, $f16, $size);
49 close(FILE);
51 open(FILE, "+< $file32\0") or die "$0: Cannot open file: $file32\n";
53 while ( ($n = read(FILE, $f32, 65536)) > 0 ) {
57 close(FILE);
/external/compiler-rt/test/builtins/Unit/
H A Dtest24 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 faile
[all...]
/external/compiler-rt/test/tsan/Linux/
H A Duser_fopen.cc6 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) {
16 extern "C" int fileno(FILE *f) {
24 FILE *f = fopen("/dev/zero", "r");

Completed in 535 milliseconds

1234567891011>>