/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ItemAlignmentFacetHelper.java | 36 static int getAlignmentPosition(View itemView, ItemAlignmentFacet.ItemAlignmentDef facet, 40 if (facet.mViewId != 0) { 41 view = itemView.findViewById(facet.mViewId); 46 int alignPos = facet.mOffset; 48 if (facet.mOffset >= 0) { 49 if (facet.mOffsetWithPadding) { 53 if (facet.mOffsetWithPadding) { 57 if (facet.mOffsetPercent != ITEM_ALIGN_OFFSET_PERCENT_DISABLED) { 59 * facet.mOffsetPercent) / 100f; 67 if (facet.mOffset >= 0) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
locale_impl.h | 33 //If we are using pointer specialization, vector<locale::facet*> will use 35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>; 39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >; 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; 47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >; 48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > [all...] |
dll_main.cpp | 137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; 140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >; 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; 148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >; 149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >; [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/locales/locale/locale.types/locale.facet/ |
facet.pass.cpp | 12 // class locale::facet 15 // explicit facet(size_t refs = 0); 16 // virtual ~facet(); 17 // facet(const facet&) = delete; 18 // void operator=(const facet&) = delete; 27 : public std::locale::facet 31 : std::locale::facet(refs)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.facet/ |
facet.pass.cpp | 12 // class locale::facet 15 // explicit facet(size_t refs = 0); 16 // virtual ~facet(); 17 // facet(const facet&) = delete; 18 // void operator=(const facet&) = delete; 27 : public std::locale::facet 31 : std::locale::facet(refs)
|
/external/clang/test/SemaTemplate/ |
crash-10438657.cpp | 5 class collate : public locale::facet {
|
/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();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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/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.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.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/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/libxml2/include/libxml/ |
xmlschemastypes.h | 51 xmlSchemaFacetPtr facet, 55 xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet, 66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet, 71 xmlSchemaFreeFacet (xmlSchemaFacetPtr facet); 78 xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet, 92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet); 95 xmlSchemaFacetPtr facet, 100 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
|
/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), "");
|