/external/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/ |
types.pass.cpp | 14 // : public locale::facet, 26 static_assert((std::is_base_of<std::locale::facet, std::messages<char> >::value), ""); 28 static_assert((std::is_base_of<std::locale::facet, std::messages<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::money_get<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::money_get<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::money_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::money_put<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/ |
types.pass.cpp | 19 // : public locale::facet, 35 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), ""); 36 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/ |
types.pass.cpp | 20 // : public locale::facet, 33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), ""); 34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/ |
types.pass.cpp | 14 // : public locale::facet 36 static_assert((std::is_base_of<std::locale::facet, std::numpunct<char> >::value), ""); 46 static_assert((std::is_base_of<std::locale::facet, std::numpunct<wchar_t> >::value), "");
|
/external/libxml2/result/schemas/ |
hexbinary_0_1.err | 5 ./test/schemas/hexbinary_1.xml:11: element hex2: Schemas validity error : Element 'hex2': [facet 'maxLength'] The value has a length of '9'; this exceeds the allowed maximum length of '8'. 7 ./test/schemas/hexbinary_1.xml:13: element hex3: Schemas validity error : Element 'hex3': [facet 'length'] The value has a length of '1'; this differs from the allowed length of '2'. 9 ./test/schemas/hexbinary_1.xml:14: element hex3: Schemas validity error : Element 'hex3': [facet 'length'] The value has a length of '3'; this differs from the allowed length of '2'.
|
/external/llvm/test/CodeGen/Generic/ |
2007-04-30-LandingPadBranchFolding.ll | 6 %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** } 7 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/ |
types.pass.cpp | 14 // : public locale::facet { 37 static_assert((std::is_base_of<std::locale::facet, std::collate<char> >::value), ""); 47 static_assert((std::is_base_of<std::locale::facet, std::collate<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/ |
types.pass.cpp | 14 // : public locale::facet, 26 static_assert((std::is_base_of<std::locale::facet, std::messages<char> >::value), ""); 28 static_assert((std::is_base_of<std::locale::facet, std::messages<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::money_get<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::money_get<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::money_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::money_put<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/ |
types.pass.cpp | 19 // : public locale::facet, 35 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), ""); 36 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/ |
types.pass.cpp | 20 // : public locale::facet, 33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), ""); 34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/ |
types.pass.cpp | 14 // : public locale::facet 36 static_assert((std::is_base_of<std::locale::facet, std::numpunct<char> >::value), ""); 46 static_assert((std::is_base_of<std::locale::facet, std::numpunct<wchar_t> >::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0), 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), 56 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0), 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), 56 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0), 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), 56 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0), 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), 56 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0) 51 : facet(__refs), _M_data(__cache) 60 : facet(__refs), _M_data(0)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0) 51 : facet(__refs), _M_data(__cache) 60 : facet(__refs), _M_data(0)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0) 51 : facet(__refs), _M_data(__cache) 60 : facet(__refs), _M_data(0)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0) 51 : facet(__refs), _M_data(__cache) 60 : facet(__refs), _M_data(0)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0) 51 : facet(__refs), _M_data(__cache) 60 : facet(__refs), _M_data(0)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
time_members.h | 43 : facet(__refs), _M_data(0) 51 : facet(__refs), _M_data(__cache) 60 : facet(__refs), _M_data(0)
|