/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_classes.h | 70 class facet; 74 friend class facet; 167 * @brief Construct locale with another facet. 169 * Constructs a copy of the locale @a __other. The facet @a __f 170 * is added to @a __other, replacing an existing facet of type 171 * Facet if there is one. If @a __f is null, this locale is a 175 * @param __f The facet to add in. 195 * @brief Construct locale with another facet. 198 * existing facet of type Facet from the locale @a other into the ne 338 class locale::facet class in class:locale 370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
locale_classes.h | 70 class facet; 74 friend class facet; 167 * @brief Construct locale with another facet. 169 * Constructs a copy of the locale @a __other. The facet @a __f 170 * is added to @a __other, replacing an existing facet of type 171 * Facet if there is one. If @a __f is null, this locale is a 175 * @param __f The facet to add in. 195 * @brief Construct locale with another facet. 198 * existing facet of type Facet from the locale @a other into the ne 338 class locale::facet class in class:locale 370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
locale_classes.h | 70 class facet; 74 friend class facet; 167 * @brief Construct locale with another facet. 169 * Constructs a copy of the locale @a __other. The facet @a __f 170 * is added to @a __other, replacing an existing facet of type 171 * Facet if there is one. If @a __f is null, this locale is a 175 * @param __f The facet to add in. 195 * @brief Construct locale with another facet. 198 * existing facet of type Facet from the locale @a other into the ne 338 class locale::facet class in class:locale 370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
search.py | 50 for (facet, values) in attrs['facets'].items(): 52 self.facets[facet] = dict((k, v) for (k, v) in map(lambda x: (x['value'], x['count']), values.get('buckets', []))) 82 facet=None, highlight=None, partial=None, options=None): 91 self.facet = facet or {} 124 if self.facet: 125 for k, v in six.iteritems(self.facet): 128 params['facet.%s' % k] = v 174 if self.facet: 175 facet = { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
search.py | 53 for (facet, values) in attrs['facets'].items(): 55 self.facets[facet] = dict((k, v) for (k, v) in map(lambda x: (x['value'], x['count']), values['constraints'])) 85 start=0, facet=None, facet_constraints=None, 93 self.facet = facet or [] 126 if self.facet: 127 params['facet'] = ','.join(self.facet) 131 params['facet-%s-constraints' % k] = v 135 params['facet-%s-sort' % k] = [all...] |
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), "");
|
/external/libcxx/test/std/localization/locales/locale.global.templates/ |
use_facet.pass.cpp | 12 // template <class Facet> const Facet& use_facet(const locale& loc); 20 : public std::locale::facet
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/ |
types.pass.cpp | 14 // : public locale::facet 26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/ |
use_facet.pass.cpp | 12 // template <class Facet> const Facet& use_facet(const locale& loc); 20 : public std::locale::facet
|
/external/libxml2/result/schemas/ |
cos-st-restricts-1-2-err_0_0.err | 1 ./test/schemas/cos-st-restricts-1-2-err_0.xml:3: element foo: Schemas validity error : Element '{http://FOO}foo': [facet 'length'] The value has a length of '2'; this differs from the allowed length of '3'.
|
/external/llvm/test/Transforms/Inline/ |
2006-01-14-CallGraphUpdate.ll | 3 %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet" } 9 %"struct.std::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"**, i8** } 10 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale 84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet 86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet 87 virtual ~facet(); 90 friend facet * _STLP_CALL _get_facet( facet * ); 91 friend void _STLP_CALL _release_facet( facet *& ); 94 facet(const facet& ) /* : _Refcount_Base(1) {} */; 95 void operator=(const facet&) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale 84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet 86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet 87 virtual ~facet(); 90 friend facet * _STLP_CALL _get_facet( facet * ); 91 friend void _STLP_CALL _release_facet( facet *& ); 94 facet(const facet& ) /* : _Refcount_Base(1) {} */; 95 void operator=(const facet&) [all...] |
/external/libxml2/os400/libxmlrpg/ |
xmlschemastypes.rpgle | 60 d facet value like(xmlSchemaFacetPtr) 67 d facet value like(xmlSchemaFacetPtr) 86 d facet value like(xmlSchemaFacetPtr) 93 d facet value like(xmlSchemaFacetPtr) 109 d facet value like(xmlSchemaFacetPtr) 137 d facet value like(xmlSchemaFacetPtr) 143 d facet value like(xmlSchemaFacetPtr) 151 d facet value like(xmlSchemaFacetPtr)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
messages_members.h | 45 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()), 52 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0) 107 if (this->_M_name_messages != locale::facet::_S_get_c_name()) 110 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0) 118 this->_M_name_messages = locale::facet::_S_get_c_name();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
messages_members.h | 45 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()), 52 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0) 107 if (this->_M_name_messages != locale::facet::_S_get_c_name()) 110 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0) 118 this->_M_name_messages = locale::facet::_S_get_c_name();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
messages_members.h | 45 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()), 52 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0) 107 if (this->_M_name_messages != locale::facet::_S_get_c_name()) 110 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0) 118 this->_M_name_messages = locale::facet::_S_get_c_name();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
messages_members.h | 45 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()), 52 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0) 107 if (this->_M_name_messages != locale::facet::_S_get_c_name()) 110 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0) 118 this->_M_name_messages = locale::facet::_S_get_c_name();
|
/ndk/sources/cxx-stl/stlport/src/ |
locale_impl.cpp | 36 locale::facet * _STLP_CALL _get_facet(locale::facet *f) 43 void _STLP_CALL _release_facet(locale::facet *&f) 110 //facets with a reference counter telling to _release_facet when the facet can be 126 locale::facet* _Locale_impl::insert(locale::facet *f, const locale::id& n) { 163 locale::facet* ct = 0; 164 locale::facet* cvt = 0; 166 locale::facet* wct = 0; 167 locale::facet* wcvt = 0 [all...] |
/external/clang/test/CXX/class/class.friend/ |
p1.cpp | 66 class facet; 67 friend class facet; // should not assert 68 class facet {}; class in class:A
|
/external/libcxx/test/std/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), "");
|