| /external/quake/quake/src/QW/server/ |
| progs.h | 80 void ED_Write (FILE *f, edict_t *ed); 83 void ED_WriteGlobals (FILE *f);
|
| /external/quake/quake/src/WinQuake/ |
| progs.h | 85 void ED_Write (FILE *f, edict_t *ed); 88 void ED_WriteGlobals (FILE *f);
|
| /external/tremolo/Tremolo/ |
| ivorbisfile.h | 51 * The one difference is that the FILE * arguments have been replaced with 53 * functions might need. In the stdio case, it's just a FILE * cast to a void * 67 void *datasource; /* Pointer to a FILE *, etc. */ 73 /* If the FILE handle isn't seekable (eg, a pipe), only the current 101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 105 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
|
| /external/webkit/Source/WebCore/platform/network/win/ |
| DownloadBundleWin.cpp | 63 FILE* bundle = 0; 65 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data()); 110 // Open a handle to the bundle file 112 FILE* bundle = 0; 114 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data()); 121 // Stat the file to get its size 126 // Check for the bundle magic number at the end of the file 175 // CFURLDownload will seek to the appropriate place in the file (before our footer) and start overwriting from there 177 // The additional footer extended the length of the file beyond its final length, and there will be junk data leftover 180 LOG_ERROR("Failed to truncate the resume footer off the end of the file - errno(%i)", resizeError) [all...] |
| /external/webkit/Tools/Scripts/ |
| sunspider-compare-results | 28 use File::Spec; 49 Usage: $programName [options] FILE FILE 131 @ARGV = map { File::Spec->rel2abs($_) } @ARGV;
|
| /external/webp/examples/ |
| dwebp.c | 32 " file with IMC4 layout.\n" 63 printf("missing input file!!\n"); 71 FILE* const in = fopen(in_file, "rb"); 73 printf("cannot open input file '%s'\n", in_file); 102 FILE* const fout = fopen(out_file, "wb"); 109 // Save a grayscale PGM file using the IMC4 layout 129 printf("Saved file %s\n", out_file); 131 printf("Error writing file %s !!\n", out_file); 134 printf("Error opening output file %s\n", out_file);
|
| /gdk/samples/quake/jni/ |
| progs.h | 85 void ED_Write (FILE *f, edict_t *ed); 88 void ED_WriteGlobals (FILE *f);
|
| /ndk/sources/cxx-stl/gabi++/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 42 using ::FILE;
|
| /ndk/sources/cxx-stl/system/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 42 using ::FILE;
|
| /packages/inputmethods/PinyinIME/jni/include/ |
| spellingtrie.h | 5 * you may not use this file except in compliance with the License. 232 // Save to the file stream 233 bool save_spl_trie(FILE *fp); 235 // Load from the file stream 236 bool load_spl_trie(FILE *fp);
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| tree-flow.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 692 extern void gimple_dump_bb (basic_block, FILE *, int, int); 695 extern void gimple_dump_cfg (FILE *, int); 697 extern void dump_cfg_stats (FILE *); 703 extern void print_loops (FILE *, int); 704 extern void print_loops_bb (FILE *, basic_block, int, int); 754 extern void dump_generic_bb (FILE *, basic_block, int, int); 764 extern void dump_dfa_stats (FILE *); 767 extern void dump_referenced_vars (FILE *); [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
| profiler_hash_func.h | 5 // This file is part of the GNU ISO C++ Library. This library is free 17 // along with this library; see the file COPYING. If not, write to 21 // As a special exception, you may use this file as part of a free 24 // file, or you compile this file and link it with other files to 25 // produce an executable, this file does not by itself cause the 28 // reasons why the executable file might be covered by the GNU General 31 /** @file profile/impl/profiler_hash_func.h 82 __write(FILE* __f) const 151 __trace_hash_func_report(FILE* __f, __warning_vector_t& __warnings [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
| profiler_hash_func.h | 5 // This file is part of the GNU ISO C++ Library. This library is free 17 // along with this library; see the file COPYING. If not, write to 21 // As a special exception, you may use this file as part of a free 24 // file, or you compile this file and link it with other files to 25 // produce an executable, this file does not by itself cause the 28 // reasons why the executable file might be covered by the GNU General 31 /** @file profile/impl/profiler_hash_func.h 82 __write(FILE* __f) const 151 __trace_hash_func_report(FILE* __f, __warning_vector_t& __warnings [all...] |
| /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 40 using ::FILE;
|
| /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 40 using ::FILE;
|
| /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 42 using ::FILE;
|
| /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 42 using ::FILE;
|
| /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 42 using ::FILE;
|
| /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/ |
| cstdio | 34 * Standard C++ Library wrapper around the C stdio.h header file. 42 using ::FILE;
|
| /prebuilts/tools/darwin-x86/sdl/include/SDL/ |
| SDL_rwops.h | 23 /* This file provides a general interface for SDL to read and write 79 FILE *fp; 97 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode); 100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
|
| /prebuilts/tools/linux-x86/sdl/include/SDL/ |
| SDL_rwops.h | 23 /* This file provides a general interface for SDL to read and write 79 FILE *fp; 97 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode); 100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
|
| /prebuilts/tools/windows/sdl/include/SDL/ |
| SDL_rwops.h | 23 /* This file provides a general interface for SDL to read and write 79 FILE *fp; 97 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode); 100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
|
| /sdk/emulator/opengl/host/tools/emugen/ |
| Var.h | 5 * you may not use this file except in compliance with the License. 93 void printType(FILE *fp) { fprintf(fp, "%s", m_type->name().c_str()); } 94 void printTypeName(FILE *fp) { printType(fp); fprintf(fp, " %s", m_name.c_str()); }
|
| /system/extras/fatblock/ |
| fatblock.c | 5 * you may not use this file except in compliance with the License. 83 FILE *file; local 85 sprintf(filename, "/sys/devices/platform/usb_mass_storage/lun%d/file", 87 file = fopen(filename, "w"); 88 if (!file) { 89 WARN("setting USB mass storage file: fopen(%s) failed: %s\n", 96 fprintf(file, "/dev/block/ublock%d", index); 98 fclose(file); 106 FILE *file local [all...] |
| /external/iproute2/misc/ |
| nstat.c | 21 #include <sys/file.h> 114 void load_good_table(FILE *fp) 160 void load_ugly_table(FILE *fp) 233 FILE *fp = fdopen(net_snmp_open(), "r"); 242 FILE *fp = fdopen(net_snmp6_open(), "r"); 251 FILE *fp = fdopen(net_netstat_open(), "r"); 258 void dump_kern_db(FILE *fp, int to_hist) 283 void dump_incr_db(FILE *fp) 407 FILE *fp = fdopen(clnt, "w"); 450 FILE *hist_fp = NULL [all...] |