/bionic/libc/stdio/ |
tmpfile.c | 44 FILE * 48 FILE *fp;
|
fputs.c | 40 * Write the given string to the given file. 43 fputs(const char *s, FILE *fp)
|
/external/bluetooth/glib/glib/ |
gprintf.h | 31 gint g_fprintf (FILE *file, 40 gint g_vfprintf (FILE *file,
|
/external/chromium/base/ |
file_util_deprecated.h | 3 // found in the LICENSE file. 6 // FilePath objects. This file contains declarations of deprecated 28 BASE_API FILE* OpenFile(const std::string& filename, const char* mode); 29 BASE_API FILE* OpenFile(const std::wstring& filename, const char* mode);
|
perftimer.cc | 3 // found in the LICENSE file. 15 static FILE* perf_log_file = NULL;
|
/external/chromium/chrome/browser/ui/webui/options/ |
font_settings_fonts_list_loader.cc | 3 // found in the LICENSE file. 24 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
/external/clang/test/Sema/ |
format-strings-scanf.c | 4 typedef struct _FILE FILE; 7 int fscanf(FILE * restrict, const char * restrict, ...) ;
|
/external/oprofile/libutil/ |
op_lockfile.c | 2 * @file op_lockfile.c 6 * @remark Read the file COPYING 22 static pid_t op_read_lock_file(char const * file) 24 FILE * fp; 27 fp = fopen(file, "r"); 42 int op_write_lock_file(char const * file) 44 FILE * fp; 46 if (op_file_readable(file)) { 47 pid_t pid = op_read_lock_file(file); 51 int err = unlink(file); [all...] |
/external/qemu/ |
disas.h | 8 void disas(FILE *out, void *code, unsigned long size); 9 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags);
|
/external/qemu/slirp/ |
debug.h | 4 * Please read the file COPYRIGHT for the 11 extern FILE *dfd; 12 extern FILE *lfd;
|
/external/qemu/slirp-android/ |
debug.h | 4 * Please read the file COPYRIGHT for the 11 extern FILE *dfd; 12 extern FILE *lfd;
|
/external/valgrind/main/none/tests/ |
fdleak_dup.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit. 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: /dev/null 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null
|
fdleak_dup2.stderr.exp | 3 FILE DESCRIPTORS: 6 open at exit. 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: /dev/null 10 Open file descriptor ...: /dev/null 13 Open file descriptor ...: ... 16 Open file descriptor ...: ... 19 Open file descriptor ...: /dev/null
|
fdleak_fcntl.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit. 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: /dev/null 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null
|
fdleak_open.stderr.exp | 3 FILE DESCRIPTORS: 4 open at exit. 4 Open file descriptor ...: /dev/null 7 Open file descriptor ...: ... 10 Open file descriptor ...: ... 13 Open file descriptor ...: /dev/null
|
fdleak_pipe.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit. 4 Open file descriptor ...: 7 Open file descriptor ...: 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null
|
fdleak_socketpair.stderr.exp | 3 FILE DESCRIPTORS: 5 open at exit. 10 Open file descriptor ...: ... 13 Open file descriptor ...: ... 16 Open file descriptor ...: /dev/null
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
decoder_driver_test.h | 52 FILE * inputBufferFile; 53 FILE * outputBufferFile;
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
video_encoder_test.h | 59 FILE * inputBufferFile; 60 FILE * outputBufferFile;
|
/packages/inputmethods/PinyinIME/jni/include/ |
ngram.h | 5 * you may not use this file except in compliance with the License. 73 bool save_ngram(FILE *fp); 74 bool load_ngram(FILE *fp);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-dump.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 60 FILE *stream; 93 extern void dump_function_to_file (tree, FILE *, int);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-dump.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 60 FILE *stream; 93 extern void dump_function_to_file (tree, FILE *, int);
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
tree-dump.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 60 FILE *stream; 93 extern void dump_function_to_file (tree, FILE *, int);
|
/external/astl/src/ |
stdio_filebuf.cpp | 35 stdio_filebuf::stdio_filebuf(std::FILE* stream)
|
/external/bison/src/ |
location.h | 4 This file is part of Bison, the GNU Compiler Compiler. 17 along with Bison; see the file COPYING. If not, write to 29 /* The name of the file that contains the boundary. */ 30 uniqstr file; member in struct:__anon1416 49 && UNIQSTR_EQ (a.file, b.file)); 67 void location_print (FILE *out, location loc);
|