/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_error.h | 43 extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...);
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_error.h | 43 extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/ |
SDL_syssem.c | 78 SDL_SetError("Couldn't create semaphore"); 106 SDL_SetError("Passed a NULL semaphore"); 126 SDL_SetError("Passed a NULL semaphore"); 136 SDL_SetError("Semaphore operation error"); 147 SDL_SetError("Passed a NULL semaphore"); 205 SDL_SetError("Passed a NULL semaphore"); 215 SDL_SetError("Semaphore operation error");
|
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/ |
SDL_systimer.c | 120 SDL_SetError("Cannot create event for timers thread"); 126 SDL_SetError("Cannot create timers thread, check amount of RAM available"); 165 SDL_SetError("Warning: Can't set %d ms timer resolution", 171 SDL_SetError("timeSetEvent() failed"); 189 SDL_SetError("Internal logic error: WinCE uses threaded timer");
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/ |
SDL_nto_audio.c | 156 SDL_SetError("NTO_AudioAvailable(): snd_pcm_close failed: %s\n", snd_strerror(rval)); 162 SDL_SetError("NTO_AudioAvailable(): there are no available audio devices.\n"); 237 case 0: SDL_SetError("NTO_WaitAudio(): select() failed: %s\n", strerror(errno)); 284 SDL_SetError("NTO_PlayAudio(): snd_pcm_plugin_status failed: %s\n", snd_strerror(rval)); 291 SDL_SetError("NTO_PlayAudio(): snd_pcm_plugin_prepare failed: %s\n", snd_strerror(rval)); 335 SDL_SetError("NTO_CloseAudio(): snd_pcm_plugin_flush failed: %s\n", snd_strerror(rval)); 340 SDL_SetError("NTO_CloseAudio(): snd_pcm_close failed: %s\n",snd_strerror(rval)); 370 SDL_SetError("NTO_OpenAudio(): snd_pcm_open failed: %s\n", snd_strerror(rval)); 379 SDL_SetError("snd_pcm_plugin_set_disable failed: %s\n", snd_strerror(rval)); 431 SDL_SetError("NTO_OpenAudio(): Couldn't find any hardware audio formats") [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
SDL_dmaaudio.c | 260 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); 270 SDL_SetError("Fragment size must be a power of two"); 276 SDL_SetError("Couldn't set audio fragment spec"); 284 SDL_SetError("Couldn't set audio format"); 292 SDL_SetError("Couldn't set audio channels"); 299 SDL_SetError("Couldn't set audio frequency"); 323 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); 331 SDL_SetError("Couldn't get audio format list"); 382 SDL_SetError("Couldn't find any hardware audio formats"); 391 SDL_SetError("Couldn't set audio format") [all...] |
/external/qemu/distrib/sdl-1.2.15/src/ |
SDL_error.c | 50 void SDL_SetError (const char *fmt, ...) 111 fprintf(stderr, "SDL_SetError: %s\n", SDL_GetError()); 207 SDL_SetError("Out of memory"); 210 SDL_SetError("Error reading from datastream"); 213 SDL_SetError("Error writing to datastream"); 216 SDL_SetError("Error seeking in datastream"); 219 SDL_SetError("Unknown SDL error"); 229 SDL_SetError("Hi there!"); 234 SDL_SetError("This is the error: %s (%f)", buffer, 1.0);
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/ |
SDL_sysloadso.c | 39 SDL_SetError("Failed loading %s: %s", sofile, loaderror); 56 SDL_SetError("Failed loading %s: %s", name, (const char *)dlerror());
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/ |
SDL_sysloadso.c | 44 SDL_SetError("Failed loading %s: %s", sofile, buf); 60 SDL_SetError("Failed loading %s: %s", name, loaderror);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/ |
SDL_systhread.c | 36 SDL_SetError("Not enough resources to create thread");
|
/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/ |
SDL_systimer.c | 82 SDL_SetError("Internal logic error: threaded timer in use");
|
/external/qemu/distrib/sdl-1.2.15/src/timer/nds/ |
SDL_systimer.c | 67 SDL_SetError("Timers not implemented on NDS");
|
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/ |
SDL_sysmutex.c | 78 SDL_SetError("Passed a NULL mutex"); 106 SDL_SetError("Passed a NULL mutex"); 112 SDL_SetError("mutex not owned by this thread");
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
SDL_systhread.c | 33 SDL_SetError("Threads have not been compiled into this version of the library"); 85 SDL_SetError("Couldn't initialize pthread attributes"); 92 SDL_SetError("Not enough resources to create thread");
|
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/ |
SDL_sysmutex.cpp | 80 SDL_SetError("Couldn't create mutex"); 110 SDL_SetError("Passed a NULL mutex"); 123 SDL_SetError("Passed a NULL mutex");
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom.c | 236 SDL_SetError ("Some CD's were added but they will be ignored"); 288 SDL_SetError ("PBHGetVolParmsSync returned %d", err); 301 SDL_SetError ("Only one cdrom is supported"); 314 SDL_SetError (kErrorFakeDevice); 354 SDL_SetError (kErrorFakeDevice); 371 SDL_SetError ("SDL_SYS_CDPlay: No file for start=%d, length=%d", start, length); 394 SDL_SetError (kErrorFakeDevice); 416 SDL_SetError (kErrorFakeDevice); 438 SDL_SetError (kErrorFakeDevice); 468 SDL_SetError (kErrorFakeDevice) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/ |
SDL_paudio.c | 251 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); 260 SDL_SetError("Couldn't get audio buffer information"); 381 SDL_SetError("Couldn't find any hardware audio formats"); 425 SDL_SetError("Couldn't set audio format: DSP can't do play requests"); 429 SDL_SetError("Couldn't set audio format: DSP can't do record requests"); 433 SDL_SetError("Couldn't set audio format: request was invalid"); 437 SDL_SetError("Couldn't set audio format: conflict with open's flags"); 441 SDL_SetError("Couldn't set audio format: out of DSP MIPS or memory"); 445 SDL_SetError("Couldn't set audio format: not documented in sys/audio.h"); 492 SDL_SetError("Can't start audio play") [all...] |
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/ |
SDL_systimer.c | 129 SDL_SetError("Warning: Can't set %d ms timer resolution", 135 SDL_SetError("timeSetEvent() failed"); 151 SDL_SetError("Internal logic error: Win32 uses threaded timer");
|
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/ |
SDL_systimer.c | 86 SDL_SetError("Internal logic error: BeOS uses threaded timer");
|
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/ |
SDL_systimer.c | 91 SDL_SetError("Internal logic error: DC uses threaded timer");
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 178 SDL_SetError("[PS3] Unable to open device %s", PS3_DEV_FB); 184 SDL_SetError("[PS3] Can't get VSCREENINFO"); 215 SDL_SetError("[PS3] Can't put VSCREENINFO"); 229 SDL_SetError("[PS3] PS3FB_IOCTL_SCREENINFO failed"); 304 SDL_SetError("[PS3] Can't get fixed screeninfo"); 309 SDL_SetError("[PS3] type %s not supported", 319 SDL_SetError("[PS3] Can't mmap for %s", PS3_DEV_FB); 460 SDL_SetError("[PS3->SPU] Could not create pthread for spe"); 477 SDL_SetError("[PS3->SPU] Failed joining the thread"); 493 SDL_SetError("[PS3->SPU] Failed creating SPE context") [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_image.c | 67 SDL_SetError("ph_SetupImage(): unsupported bpp=%d !\n", bpp); 80 SDL_SetError("ph_SetupImage(): can't allocate memory for palette !\n"); 88 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=8 !\n"); 98 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=%d !\n", bpp); 144 SDL_SetError("ph_SetupOCImage(): unsupported bpp=%d !\n", bpp); 155 SDL_SetError("ph_SetupOCImage(): PdCreateOffscreenContext() function failed !\n"); 165 SDL_SetError("ph_SetupOCImage(): PdGetOffscreenContextPtr function failed !\n"); 203 SDL_SetError("ph_SetupFullScreenImage(): PdCreateOffscreenContext() function failed !\n"); 212 SDL_SetError("ph_SetupFullScreenImage(): PdCreateOffscreenContext(back) function failed !\n"); 220 SDL_SetError("ph_SetupFullScreenImage(): PdGetOffscreenContextPtr() function failed !\n") [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/ |
SDL_dspaudio.c | 183 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); 193 SDL_SetError("Couldn't set audio blocking mode"); 202 SDL_SetError("Couldn't get audio format list"); 260 SDL_SetError("Couldn't find any hardware audio formats"); 271 SDL_SetError("Couldn't set audio format"); 280 SDL_SetError("Cannot set the number of channels"); 290 SDL_SetError("Couldn't set audio frequency"); 302 SDL_SetError("Fragment size must be a power of two");
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/ |
SDL_cdrom.c | 73 SDL_SetError("CD-ROM not opened"); 78 SDL_SetError("CD-ROM subsystem not initialized"); 97 SDL_SetError("Invalid CD-ROM drive index"); 115 SDL_SetError("Invalid CD-ROM drive index"); 187 SDL_SetError("Invalid starting track"); 202 SDL_SetError("Invalid play length"); 212 SDL_SetError("Invalid starting frame for track %d", strack); 220 SDL_SetError("Invalid ending frame for track %d", etrack);
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/ |
SDL_sysloadso.c | 72 SDL_SetError("Failed loading %s: %s", sofile, loaderror); 92 SDL_SetError("Failed loading %s: %s", name, loaderror);
|