Searched refs:FILE (Results 251 - 275 of 2948) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dassocdat.h73 void yasm__assoc_data_print(const yasm__assoc_data *assoc_data, FILE *f,
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dtest_hd.c34 FILE *bfile;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c10 void prtCh(FILE *o, unsigned char c){
30 void printSpan(FILE *o, unsigned int lb, unsigned int ub){
45 Span_show(Span *s, FILE *o, unsigned int lb)
55 State_out(FILE *o, const State *s){
67 DFA_out(FILE *o, const DFA *dfa){
/external/compiler-rt/test/msan/
H A Dgetc_unlocked.c16 FILE *stream = fopen("/dev/zero", "r");
/external/e2fsprogs/lib/e2p/
H A De2p.h41 void list_super2(struct ext2_super_block * s, FILE *f);
42 void print_fs_errors (FILE * f, unsigned short errors);
43 void print_flags (FILE * f, unsigned long flags, unsigned options);
44 void print_fs_state (FILE * f, unsigned short state);
/external/e2fsprogs/resize/
H A Dtest_extent.c17 void do_test(FILE *in, FILE *out);
19 void do_test(FILE *in, FILE *out)
/external/iproute2/tc/
H A Dm_ematch.h53 extern void bstr_print(FILE *fd, const struct bstr *b, int ascii);
89 int (*print_eopt)(FILE *, struct tcf_ematch_hdr *, void *, int);
90 void (*print_usage)(FILE *);
108 extern int print_ematch(FILE *, const struct rtattr *);
/external/libpcap/pcap/
H A Dnamedb.h57 struct pcap_etherent *pcap_next_etherent(FILE *);
/external/libvpx/libvpx/
H A Dvpxstats.h28 FILE *file;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dvalues.h24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i156 SetInputFileHandle (FILE *f, bool transfer_ownership);
159 SetOutputFileHandle (FILE *f, bool transfer_ownership);
162 SetErrorFileHandle (FILE *f, bool transfer_ownership);
164 FILE *
167 FILE *
170 FILE *
185 FILE *out,
186 FILE *err);
/external/ltrace/
H A Dcommon.h64 int format_argument(FILE *stream, struct value *value,
/external/qemu/slirp-android/
H A Dlibslirp.h45 void slirp_drop_log_fd(FILE* fd);
48 FILE* get_slirp_drop_log_fd(void);
69 void slirp_dns_log_fd(FILE* fd);
71 FILE* get_slirp_dns_log_fd(void);
/external/srec/portable/src/
H A DPFileWrap.c35 fclose ( (FILE *)self );
47 items_read = fread ( buffer, size, *count, (FILE *)self );
56 ferror_status = ferror ( (FILE *)self );
78 items_written = fwrite ( buffer, size, *count, (FILE *)self );
99 flush_ok = fflush ( (FILE *)self );
119 seek_ok = fseek ( (FILE *)self, offset, origin );
139 ftell_result = ftell ( (FILE *)self );
173 is_eof = feof ( (FILE *)self );
189 is_error = ferror ( (FILE *)self );
203 clearerr ( (FILE *)sel
[all...]
/external/valgrind/main/none/tests/
H A Dfdleak_cmsg.stderr.exp3 FILE DESCRIPTORS: 7 open at exit.
27 FILE DESCRIPTORS: 6 open at exit.
H A Dfdleak_ipv4.stderr.exp3 FILE DESCRIPTORS: 5 open at exit.
21 FILE DESCRIPTORS: 4 open at exit.
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.h16 FILE *debug_log;
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_all.c146 X509 *d2i_X509_fp(FILE *fp, X509 **x509)
151 int i2d_X509_fp(FILE *fp, X509 *x509)
168 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl)
173 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl)
192 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7)
197 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7)
215 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
220 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
238 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa)
243 int i2d_RSAPrivateKey_fp(FILE *f
[all...]
/external/openssl/crypto/x509/
H A Dx_all.c139 X509 *d2i_X509_fp(FILE *fp, X509 **x509)
144 int i2d_X509_fp(FILE *fp, X509 *x509)
161 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl)
166 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl)
183 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7)
188 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7)
205 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
210 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
229 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa)
234 int i2d_RSAPrivateKey_fp(FILE *f
[all...]
/external/bison/lib/
H A Dfopen.c29 static FILE *
47 FILE *
78 FILE *fp;
/external/blktrace/btt/
H A Dlatency.c23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency)
29 FILE *latency_open(__u32 device, char *name, char *post)
31 FILE *fp = NULL;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dfile_path_watcher_util.cc16 // Bounces |path| and |error| to |callback| from the FILE thread to the media
22 DCHECK_CURRENTLY_ON(content::BrowserThread::FILE);
27 // The watch has to be started on the FILE thread, and the callback called by
28 // the FilePathWatcher also needs to run on the FILE thread.
33 DCHECK_CURRENTLY_ON(content::BrowserThread::FILE);
34 // The watcher is created on the FILE thread because it is very difficult
54 content::BrowserThread::PostTask(content::BrowserThread::FILE,
H A Dsafe_itunes_pref_parser_win.cc22 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
27 DCHECK_CURRENTLY_ON(BrowserThread::FILE);
53 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcompare-timing-files72 open(FILE, $file) or die "Couldn't open file: $file";
73 my @results = <FILE>;
74 close(FILE);
H A Dfind-extra-includes50 open FILE, $file or die;
51 while (<FILE>) {
57 close FILE;

Completed in 488 milliseconds

<<11121314151617181920>>