HomeSort by relevance Sort by last modified time
    Searched refs:facet (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemAlignmentFacetHelper.java 34 static int getAlignmentPosition(View itemView, ItemAlignmentFacet.ItemAlignmentDef facet,
38 if (facet.mViewId != 0) {
39 view = itemView.findViewById(facet.mViewId);
44 int alignPos = facet.mOffset;
49 if (facet.mOffsetWithPadding) {
50 if (facet.mOffsetPercent == 0f) {
52 } else if (facet.mOffsetPercent == 100f) {
56 if (facet.mOffsetPercent != ITEM_ALIGN_OFFSET_PERCENT_DISABLED) {
58 : view.getWidth()) * facet.mOffsetPercent) / 100f);
66 if (facet.mOffsetWithPadding)
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/libcxx/test/libcxx/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)
  /prebuilts/ndk/r11/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)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/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/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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), "");

Completed in 3153 milliseconds

1 2 3 4 5 6 7 8 910