Home
last modified time | relevance | path

Searched defs:classic (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audiodev.c50 int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic) in SDL_OpenAudioPath()
146 int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic) in SDL_OpenAudioPath()
/external/stlport/stlport/stl/
D_locale.h273 static const locale& _STLP_CALL classic() { in classic() function
/external/stlport/src/
Dlocale.cpp405 const locale& _STLP_CALL locale::classic() { in classic() function in locale
Dlocale_impl.cpp628 _Locale_impl *classic = new(&_Locale_classic_impl_buf) _Locale_impl("C"); in make_classic_locale() local