/external/qemu/distrib/sdl-1.2.15/test/ |
testerror.c | 29 printf("Child thread error string: %s\n", SDL_GetError()); 39 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 49 fprintf(stderr, "Couldn't create thread: %s\n", SDL_GetError()); 57 printf("Main thread error string: %s\n", SDL_GetError());
|
testloadso.c | 30 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 46 libname, SDL_GetError()); 52 symname, SDL_GetError());
|
testhread.c | 46 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 53 fprintf(stderr, "Couldn't create thread: %s\n", SDL_GetError()); 64 fprintf(stderr, "Couldn't create thread: %s\n", SDL_GetError()); 75 fprintf(stderr, "Couldn't create thread: %s\n", SDL_GetError());
|
testkeys.c | 17 SDL_GetError());
|
testlock.c | 54 fprintf(stderr, "Couldn't lock mutex: %s", SDL_GetError()); 61 fprintf(stderr, "Couldn't unlock mutex: %s", SDL_GetError()); 81 fprintf(stderr, "%s\n", SDL_GetError()); 87 fprintf(stderr, "Couldn't create mutex: %s\n", SDL_GetError());
|
testtimer.c | 33 fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError()); 65 fprintf(stderr,"Could not create timer 1: %s\n", SDL_GetError()); 68 fprintf(stderr,"Could not create timer 2: %s\n", SDL_GetError()); 71 fprintf(stderr,"Could not create timer 3: %s\n", SDL_GetError());
|
testver.c | 17 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
|
testcursor.c | 151 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 157 fprintf(stderr, "Couldn't initialize video mode: %s\n",SDL_GetError()); 166 fprintf(stderr, "Couldn't initialize test cursor: %s\n",SDL_GetError()); 172 fprintf(stderr, "Couldn't initialize arrow cursor: %s\n",SDL_GetError()); 180 fprintf(stderr, "Couldn't initialize test cursor: %s\n",SDL_GetError());
|
testcdrom.c | 101 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 124 SDL_GetError()); 164 strack, sframe, ntrack, nframe, SDL_GetError()); 173 SDL_GetError()); 179 SDL_GetError()); 185 SDL_GetError()); 191 SDL_GetError());
|
loopwave.c | 69 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 79 argv[1], SDL_GetError()); 98 fprintf(stderr, "Couldn't open audio: %s\n", SDL_GetError());
|
torturethread.c | 66 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 77 "Couldn't create thread: %s\n", SDL_GetError());
|
testbitmap.c | 27 SDL_GetError()); 70 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 101 video_bpp, SDL_GetError()); 118 SDL_GetError());
|
testdyngl.c | 112 printf("Unable to init SDL : %s\n",SDL_GetError()); 118 printf("Unable to set GL attribute : %s\n",SDL_GetError()); 124 printf("Unable to dynamically open GL lib : %s\n",SDL_GetError()); 130 printf("Unable to open video mode : %s\n",SDL_GetError());
|
testgamma.c | 91 "Couldn't initialize SDL: %s\n", SDL_GetError()); 99 w, h, SDL_GetError()); 112 fprintf(stderr, "Unable to set gamma: %s\n", SDL_GetError()); 120 printf("Couldn't get gamma: %s\n", SDL_GetError());
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/ |
main.c | 27 SDL_GetError()); 35 video_bpp, SDL_GetError());
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/ |
main.c | 27 SDL_GetError()); 35 video_bpp, SDL_GetError());
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/ |
main.c | 27 SDL_GetError()); 35 video_bpp, SDL_GetError());
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/ |
main.c | 27 SDL_GetError()); 35 video_bpp, SDL_GetError());
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/ |
main.c | 27 SDL_GetError()); 35 video_bpp, SDL_GetError());
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/ |
main.c | 27 SDL_GetError()); 35 video_bpp, SDL_GetError());
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_error.h | 44 extern DECLSPEC char * SDLCALL SDL_GetError(void);
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_error.h | 44 extern DECLSPEC char * SDLCALL SDL_GetError(void);
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_error.h | 44 extern DECLSPEC char * SDLCALL SDL_GetError(void);
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_error.h | 44 extern DECLSPEC char * SDLCALL SDL_GetError(void);
|
/external/qemu/distrib/sdl-1.2.15/src/ |
SDL_error.c | 111 fprintf(stderr, "SDL_SetError: %s\n", SDL_GetError()); 187 char *SDL_GetError (void) 230 printf("Error 1: %s\n", SDL_GetError()); 235 printf("Error 2: %s\n", SDL_GetError());
|