| /external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
| base64.c | 161 FILE *f; 166 printf("Usage: base64 <encode|decode> <in file> <out file>\n");
|
| /external/zlib/contrib/puff/ |
| pufftest.c | 10 Usage: puff [-w] [-f] [-nnn] file 13 where file is the input file with deflate data, nnn is the number of bytes 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) 28 # define SET_BINARY_MODE(file) 54 /* Read the input file *name, or stdin if name is NULL, into allocated memory. 55 Reallocate to larger buffers until the entire file is read in. Return a 57 failure. *len is the number of bytes of data read from the input file (even 58 if load() returns NULL). If the input file was empty or could not be opene [all...] |
| /frameworks/base/cmds/ip-up-vpn/ |
| ip-up-vpn.c | 5 * you may not use this file except in compliance with the License. 48 * The primary goal is to create a file with VPN parameters. Currently they 50 * parameter occupies one line in the file, and it can be an empty string or 68 FILE *state = fopen(DIR ".tmp", "wb");
|
| /frameworks/compile/slang/ |
| slang_rs_reflection_base.cpp | 5 * you may not use this file except in compliance with the License. 49 " * you may not use this file except in compliance with the License.\n" 84 errorMsg = "failed to open file '" + cf + "' for write"; 100 // Notice of generated file 102 write(" * This file is auto-generated. DO NOT MODIFY!"); 103 write(" * The source Renderscript file: " + mInputFileName); 137 FILE *pfin = fopen(filename.c_str(), "wt"); 139 fprintf(stderr, "Error: could not write file %s\n", filename.c_str());
|
| /gdk/samples/quake/jni/ |
| cvar.cpp | 216 void Cvar_WriteVariables (FILE *f)
|
| /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
| WBAmrDecTest.c | 6 * you may not use this file except in compliance with the License. 25 * @file PcmEncTest.c 27 * This file implements Test for PCM encoder OMX Component, which is fully 74 FILE *fpRes; 148 char file[500][50]; variable 235 int fill_data (OMX_U8 *pBuf, int mode, FILE *fIn); 242 FILE* fIn, FILE* fOut); 248 FILE* fIn, FILE* fOut) [all...] |
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _cstdio.h | 53 using _STLP_VENDOR_CSTD::FILE;
|
| /ndk/sources/host-tools/nawk-20071023/ |
| main.c | 42 extern FILE *yyin; /* lex input file */ 65 "usage: %s [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]\n", 174 FATAL("can't open file %s", pfile[curpfile]); 186 char *cursource(void) /* current source file name */
|
| maketab.c | 118 FILE *fp;
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| double-int.h | 4 This file is part of GCC. 17 along with GCC; see the file COPYING3. If not see 134 void dump_double_int (FILE *, double_int, bool);
|
| /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
| _cstdio.h | 53 using _STLP_VENDOR_CSTD::FILE;
|
| /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
| _cstdio.h | 53 using _STLP_VENDOR_CSTD::FILE;
|
| /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
| _cstdio.h | 53 using _STLP_VENDOR_CSTD::FILE;
|
| /system/core/libctest/ |
| ctest.c | 5 * you may not use this file except in compliance with the License. 38 FILE* out; 131 // TODO: Report file name. 150 void assertTrueWithSource(int value, const char* file, int line, char* message) { 154 fprintf(suite->out, "Assertion failed: [%s:%d] %s: %s\n", file, line,
|
| /system/extras/cpustats/ |
| cpustats.c | 187 FILE *file; local 191 file = fopen(filename, "r"); 192 if (!file) die("Could not open %s\n", filename); 193 if (!fgets(line, MAX_BUF_SIZE, file)) die("Could not get %s contents\n", filename); 194 fclose(file); 204 die("Unexpected input in file %s (%s).\n", filename, line); 212 FILE *file; local 218 file = fopen(filename, "r") 234 FILE *file; local 263 FILE *file; local [all...] |
| /external/qemu/ |
| trace.c | 32 FILE *fstream; 51 FILE *fstream; 64 FILE *fstream; 75 FILE *fstream; 88 FILE *fstream; 99 FILE *fstream; 108 FILE *fstream; 151 FILE *ftrace_debug; 343 FILE *fstream = fopen(fname, "wb"); 361 // Create the instruction time trace file [all...] |
| /external/chromium/chrome/browser/extensions/ |
| extension_updater_unittest.cc | 3 // found in the LICENSE file. 369 BrowserThread file_thread(BrowserThread::FILE, &message_loop); 548 BrowserThread file_thread(BrowserThread::FILE, &message_loop); 625 BrowserThread file_thread(BrowserThread::FILE); 689 // The FILE thread is needed for |service|'s cleanup, 698 BrowserThread file_thread(BrowserThread::FILE); 748 // a file with the test data for the right id. 757 // The FILE thread is needed for |service|'s cleanup, 769 BrowserThread file_thread(BrowserThread::FILE, &message_loop); 815 BrowserThread file_thread(BrowserThread::FILE, &message_loop) [all...] |
| /external/iproute2/ip/ |
| ipxfrm.c | 284 FILE *fp, const char *prefix, const char *title) 353 void xfrm_stats_print(struct xfrm_stats *s, FILE *fp, const char *prefix) 389 FILE *fp, const char *prefix) 444 FILE *fp, const char *prefix) 509 FILE *fp, const char *prefix, int newline) 546 FILE *fp, const char *prefix) 552 FILE *fp, const char *prefix) 571 __u16 family, FILE *fp, const char *prefix) 669 FILE *fp, const char *prefix) 798 struct rtattr *tb[], FILE *fp, const char *prefix [all...] |
| /bionic/libc/netbsd/resolv/ |
| res_data.c | 162 fp_query(const u_char *msg, FILE *file) { 163 fp_nquery(msg, PACKETSZ, file); 167 fp_nquery(const u_char *msg, int len, FILE *file) { 171 res_pquery(&_nres, msg, len, file);
|
| /bootable/recovery/ |
| bootloader.cpp | 5 * you may not use this file except in compliance with the License. 165 FILE* f = fopen(v->device, "rb"); 187 FILE* f = fopen(v->device, "wb");
|
| /dalvik/vm/hprof/ |
| HprofOutput.cpp | 5 * you may not use this file except in compliance with the License. 73 * as read-only while the file is open). 75 FILE* fp = open_memstream(&ctx->fileDataPtr, &ctx->fileDataSize); 97 /* Write the file header. 129 int hprofFlushRecord(hprof_record_t *rec, FILE *fp)
|
| /external/bluetooth/glib/ |
| acglib.m4 | 84 FILE *f=fopen("conftestval", "w"); 129 AC_MSG_ERROR($1 [must be set in cache file when cross-compiling.])
|
| /external/chromium/chrome/browser/ |
| browser_shutdown.cc | 3 // found in the LICENSE file. 245 // and then write it to a file to be read at startup. 266 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 318 // Read and delete the file on the file thread. 320 BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/chromeos/login/ |
| google_authenticator_unittest.cc | 3 // found in the LICENSE file. 96 FILE* tmp_file = CreateAndOpenTemporaryFile(&out); 97 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL)); 107 FILE* tmp_file = CreateAndOpenTemporaryFileInDir(exe_dir, 110 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL)); 119 BrowserThread file_thread(BrowserThread::FILE); 123 BrowserThread::FILE, FROM_HERE, 210 EXPECT_TRUE(Delete(tmp_file_path, false)); // Ensure non-existent file. 524 // Now, cause the FILE thread to go load the localaccount off disk. 604 // For when |auth| tries to load the localaccount file [all...] |
| /external/chromium/chrome/browser/importer/ |
| importer_list.cc | 3 // found in the LICENSE file. 127 BrowserThread::FILE, 163 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|