Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 1917) sorted by relevance

12345678910>>...77

/external/eigen/bench/btl/data/
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 in ${AAT_FILE}
[all …]
Dmk_gnuplot_script.sh11 for FILE in $DATA_FILE
13 LAST=$FILE
18 for FILE in $DATA_FILE
20 if [ $FILE != $LAST ]
22 …BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDU…
23 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
35 for FILE in $DATA_FILE
37 if [ $FILE != $LAST ]
39 …BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDU…
40 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
[all …]
/external/clang/test/Analysis/
Dstream.c4 typedef struct _IO_FILE FILE; typedef
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"); in f1()
24 FILE *p = fopen("foo", "r"); in f2()
[all …]
Dsystem-header-simulator.h3 typedef struct _FILE FILE; typedef
4 extern FILE *stdin;
5 extern FILE *stdout;
6 extern FILE *stderr;
8 extern FILE *__stdinp;
9 extern FILE *__stdoutp;
10 extern FILE *__stderrp;
13 int fscanf(FILE *restrict, const char *restrict, ...);
30 void setbuf(FILE * restrict, char * restrict);
31 int setvbuf(FILE * restrict, char * restrict, int, size_t);
[all …]
Dtaint-tester.c90 typedef struct _FILE FILE; typedef
91 extern FILE *stdin;
92 extern FILE *stdout;
93 extern FILE *stderr;
94 int fscanf(FILE *restrict stream, const char *restrict format, ...);
95 int fprintf(FILE *stream, const char *format, ...);
96 int fclose(FILE *stream);
97 FILE *fopen(const char *path, const char *mode);
100 FILE *fp; in fscanfTest()
129 void stdinTest2(FILE *pIn) { in stdinTest2()
[all …]
/external/webkit/Source/WebKit/gtk/docs/
Dwebkitgtk-sections.txt2 <FILE>webkitwebsettings</FILE>
24 <FILE>webkitwebbackforwardlist</FILE>
59 <FILE>webkitwebhistoryitem</FILE>
86 <FILE>webkitwebframe</FILE>
129 <FILE>webkitdownload</FILE>
167 <FILE>webkitsecurityorigin</FILE>
192 <FILE>webkithittestresult</FILE>
212 <FILE>webkitwebdatasource</FILE>
241 <FILE>webkitwebdatabase</FILE>
266 <FILE>webkitsoupauthdialog</FILE>
[all …]
/external/stlport/src/
D_stdio_file.h41 inline int _FILE_fd(const FILE *__f) { in _FILE_fd()
57 return (int)::_fileno((FILE*)__f); in _FILE_fd()
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; }
80 inline int _FILE_fd(const FILE *__f) { return __f->fd; }
91 inline int _FILE_fd(const FILE *__f) { return ::fileno(__CONST_CAST(FILE*, __f)); }
93 inline int _FILE_fd(const FILE *__f) { return ::_fileno(__CONST_CAST(FILE*, __f)); }
98 inline int _FILE_fd(const FILE *__f) { return __f->_handle; }
[all …]
/external/icu4c/tools/toolutil/
Dfilestrm.c34 FILE *file = fopen(filename, mode); in T_FileStream_open()
76 fclose((FILE*)fileStream); in T_FileStream_close()
82 FILE* temp = fopen(filename, "r"); in T_FileStream_file_exists()
105 return fread(addr, 1, len, (FILE*)fileStream); in T_FileStream_read()
112 return fwrite(addr, 1, len, (FILE*)fileStream); in T_FileStream_write()
118 rewind((FILE*)fileStream); in T_FileStream_rewind()
124 int32_t c = fputc(ch, (FILE*)fileStream); in T_FileStream_putc()
131 int c = fgetc((FILE*)fileStream); in T_FileStream_getc()
139 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc()
146 int32_t c = fgetc((FILE*)fileStream); in T_FileStream_peek()
[all …]
/external/skia/src/ports/
DSkOSFile_stdio.cpp39 size_t curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize()
40 ::fseek((FILE*)f, 0, SEEK_END); // go to the end in sk_fgetsize()
41 size_t size = ::ftell((FILE*)f); // record the size in sk_fgetsize()
42 ::fseek((FILE*)f, (long)curr, SEEK_SET); // go back to our prev loc in sk_fgetsize()
49 ::rewind((FILE*)f); in sk_frewind()
59 size_t curr = ::ftell((FILE*)f); in sk_fread()
61 …BUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f))); in sk_fread()
65 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR); in sk_fread()
68 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err)); in sk_fread()
74 return ::fread(buffer, 1, byteCount, (FILE*)f); in sk_fread()
[all …]
/external/tcpdump/lbl/
Dos-sunos4.h25 #ifdef FILE
26 int _filbuf(FILE *);
27 int _flsbuf(u_char, FILE *);
28 int fclose(FILE *);
29 int fflush(FILE *);
30 int fgetc(FILE *);
31 int fprintf(FILE *, const char *, ...);
32 int fputc(int, FILE *);
33 int fputs(const char *, FILE *);
34 u_int fread(void *, u_int, u_int, FILE *);
[all …]
/external/libpcap/lbl/
Dos-sunos4.h25 #ifdef FILE
26 int _filbuf(FILE *);
27 int _flsbuf(u_char, FILE *);
28 int fclose(FILE *);
29 int fflush(FILE *);
30 int fgetc(FILE *);
31 int fprintf(FILE *, const char *, ...);
32 int fputc(int, FILE *);
33 int fputs(const char *, FILE *);
34 u_int fread(void *, u_int, u_int, FILE *);
[all …]
/external/compiler-rt/test/Unit/
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 failed to compile"
/external/dbus/cmake/test/
DCMakeLists.txt120 FILE(GLOB FILES "${CMAKE_SOURCE_DIR}/../${DIR}/${FILE_TYPE}" )
121 FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/${DIR})
122 FOREACH(FILE ${FILES})
123 GET_FILENAME_COMPONENT(FILENAME ${FILE} NAME)
125 configure_file(${FILE} ${TARGET} COPYONLY)
127 MESSAGE("${FILE}")
129 ENDFOREACH(FILE)
138 FILE(GLOB FILES "${CMAKE_SOURCE_DIR}/../${DIR}/${FILE_TYPE}" )
139 FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/${DIR})
140 FOREACH(FILE ${FILES})
[all …]
/external/oprofile/libutil/
Dop_fileio.h31 FILE * op_try_open_file(char const * name, char const * mode);
41 FILE * op_open_file(char const * name, char const * mode);
61 void op_close_file(FILE * fp);
72 void op_write_file(FILE * fp, void const * buf, size_t size);
84 void op_write_u32(FILE * fp, u32 val);
96 void op_write_u64(FILE * fp, u64 val);
106 void op_write_u8(FILE * fp, u8 val);
123 char * op_get_line(FILE * fp);
Dop_fileio.c22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal) in op_do_open_file()
24 FILE * fp; in op_do_open_file()
40 FILE * op_try_open_file(char const * name, char const * mode) in op_try_open_file()
46 FILE * op_open_file(char const * name, char const * mode) in op_open_file()
52 void op_close_file(FILE * fp) in op_close_file()
59 void op_write_file(FILE * fp, void const * buf, size_t size) in op_write_file()
77 void op_write_u8(FILE * fp, u8 val) in op_write_u8()
83 void op_write_u32(FILE * fp, u32 val) in op_write_u32()
89 void op_write_u64(FILE * fp, u64 val) in op_write_u64()
97 FILE * fp; in op_read_int_from_file()
[all …]
/external/libxml2/include/libxml/
DdebugXML.h29 xmlDebugDumpString (FILE *output,
32 xmlDebugDumpAttr (FILE *output,
36 xmlDebugDumpAttrList (FILE *output,
40 xmlDebugDumpOneNode (FILE *output,
44 xmlDebugDumpNode (FILE *output,
48 xmlDebugDumpNodeList (FILE *output,
52 xmlDebugDumpDocumentHead(FILE *output,
55 xmlDebugDumpDocument (FILE *output,
58 xmlDebugDumpDTD (FILE *output,
61 xmlDebugDumpEntities (FILE *output,
[all …]
/external/libvorbis/vq/
Dbookutil.h26 extern char *get_line(FILE *in);
27 extern char *setup_line(FILE *in);
28 extern int get_line_value(FILE *in,float *value);
29 extern int get_next_value(FILE *in,float *value);
30 extern int get_next_ivalue(FILE *in,long *ivalue);
32 extern int get_vector(codebook *b,FILE *in,int start,int num,float *a);
33 extern char *find_seek_to(FILE *in,char *s);
36 extern void write_codebook(FILE *out,char *name,const static_codebook *c);
/external/chromium/testing/gmock/test/
Dgmock_output_test_golden.txt3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked
6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))...
13 FILE:#: EXPECT_CALL(foo_, Bar3(0, _)) invoked
16 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar3(0, _))...
23 FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))...
26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
38 FILE:#: EXPECT_CALL(foo_, Bar2(0, _))...
51 FILE:#: EXPECT_CALL(foo_, Bar3(0, _))...
58 FILE:#: Failure
66 FILE:#: Failure
[all …]
/external/iproute2/tc/
Dtc_util.h31 int (*print_qopt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
32 int (*print_xstats)(struct qdisc_util *qu, FILE *f, struct rtattr *xstats);
35 int (*print_copt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
45 int (*print_fopt)(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle);
54 int (*print_aopt)(struct action_util *au, FILE *f, struct rtattr *opt);
55 int (*print_xstats)(struct action_util *au, FILE *f, struct rtattr *xstats);
86 extern void print_tcstats_attr(FILE *fp, struct rtattr *tb[], char *prefix, struct rtattr **xstats);
87 extern void print_tcstats2_attr(FILE *fp, struct rtattr *rta, char *prefix, struct rtattr **xstats);
93 extern int tc_print_police(FILE *f, struct rtattr *tb);
99 extern int print_police(struct action_util *a, FILE *f,
[all …]
/external/webkit/Tools/Scripts/
Dadd-include37 FILE: for my $filename (@ARGV) { label
38 …=~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 …unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
59 …des) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
63 … ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 …wSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 …ndition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 …ition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
94 …n eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
119 …UTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next FILE; };
/external/expat/xmlwf/
Dxmlwf.c30 FILE *fp = (FILE *)userData; in characterData()
64 attributeValue(FILE *fp, const XML_Char *s) in attributeValue()
125 FILE *fp = (FILE *)userData; in startElement()
147 FILE *fp = (FILE *)userData; in endElement()
172 FILE *fp = (FILE *)userData; in startElementNS()
218 FILE *fp = (FILE *)userData; in endElementNS()
238 FILE *fp = (FILE *)userData; in processingInstruction()
300 FILE *fp = (FILE *)XML_GetUserData((XML_Parser) userData); in markup()
310 ftprintf((FILE *)XML_GetUserData(parser), T(" uri=\"%s\""), uri); in metaLocation()
311 ftprintf((FILE *)XML_GetUserData(parser), in metaLocation()
[all …]
/external/v8/src/
Dobjects-printer.cc43 void MaybeObject::Print(FILE* out) { in Print()
58 void MaybeObject::PrintLn(FILE* out) { in PrintLn()
64 void HeapObject::PrintHeader(FILE* out, const char* id) { in PrintHeader()
69 void HeapObject::HeapObjectPrint(FILE* out) { in HeapObjectPrint()
196 void ByteArray::ByteArrayPrint(FILE* out) { in ByteArrayPrint()
201 void FreeSpace::FreeSpacePrint(FILE* out) { in FreeSpacePrint()
206 void ExternalPixelArray::ExternalPixelArrayPrint(FILE* out) { in ExternalPixelArrayPrint()
211 void ExternalByteArray::ExternalByteArrayPrint(FILE* out) { in ExternalByteArrayPrint()
216 void ExternalUnsignedByteArray::ExternalUnsignedByteArrayPrint(FILE* out) { in ExternalUnsignedByteArrayPrint()
221 void ExternalShortArray::ExternalShortArrayPrint(FILE* out) { in ExternalShortArrayPrint()
[all …]
/external/openssl/crypto/x509/
Dx_all.c137 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp()
142 int i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp()
159 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp()
164 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp()
181 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) in d2i_PKCS7_fp()
186 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7) in i2d_PKCS7_fp()
203 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp()
208 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp()
227 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
232 int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp()
[all …]
/external/compiler-rt/SDKs/darwin/usr/include/
Dstdio.h20 typedef struct __sFILE FILE; typedef
52 extern FILE *__stderrp;
54 int fclose(FILE *);
55 int fflush(FILE *);
56 FILE *fopen(const char * restrict, const char * restrict) __asm(__FOPEN_NAME);
57 int fprintf(FILE * restrict, const char * restrict, ...);
58 size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict)
/external/webkit/PerformanceTests/SunSpider/
Dsunspider-compare-results70 open FILE, "<", $filename or die;
75 while (<FILE>) {
99 close FILE;
110 open FILE, ">", $path or die;
111 print FILE $contents;
112 close FILE;
118 open FILE, "<", $path or die;
119 my $result = <FILE>;
120 close FILE;

12345678910>>...77