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

1 2

  /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
  /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/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 78 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
82 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
84 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
85 virtual ~facet();
88 friend facet * _STLP_CALL _get_facet( facet * );
89 friend void _STLP_CALL _release_facet( facet *& );
92 facet(const facet& ) /* : _Refcount_Base(1) {} */;
93 void operator=(const facet&)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 78 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
82 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
84 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
85 virtual ~facet();
88 friend facet * _STLP_CALL _get_facet( facet * );
89 friend void _STLP_CALL _release_facet( facet *& );
92 facet(const facet& ) /* : _Refcount_Base(1) {} */;
93 void operator=(const facet&)
    [all...]
  /prebuilts/ndk/7/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/8/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/9/sources/cxx-stl/EH/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...]
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 43 locale::facet::~facet() {}
62 string what = "Unable to find facet";
70 const char* name, const char* facet) {
75 what += facet;
76 what += " facet category, unable to create facet for ";
87 what = "Unable to create facet ";
88 what += facet;
128 void locale::_M_insert(facet* f, locale::id& n)
    [all...]
  /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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a __other. The facet @a __f
172 * is added to @a __other, replacing an existing facet of type
173 * Facet if there is one. If @a __f is null, this locale is a
177 * @param __f The facet to add in.
197 * @brief Construct locale with another facet.
200 * existing facet of type Facet from the locale @a other into the ne
340 class locale::facet class in class:locale
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a __other. The facet @a __f
172 * is added to @a __other, replacing an existing facet of type
173 * Facet if there is one. If @a __f is null, this locale is a
177 * @param __f The facet to add in.
197 * @brief Construct locale with another facet.
200 * existing facet of type Facet from the locale @a other into the ne
340 class locale::facet class in class:locale
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragment.java 251 ItemAlignmentFacet facet = new ItemAlignmentFacet(); local
267 facet.setAlignmentDefs(defs);
268 presenter.setFacet(ItemAlignmentFacet.class, facet);
DetailsSupportFragment.java 253 ItemAlignmentFacet facet = new ItemAlignmentFacet(); local
269 facet.setAlignmentDefs(defs);
270 presenter.setFacet(ItemAlignmentFacet.class, facet);
  /external/libcxx/src/
locale.cpp 61 void operator()(locale::facet* p) {p->__release_shared();}
134 : public facet
141 vector<facet*> facets_;
143 vector<facet*, __sso_allocator<facet*, N> > facets_;
152 __imp(const __imp&, facet* f, long id);
158 const locale::facet* use_facet(long id) const;
163 void install(facet* f, long id);
173 : facet(refs),
209 : facet(refs)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 65 void operator()(locale::facet* p) {p->__release_shared();}
138 : public facet
145 vector<facet*> facets_;
147 vector<facet*, __sso_allocator<facet*, N> > facets_;
156 __imp(const __imp&, facet* f, long id);
162 const locale::facet* use_facet(long id) const;
167 void install(facet* f, long id);
177 : facet(refs),
213 : facet(refs)
    [all...]

Completed in 425 milliseconds

1 2