| /external/libpcap/ |
| pcap-namedb.h | 57 struct pcap_etherent *pcap_next_etherent(FILE *);
|
| /external/linux-tools-perf/util/ |
| values.h | 24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
|
| /external/mesa3d/src/talloc/ |
| hieralloc.h | 90 void hieralloc_report(const void * ptr, FILE * file); 92 void hieralloc_report_brief(const void * ptr, FILE * file); 94 void hieralloc_report_lineage(const void * ptr, FILE * file, int tab); 96 int hieralloc_find(const void * top, const void * ptr, FILE * file, int tab);
|
| /external/qemu/slirp-android/ |
| libslirp.h | 45 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/ |
| PFileWrap.c | 7 * you may not use this file except in compliance with the License. * 35 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 ); 158 long posCur; /* remember current file position */ 159 long posEnd; /* end of file position * [all...] |
| /external/valgrind/main/none/tests/ |
| fdleak_cmsg.stderr.exp | 3 FILE DESCRIPTORS: 7 open at exit. 10 Open file descriptor ...: /tmp/data2 13 Open file descriptor ...: /tmp/data1 16 Open file descriptor ...: ... 19 Open file descriptor ...: ... 22 Open file descriptor ...: /dev/null 27 FILE DESCRIPTORS: 6 open at exit. 28 Open file descriptor ...: /tmp/data2 31 Open file descriptor ...: /tmp/data1 37 Open file descriptor ...: .. [all...] |
| fdleak_ipv4.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit. 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null 21 FILE DESCRIPTORS: 4 open at exit. 25 Open file descriptor ...: ... 28 Open file descriptor ...: ... 31 Open file descriptor ...: /dev/null
|
| /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
| mywc.c | 9 FILE *f = stdin;
|
| /external/webrtc/test/testsupport/ |
| frame_reader.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 27 // Initializes the frame reader, i.e. opens the input file. 38 // Closes the input file if open. Essentially makes this class impossible 50 // Creates a file handler. The input file is assumed to exist and be readable. 52 // input_filename The file to read from. 67 FILE* input_file_;
|
| frame_writer.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 27 // Initializes the file handler, i.e. opens the input and output files etc. 32 // Writes a frame of the configured frame length to the output file. 36 // Closes the output file if open. Essentially makes this class impossible 46 // Creates a file handler. The input file is assumed to exist and be readable 47 // and the output file must be writable. 49 // output_filename The file to write. Will be overwritten if alread [all...] |
| /frameworks/av/media/libstagefright/rtsp/ |
| UDPPusher.h | 5 * you may not use this file except in compliance with the License. 42 FILE *mFile;
|
| /sdk/emulator/qtools/ |
| decoder.h | 24 FILE *fstream_;
|
| /external/openssl/crypto/x509/ |
| x_all.c | 137 X509 *d2i_X509_fp(FILE *fp, X509 **x509) 142 int i2d_X509_fp(FILE *fp, X509 *x509) 159 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) 164 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) 181 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) 186 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7) 203 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) 208 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) 227 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) 232 int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa [all...] |
| /bionic/libc/stdio/ |
| fflush.c | 38 /* Flush a single file, or (if fp is NULL) all files. */ 40 fflush(FILE *fp) 57 __sflush(FILE *fp) 89 __sflush_locked(FILE *fp)
|
| /external/blktrace/btt/ |
| latency.c | 23 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/bluetooth/glib/glib/ |
| gstdio.h | 16 * License along with GLib; see the file COPYING.LIB. If not, 33 * format mismatches, especially with large file interfaces. 62 * Unix, the pathname is a file name as it literally is in the file 104 FILE *g_fopen (const gchar *filename, 107 FILE *g_freopen (const gchar *filename, 109 FILE *stream);
|
| /external/chromium/chrome/browser/ |
| background_mode_manager_linux.cc | 3 // found in the LICENSE file. 43 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 46 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/e2fsprogs/intl/ |
| log.c | 1 /* Log file output. 31 print_escaped (FILE *stream, const char *str) 51 /* Add to the log file an entry denoting a failed translation. */ 57 static FILE *last_logfile = NULL; 58 FILE *logfile;
|
| /external/openssl/crypto/md4/ |
| md4.c | 65 void do_fp(FILE *f); 74 FILE *IN; 99 void do_fp(FILE *f)
|
| /external/openssl/crypto/md5/ |
| md5.c | 65 void do_fp(FILE *f); 74 FILE *IN; 99 void do_fp(FILE *f)
|
| /external/openssl/crypto/ripemd/ |
| rmd160.c | 65 void do_fp(FILE *f); 74 FILE *IN; 99 void do_fp(FILE *f)
|
| /external/openssl/crypto/sha/ |
| sha.c | 65 void do_fp(FILE *f); 71 FILE *IN; 96 void do_fp(FILE *f)
|
| sha1.c | 65 void do_fp(FILE *f); 74 FILE *IN; 99 void do_fp(FILE *f)
|
| /external/srec/srec/EventLog/include/ |
| riff.h | 7 * you may not use this file except in compliance with the License. * 41 * WAV file format. 216 FILE *f, 235 FILE *f, 241 SREC_EVENTLOG_API int isRiffFile(FILE *fp);
|
| /external/v8/src/ |
| log-utils.h | 48 // When a temporary file is used for the log, returns its stream descriptor, 49 // leaving the file open. 50 FILE* Close(); 70 // Opens file for logging. 73 // Opens a temporary file for logging. 76 // Implementation of writing to a log file. 91 FILE* output_handle_; 94 FILE* ll_output_handle_; 97 // access to the formatting buffer and the log file or log memory buffer. 140 // Write the log message to the log file currently opened [all...] |