| /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
| SDL_sysmouse.c | 56 static void PrintBITMAP(FILE *out, char *bits, int w, int h)
|
| /external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
| SDL_x11image.c | 158 FILE *pstat = fopen("/proc/stat", "r");
|
| /external/qemu/hw/ |
| hw.h | 14 /* This function writes a chunk of data to a file at the given position. 15 * The pos argument can be ignored if the file is only being used for 21 /* Read a chunk of data from a file at the given position. The pos argument 22 * can be ignored if the file is only be used for streaming. The number of 28 /* Close a file and return an error code */ 31 /* Called to determine if the file has exceeded it's bandwidth allocation. The 52 QEMUFile *qemu_popen(FILE *popen_file, const char *mode);
|
| /external/qemu/ |
| loadpng.c | 14 FILE *fp = 0; 38 LOG("%s: failed to open file\n", fn);
|
| /external/qemu/slirp/ |
| slirp.h | 250 extern int vfprintf _P((FILE *, const char *, va_list));
|
| /external/qemu-pc-bios/vgabios/ |
| biossums.c | 52 FILE* stream; 58 printf( "Error. Need a file-name as an argument.\n" );
|
| /external/quake/quake/src/QW/client/ |
| gl_mesh.c | 291 FILE *f;
|
| gl_vidandroid.c | 67 FILE *f;
|
| gl_vidlinux.c | 219 FILE *f;
|
| gl_vidlinux_svga.c | 251 FILE *f;
|
| /external/quake/quake/src/WinQuake/ |
| gl_mesh.cpp | 304 FILE *f;
|
| gl_vidandroid.cpp | 90 FILE *f;
|
| /external/sonivox/arm-fm-22k/host_src/ |
| eas_main.c | 3 * File: 13 * you may not use this file except in compliance with the License. 47 /* default file to play if no filename is specified on the command line */ 64 * This function plays the file requested by filename 85 /* determine the name of the output file */ 98 /* call EAS library to open file */ 105 /* prepare to play the file */ 122 /* create the output file */ 126 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unable to create output file %s\n", waveFilename); */ } 160 /* write it to the wave file */ [all...] |
| /external/sonivox/arm-hybrid-22k/host_src/ |
| eas_main.c | 3 * File: 13 * you may not use this file except in compliance with the License. 47 /* default file to play if no filename is specified on the command line */ 64 * This function plays the file requested by filename 85 /* determine the name of the output file */ 98 /* call EAS library to open file */ 105 /* prepare to play the file */ 122 /* create the output file */ 126 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unable to create output file %s\n", waveFilename); */ } 160 /* write it to the wave file */ [all...] |
| /external/sonivox/arm-wt-22k/host_src/ |
| eas_main.c | 3 * File: 13 * you may not use this file except in compliance with the License. 47 /* default file to play if no filename is specified on the command line */ 64 * This function plays the file requested by filename 84 EAS_FILE file; local 86 /* determine the name of the output file */ 99 /* call EAS library to open file */ 100 file.path = filename; 101 file.fd = 0; 102 if ((reportResult = EAS_OpenFile(easData, &file, &handle)) != EAS_SUCCESS [all...] |
| /external/srec/portable/include/ |
| PFile.h | 7 * you may not use this file except in compliance with the License. * 36 * Portable file API. 68 * Portable file. 73 typedef FILE PFile; 93 * @return ESR_CLOSE_ERROR if file cannot be closed 105 * an error occurs or if the end of the file is encountered before reaching 155 * @param isOpen [out] True if file is open 161 * Indicates if the PFile is at the end of file. 164 * @param isEof [out] True if end of file has been reached 267 * @return ESR_CLOSE_ERROR if file cannot be close [all...] |
| /external/v8/src/ |
| platform-freebsd.cc | 217 PosixMemoryMappedFile(FILE* file, void* memory, int size) 218 : file_(file), memory_(memory), size_(size) { } 223 FILE* file_; 230 FILE* file = fopen(name, "r+"); local 231 if (file == NULL) return NULL; 233 fseek(file, 0, SEEK_END); 234 int size = ftell(file); 237 mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(file), 0) 244 FILE* file = fopen(name, "w+"); local [all...] |
| /external/valgrind/main/perf/ |
| ffbench.c | 30 written as a CA Lab pattern file. This is intended for 331 file for debugging. */ 338 FILE *fp; 356 /* Dump pattern map to file. */ 360 fprintf(stdout, "Cannot open output file.\n");
|
| /external/webkit/Tools/DumpRenderTree/wx/ |
| DumpRenderTreeWx.cpp | 59 FILE* logOutput; 236 pathOrURL.insert(0, "file://");
|
| /external/webrtc/test/testsupport/ |
| fileutils_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. 65 FILE* file = fopen(file_it->c_str(), "wb"); local 66 ASSERT_TRUE(file != NULL) << "Failed to write file: " << file_it->c_str(); 67 ASSERT_GT(fprintf(file, "%s", "Dummy data"), 0); 68 fclose(file); 142 // Change current working dir to the root of the current file syste [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
| wpa_debug.c | 21 static FILE *out_file = NULL; 266 "output file, using standard output");
|
| /external/wpa_supplicant_8/src/crypto/ |
| random.c | 327 return; /* entropy file not yet available */ 330 wpa_printf(MSG_DEBUG, "random: Invalid entropy file %s", 349 FILE *f; 361 wpa_printf(MSG_ERROR, "random: Could not open entropy file %s " 377 wpa_printf(MSG_DEBUG, "random: Updated entropy file %s "
|
| /external/zlib/contrib/testzlib/ |
| testzlib.c | 121 FILE* stream;
163 printf("run TestZlib <File> [BlockSizeCompress] [BlockSizeUncompress] [compres. level]\n");
172 else printf("file %s read, %u bytes\n",argv[1],lFileSize);
|
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| NuPlayerDriver.cpp | 5 * you may not use this file except in compliance with the License. 313 FILE *out = fdopen(dup(fd), "w");
|
| /frameworks/compile/slang/ |
| slang_rs_reflection_cpp.cpp | 5 * you may not use this file except in compliance with the License. 202 FILE *pfin = fopen(mOutputBCFileName.c_str(), "rb"); 204 fprintf(stderr, "Error: could not read file %s\n", mOutputBCFileName.c_str());
|