/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/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...] |
/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/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...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
DetailsFragment.java | 245 ItemAlignmentFacet facet = new ItemAlignmentFacet(); local 261 facet.setAlignmentDefs(defs); 262 presenter.setFacet(ItemAlignmentFacet.class, facet);
|
DetailsSupportFragment.java | 247 ItemAlignmentFacet facet = new ItemAlignmentFacet(); local 263 facet.setAlignmentDefs(defs); 264 presenter.setFacet(ItemAlignmentFacet.class, facet);
|
/external/libcxx/src/ |
locale.cpp | 62 void operator()(locale::facet* p) {p->__release_shared();} 135 : public facet 142 vector<facet*> facets_; 144 vector<facet*, __sso_allocator<facet*, N> > facets_; 153 __imp(const __imp&, facet* f, long id); 159 const locale::facet* use_facet(long id) const; 164 void install(facet* f, long id); 174 : facet(refs), 210 : 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...] |
/external/libxml2/include/libxml/ |
schemasInternals.h | 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ 400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink 549 * a whitespace-facet value of "preserve" 555 * a whitespace-facet value of "replace" 561 * a whitespace-facet value of "collapse" 799 * unknown facet handling 805 * preserve the type of the facet 811 * replace the type of the facet 817 * collapse the types of the facet [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-publisher-plugin/0.20.0/ |
tycho-p2-publisher-plugin-0.20.0.jar | |
/prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/ |
xsom-20140925.jar | |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
GridLayoutManager.java | 152 void setItemAlignmentFacet(ItemAlignmentFacet facet) { 153 mAlignmentFacet = facet; 866 final ItemAlignmentFacet facet = lp.getItemAlignmentFacet(); local 867 if (facet != null) { 868 final ItemAlignmentFacet.ItemAlignmentDef[] defs = facet.getAlignmentDefs(); 1440 E facet = null; local [all...] |
/external/libxml2/ |
relaxng.c | 604 * @facet: the facet name 605 * @val: the facet value 609 * Function provided by a type library to check a value facet 614 const xmlChar * facet, 653 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary 2484 xmlSchemaFacetPtr facet; local [all...] |
xmlschemas.c | 1788 xmlSchemaFacetPtr facet; local 3970 xmlSchemaFacetPtr facet, next; local 6635 xmlSchemaFacetPtr facet; local 11661 xmlSchemaFacetPtr facet, lastfacet = NULL; local 15303 xmlSchemaFacetPtr facet; local 15379 xmlSchemaFacetPtr facet; local 15490 xmlSchemaFacetPtr facet; local 15679 xmlSchemaFacetPtr facet; local 17225 xmlSchemaFacetPtr facet, bfacet, local 18848 xmlSchemaFacetPtr facet = typeDecl->facets; local 18862 facet = facet->next; local 24165 xmlSchemaFacetPtr facet; local [all...] |
testapi.c | 35016 xmlSchemaFacetPtr facet; \/* the facet *\/ local 35386 xmlSchemaFacetPtr facet; \/* an schemas type facet *\/ local 35715 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local 35768 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local 35839 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local 35899 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local 35968 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local [all...] |
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/ |
jaxb-xjc-2.2.11.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/ |
tycho-packaging-plugin-0.20.0.jar | |
/prebuilts/sdk/current/support/v17/leanback/libs/ |
android-support-v17-leanback.jar | |