Searched refs:FILE (Results 1 - 25 of 1999) 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:__anon2191
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/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...]
H A Dsimple-stream-checks.c6 FILE *F = fopen("myfile.txt", "w");
18 FILE *F = fopen("myfile.txt", "w");
30 FILE *F = fopen("myfile.txt", "w");
40 FILE *F = fopen("myfile.txt", "w");
47 FILE *F = fopen("myfile.txt", "w");
51 FILE *F = fopen("myfile.txt", "w");
55 FILE *leakOnEnfOfPath3(int *Data) {
56 FILE *F = fopen("myfile.txt", "w");
60 void myfclose(FILE *F);
62 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/ltrace/
H A Dread_config_file.h26 int read_config_file(FILE *stream, const char *name, struct protolib *plib);
/external/selinux/libsepol/cil/src/
H A Dcil_policy.h42 int cil_combine_policy(FILE **file_arr, FILE *policy_file);
43 void cil_context_to_policy(FILE **, uint32_t, struct cil_context *);
44 int cil_name_to_policy(FILE **, struct cil_tree_node *);
/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");
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DDeleCommandHandlerTest.groovy36 static final FILE = p(DIR, FILENAME)
39 createFile(FILE)
40 handleCommand([FILE])
41 assertSessionReply(ReplyCodes.DELE_OK, ['dele', FILE])
42 assert fileSystem.exists(FILE) == false
46 createFile(FILE)
50 assert fileSystem.exists(FILE) == false
54 handleCommand([FILE])
55 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', FILE])
59 createDirectory(FILE)
[all...]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DDeleCommandHandlerTest.groovy36 static final FILE = p(DIR, FILENAME)
39 createFile(FILE)
40 handleCommand([FILE])
41 assertSessionReply(ReplyCodes.DELE_OK, ['dele', FILE])
42 assert fileSystem.exists(FILE) == false
46 createFile(FILE)
50 assert fileSystem.exists(FILE) == false
54 handleCommand([FILE])
55 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', FILE])
59 createDirectory(FILE)
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DDeleCommandHandlerTest.groovy36 static final FILE = p(DIR, FILENAME)
39 createFile(FILE)
40 handleCommand([FILE])
41 assertSessionReply(ReplyCodes.DELE_OK, ['dele', FILE])
42 assert fileSystem.exists(FILE) == false
46 createFile(FILE)
50 assert fileSystem.exists(FILE) == false
54 handleCommand([FILE])
55 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', FILE])
59 createDirectory(FILE)
[all...]

Completed in 1331 milliseconds

1234567891011>>