HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1426 - 1450 of 2555) sorted by null

<<51525354555657585960>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 252 FILE *fp;
  /external/qemu/
keymaps.c 66 FILE *f;
67 /* This file is used by both, UI and core components. There are differences
68 * in the way how keymap file path is obtained for these two different
82 "Could not read keymap file: '%s'\n", language);
89 "Could not read keymap file: '%s'\n", language);
98 "Could not read keymap file: '%s'\n", language);
  /external/qemu/slirp-android/
slirp.h 203 extern int vfprintf _P((FILE *, const char *, va_list));
  /external/qemu-pc-bios/bochs/
bochs.h 28 // bochs.h is the master header file for all C++ code. It includes all
46 // file so that WIN32-specific data types can be used in fields of classes.
315 FILE *logfd;
323 iofunctions(FILE *);
332 void init_log(FILE *fs);
510 void bx_center_print(FILE *file, const char *line, unsigned maxwidth);
  /external/quake/quake/src/WinQuake/
client.h 130 FILE *demofile;
common.h 177 int COM_FOpenFile (const char *filename, FILE **file);
  /external/skia/src/effects/
SkEmbossMask.cpp 6 * found in the LICENSE file.
55 FILE* file = ::fopen("SkEmbossMask_Table.h", "w"); local
56 SkASSERT(file);
57 ::fprintf(file, "#include \"SkTypes.h\"\n\n");
58 ::fprintf(file, "static const U16 gInvSqrtTable[128 * 128] = {\n");
62 ::fprintf(file, "\t");
66 ::fprintf(file, "0x%04X", value);
68 ::fprintf(file, ", ");
71 ::fprintf(file, "\n")
    [all...]
  /external/stlport/src/
stdio_streambuf.cpp 55 stdio_streambuf_base::stdio_streambuf_base(FILE* file)
56 : /* _STLP_STD::FILE_basic_streambuf(file, 0), */
57 _M_file(file)
  /external/svox/pico/lib/
picopal.h 5 * you may not use this file except in compliance with the License.
17 * @file picopal.h
168 /* file access */
173 #define picopal_FILE FILE
179 #define PICOPAL_SEEK_END 2 /* relative to the end of the file */
187 /* 'FOpen' opens the file with name 'filename'. Depending on
189 'TextRead' : Opens an existing text file for reading.
190 The file is positioned at the beginning of the file.
191 'TextWrite' : Opens and truncates an existing file or creates a ne
    [all...]
  /external/v8/src/
platform-macos.cc 197 PosixMemoryMappedFile(FILE* file, void* memory, int size)
198 : file_(file), memory_(memory), size_(size) { }
203 FILE* file_;
210 FILE* file = fopen(name, "r+"); local
211 if (file == NULL) return NULL;
213 fseek(file, 0, SEEK_END);
214 int size = ftell(file);
221 fileno(file),
229 FILE* file = fopen(name, "w+"); local
    [all...]
platform-solaris.cc 223 PosixMemoryMappedFile(FILE* file, void* memory, int size)
224 : file_(file), memory_(memory), size_(size) { }
229 FILE* file_;
236 FILE* file = fopen(name, "r+"); local
237 if (file == NULL) return NULL;
239 fseek(file, 0, SEEK_END);
240 int size = ftell(file);
243 mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(file), 0)
250 FILE* file = fopen(name, "w+"); local
    [all...]
string-stream.h 142 void OutputToFile(FILE* out);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 264 // found in the LICENSE file.
267 // This file is auto-generated by generate_glslang_parser.sh. DO NOT EDIT!
    [all...]
  /external/webkit/Source/WebCore/platform/
UUID.cpp 86 FILE* fptr = fopen("/proc/sys/kernel/random/uuid", "r");
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.h 133 void dumpLayer(FILE*, int indentLevel) const;
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 139 FILE* fp = _wfopen(path, L"rb");
  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 36 void dump_associated_rules PROTO((FILE*, int));
37 void dump_transitions PROTO((FILE*, int[]));
143 * and writes a report to the given file.
146 void dump_associated_rules( file, ds )
147 FILE *file;
173 fprintf( file, _( " associated rule line numbers:" ) );
178 putc( '\n', file );
180 fprintf( file, "\t%d", rule_set[i] );
183 putc( '\n', file );
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
69 FILE *bufFile;
70 FILE *delayFile;
71 FILE *preCompFile;
72 FILE *postCompFile;
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
128 FILE *tmpId = NULL;
  /external/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
36 // Create an empty file:
37 FILE* dummy = fopen(kEmptyFileName, "wb");
48 // Tests that it is possible to run with the same reference as test file
69 // Tests that the right return code is given when the reference file is missing.
89 // Tests that the right return code is given when the test file is missing.
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
asn1_test.c 186 FILE *f;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 170 FILE *f;
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_dump.c 121 void eapol_auth_dump_state(FILE *f, const char *prefix,
  /external/wpa_supplicant_8/src/utils/
os_win32.c 183 FILE *f;
  /external/zlib/examples/
fitblk.c 70 /* compress from file to def until provided buffer is full or end of
72 there was read error on the file */
73 local int partcompress(FILE *in, z_streamp def)

Completed in 1349 milliseconds

<<51525354555657585960>>