OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Delay
(Results
1 - 25
of
62
) sorted by null
1
2
3
/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
SDL_systimer.c
39
void
SDL_Delay
(Uint32 ms)
56
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
SDL_systimer.c
45
void
SDL_Delay
(Uint32 ms)
60
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/
SDL_systimer.c
50
void
SDL_Delay
(Uint32 ms)
65
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.15/test/
testerror.c
27
SDL_Delay
(1*1000);
52
SDL_Delay
(5*1000);
testhread.c
26
SDL_Delay
(1*1000);
35
SDL_Delay
(5*1000);
56
SDL_Delay
(5*1000);
67
SDL_Delay
(5*1000);
testsem.c
22
SDL_Delay
(200);
25
SDL_Delay
(1); /* For the scheduler */
87
SDL_Delay
(10 * 1000);
testtimer.c
49
SDL_Delay
(10*1000);
75
SDL_Delay
(10*1000);
80
SDL_Delay
(5*1000);
testlock.c
58
SDL_Delay
(1*1000);
65
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
SDL_systimer.cpp
59
void
SDL_Delay
(Uint32 ms)
76
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.15/src/timer/nds/
SDL_systimer.c
47
void
SDL_Delay
(Uint32 ms)
/external/qemu/distrib/sdl-1.2.15/include/
SDL_timer.h
52
extern DECLSPEC void SDLCALL
SDL_Delay
(Uint32 ms);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h
52
extern DECLSPEC void SDLCALL
SDL_Delay
(Uint32 ms);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h
52
extern DECLSPEC void SDLCALL
SDL_Delay
(Uint32 ms);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h
52
extern DECLSPEC void SDLCALL
SDL_Delay
(Uint32 ms);
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c
84
void
SDL_Delay
(Uint32 ms)
196
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.15/src/main/beos/
SDL_BeApp.cc
80
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
SDL_systimer.c
68
void
SDL_Delay
(Uint32 ms)
100
void
SDL_Delay
(Uint32 ms)
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_systimer.c
91
void
SDL_Delay
(Uint32 ms)
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.c
204
SDL_Delay
(ticks);
216
SDL_Delay
(1); /* Let a little CPU time go by */
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c
94
DECLSPEC void SDLCALL
SDL_Delay
(Uint32 ms)
177
SDL_SetError("[
SDL_Delay
] : Had error in %s(), rc is 0x%x\n", e, badrc);
192
SDL_Delay
(10);
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c
88
void
SDL_Delay
(Uint32 ms)
203
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c
146
SDL_Delay
(delay);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c
146
SDL_Delay
(delay);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c
146
SDL_Delay
(delay);
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
SDL_dummyaudio.c
106
SDL_Delay
(this->hidden->write_delay);
Completed in 351 milliseconds
1
2
3