| /bionic/libc/stdio/ |
| fclose.c | 40 fclose(FILE *fp) 60 fp->_flags = 0; /* Release this FILE for reuse. */
|
| snprintf.c | 46 FILE f;
|
| sscanf.c | 52 FILE f;
|
| vasprintf.c | 29 FILE f;
|
| wsetup.c | 44 __swsetup(FILE *fp)
|
| /cts/tools/utils/ |
| java-cert-list-generator.sh | 6 # you may not use this file except in compliance with the License. 22 # Output the Java file with the certificate fingerprints 28 * you may not use this file except in compliance with the License. 47 * to generate this file. 54 for FILE in `ls $CERT_DIRECTORY`; do 55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
|
| /dalvik/tests/023-many-interfaces/ |
| iface-gen.c | 13 FILE* fp;
|
| /development/samples/BrowserPlugin/jni/audio/ |
| AudioPlugin.h | 35 FILE* file; member in struct:SoundPlay
|
| /development/tools/yuv420sp2rgb/ |
| debug.c | 7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) {
|
| /external/bison/lib/ |
| hash.h | 65 void hash_print_statistics (const Hash_table *, FILE *);
|
| /external/bison/src/ |
| location.c | 5 This file is part of Bison, the GNU Compiler Compiler. 18 along with Bison; see the file COPYING. If not, write to 34 location_print (FILE *out, location loc) 37 quotearg_n_style (3, escape_quoting_style, loc.start.file), 40 if (loc.start.file != loc.end.file) 42 quotearg_n_style (3, escape_quoting_style, loc.end.file),
|
| symlist.h | 5 This file is part of Bison, the GNU Compiler Compiler. 18 along with Bison; see the file COPYING. If not, write to 60 void symbol_list_print (const symbol_list *l, FILE *f);
|
| /external/bluetooth/glib/ |
| autogen.sh | 11 FILE=glib/glib.h 67 test $TEST_TYPE $FILE || {
|
| /external/checkpolicy/test/ |
| dispol.c | 47 FILE * fp) 58 int render_type(uint32_t type, policydb_t * p, FILE * fp) 64 int render_key(avtab_key_t * key, policydb_t * p, FILE * fp) 89 policydb_t * p, FILE * fp) 158 int display_avtab(avtab_t * a, uint32_t what, policydb_t * p, FILE * fp) 185 int display_bools(policydb_t * p, FILE * fp) 196 void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp) 231 int display_cond_expressions(policydb_t * p, FILE * fp) 277 int display_handle_unknown(policydb_t * p, FILE * out_fp) 288 int change_bool(char *name, int state, policydb_t * p, FILE * fp [all...] |
| /external/chromium/base/ |
| event_recorder.h | 3 // found in the LICENSE file. 47 // Will clobber the file if it already exists. 75 // Create a new EventRecorder. Events are saved to the file filename. 76 // If the file already exists, it will be deleted before recording 99 FILE* file_;
|
| /external/chromium/chrome/browser/chromeos/login/ |
| owner_manager.cc | 3 // found in the LICENSE file. 32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 43 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 85 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 118 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/chrome/browser/extensions/ |
| file_reader.cc | 3 // found in the LICENSE file. 21 BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/ui/cocoa/ |
| browser_test_helper.cc | 3 // found in the LICENSE file. 9 file_thread_(new BrowserThread(BrowserThread::FILE, &message_loop_)), 35 // Drop any new tasks for the IO and FILE threads.
|
| /external/chromium/chrome/browser/ui/webui/options/ |
| advanced_options_utils_gtk.cc | 3 // found in the LICENSE file. 42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 78 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 97 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 141 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/visitedlink/ |
| visitedlink_master.h | 3 // found in the LICENSE file. 28 // This class will defer writing operations to the file thread. This means that 29 // class destruction, the file may still be open since operations are pending on 57 // file resides must exist in this mode. You can also specify the default 68 // history if the file can't be loaded. This should generally be set for 93 // Clears the visited links table by deleting the file from disk. Used as 115 // Call to cause the entire database file to be re-written from scratch 127 // Object to rebuild the table on the history thread (see the .cc file). 137 // The signature at the beginning of a file. 140 // version of the file format this module currently use [all...] |
| /external/dbus/ |
| autogen.sh | 12 FILE=dbus-1.pc.in 57 test $TEST_TYPE $FILE || {
|
| /external/dhcpcd/compat/ |
| getline.c | 42 FILE * __restrict fp)
|
| /external/dropbear/libtomcrypt/src/hashes/helper/ |
| hash_filehandle.c | 14 @file hash_filehandle.c 19 Hash data from an open file handle. 21 @param in The FILE* handle of the file you want to hash 26 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen)
|
| /external/dropbear/libtomcrypt/src/mac/f9/ |
| f9_file.c | 14 @file f9_file.c 15 f9 support, process a file, Tom St Denis 21 f9 a file 25 @param filename The name of the file you wish to f9 28 @return CRYPT_OK if successful, CRYPT_NOP if file support has been disabled 40 FILE *in;
|
| /external/dropbear/libtomcrypt/src/mac/hmac/ |
| hmac_file.c | 14 @file hmac_file.c 15 HMAC support, process a file, Tom St Denis/Dobes Vandermeer 21 HMAC a file 23 @param fname The name of the file you wish to HMAC 28 @return CRYPT_OK if successful, CRYPT_NOP if file support has been disabled 38 FILE *in; 61 /* process the file contents */
|