| /bionic/libc/unistd/ |
| popen.c | 47 FILE *fp; 53 FILE * 57 FILE *iop; 121 /* Link into list of file descriptors. */ 136 pclose(FILE *iop) 142 /* Find the appropriate file pointer. */
|
| /bootable/recovery/ |
| common.h | 5 * you may not use this file except in compliance with the License. 61 // fopen a file, mounting volumes and making parent dirs as necessary. 62 FILE* fopen_path(const char *path, const char *mode);
|
| /external/bison/src/ |
| vcg.h | 5 This file is part of Bison, the GNU Compiler Compiler. 18 along with Bison; see the file COPYING. If not, write to 452 file. The name of a graph is used to identify this graph, e.g., if 457 By default, it's the name of the vcg graph file description. */ [all...] |
| /external/blktrace/btt/ |
| misc.c | 36 FILE *ofp; 83 * keep bumping our open file limits, and if those fail, we return NULL. 118 void add_file(FILE *fp, char *oname) 155 FILE *my_fopen(const char *path, const char *mode) 157 FILE *fp;
|
| /external/chromium/chrome/browser/chromeos/login/ |
| owner_manager_unittest.cc | 3 // found in the LICENSE file. 36 file_thread_(BrowserThread::FILE), 88 BrowserThread::FILE, FROM_HERE, 109 BrowserThread::FILE, FROM_HERE, 126 BrowserThread::FILE, FROM_HERE, 146 BrowserThread::FILE, FROM_HERE, 168 BrowserThread::FILE, FROM_HERE, 194 BrowserThread::FILE, FROM_HERE, 226 BrowserThread::FILE, FROM_HERE, 253 BrowserThread::FILE, FROM_HERE [all...] |
| user_image_loader.cc | 3 // found in the LICENSE file. 34 BrowserThread::PostTask(BrowserThread::FILE, 44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/chrome/browser/ |
| icon_loader.cc | 3 // found in the LICENSE file. 35 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| shell_integration.cc | 3 // found in the LICENSE file. 75 BrowserThread::FILE, FROM_HERE, 83 BrowserThread::FILE, FROM_HERE, 98 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 113 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/chrome/browser/net/ |
| blob_url_request_job_factory.cc | 3 // found in the LICENSE file. 34 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
|
| /external/clang/test/Sema/ |
| format-strings-scanf.c | 8 typedef struct _FILE FILE; 11 int fscanf(FILE * restrict, const char * restrict, ...) ; 17 int vfscanf(FILE * restrict, const char * restrict, va_list); 63 FILE *f = 0;
|
| /external/dropbear/libtommath/ |
| bn_mp_fwrite.c | 18 int mp_fwrite(mp_int *a, int radix, FILE *stream)
|
| /external/grub/util/ |
| grub-md5-crypt | 6 # This file is free software; you can redistribute it and/or modify it 39 --grub-shell=FILE use FILE as the grub shell
|
| grub-md5-crypt.in | 6 # This file is free software; you can redistribute it and/or modify it 39 --grub-shell=FILE use FILE as the grub shell
|
| /external/jpeg/ |
| cdjpeg.c | 5 * This file is part of the Independent JPEG Group's software. 6 * For conditions of distribution and use, see the accompanying README file. 8 * This file contains common support routines used by the IJG application 148 GLOBAL(FILE *) 151 FILE * input_file = stdin; 153 #ifdef USE_SETMODE /* need to hack file mode? */ 166 GLOBAL(FILE *) 169 FILE * output_file = stdout; 171 #ifdef USE_SETMODE /* need to hack file mode? */
|
| jmem-android.c | 5 * you may not use this file except in compliance with the License. 53 * this file won't actually work in 80x86 small/medium model; at least, 91 * Backing store (temporary file) management. 128 /* Since this implementation uses tmpfile() to create the file, 129 * no explicit file deletion is needed. 133 static FILE* getTempFileFromPath(const char * path) { 134 FILE * fd = fopen(path, "w+"); 139 static FILE* getTempFile() { 142 FILE * fd = getTempFileFromPath(path); 144 // anywhere else we can create a temp file [all...] |
| /external/libpng/contrib/gregbook/ |
| readpng.h | 14 The contents of this file are DUAL-LICENSED. You may modify and/or 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
|
| /external/opencv/otherlibs/highgui/ |
| grfmt_png.h | 69 FILE* m_f;
|
| /external/oprofile/libutil/ |
| op_cpufreq.c | 2 * @file op_cpufreq.c 6 * @remark Read the file COPYING 23 FILE * fp = op_try_open_file("/proc/cpuinfo", "r");
|
| /external/qemu/distrib/jpeg-6b/ |
| cdjpeg.c | 5 * This file is part of the Independent JPEG Group's software. 6 * For conditions of distribution and use, see the accompanying README file. 8 * This file contains common support routines used by the IJG application 148 GLOBAL(FILE *) 151 FILE * input_file = stdin; 153 #ifdef USE_SETMODE /* need to hack file mode? */ 166 GLOBAL(FILE *) 169 FILE * output_file = stdout; 171 #ifdef USE_SETMODE /* need to hack file mode? */
|
| jmem-android.c | 5 * you may not use this file except in compliance with the License. 53 * this file won't actually work in 80x86 small/medium model; at least, 91 * Backing store (temporary file) management. 128 /* Since this implementation uses tmpfile() to create the file, 129 * no explicit file deletion is needed. 133 static FILE* getTempFileFromPath(const char * path) { 134 FILE * fd = fopen(path, "w+"); 139 static FILE* getTempFile() { 142 FILE * fd = getTempFileFromPath(path); 144 // anywhere else we can create a temp file [all...] |
| /external/tcpdump/ |
| vfprintf.c | 45 FILE *f;
|
| /external/v8/src/ |
| disasm.h | 69 // Write disassembly into specified file 'f' using specified NameConverter 71 static void Disassemble(FILE* f, byte* begin, byte* end);
|
| inspector.cc | 41 void Inspector::DumpObjectType(FILE* out, Object* obj, bool print_more) {
|
| /external/valgrind/tsan/ |
| common_util.h | 39 typedef FILE *TS_FILE;
|
| /external/webkit/Source/WebCore/platform/graphics/android/layers/ |
| IFrameLayerAndroid.cpp | 32 void IFrameLayerAndroid::dumpLayer(FILE* file, int indentLevel) const 34 writeIntVal(file, indentLevel + 1, "m_isIframe", true); 35 writeIntPoint(file, indentLevel + 1, "m_iframeOffset", m_iframeOffset);
|