HomeSort by relevance Sort by last modified time
    Searched full:classic (Results 201 - 225 of 642) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
scan_not.pass.cpp 25 std::locale l = std::locale::classic();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_out.pass.cpp 27 std::locale l = std::locale::classic();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
scan_is.pass.cpp 25 std::locale l = std::locale::classic();
scan_not.pass.cpp 25 std::locale l = std::locale::classic();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 84 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/
global.pass.cpp 12 // static const locale& classic();
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.h 59 // be used for classic locale only
messages.cpp 62 return i != M->end() ? (*i).second : locale::classic();
65 return locale::classic();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.tcc 93 /* Optim for classic [begin, it) or [it, end) ranges, limit checks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.tcc 93 /* Optim for classic [begin, it) or [it, end) ranges, limit checks
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.tcc 93 /* Optim for classic [begin, it) or [it, end) ranges, limit checks
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.tcc 93 /* Optim for classic [begin, it) or [it, end) ranges, limit checks
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.tcc 93 /* Optim for classic [begin, it) or [it, end) ranges, limit checks
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.tcc 93 /* Optim for classic [begin, it) or [it, end) ranges, limit checks
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_iterator.tcc 92 /* Optim for classic [begin, it) or [it, end) ranges, limit checks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-keys.def 10 [IDLE Classic Windows]
61 [IDLE Classic Unix]
112 [IDLE Classic Mac]
163 [IDLE Classic OSX]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-keys.def 10 [IDLE Classic Windows]
61 [IDLE Classic Unix]
112 [IDLE Classic Mac]
163 [IDLE Classic OSX]
  /external/stlport/src/
messages.cpp 62 return i != M->end() ? (*i).second : locale::classic();
65 return locale::classic();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_augassign.py 21 # classic division
327 with check_py3k_warnings(("classic int division", DeprecationWarning)):

Completed in 2578 milliseconds

1 2 3 4 5 6 7 891011>>