/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/ |
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...] |
/external/clang/test/ |
cxx-sections.data | 810 22.3.1.1.2 [locale.facet] 829 22.4.1.3 [facet.ctype.special] 830 22.4.1.3.1 [facet.ctype.char.dtor] 831 22.4.1.3.2 [facet.ctype.char.members] 832 22.4.1.3.3 [facet.ctype.char.statics] 833 22.4.1.3.4 [facet.ctype.char.virtuals] 840 22.4.2.1.1 [facet.num.get.members] 841 22.4.2.1.2 [facet.num.get.virtuals] 843 22.4.2.2.1 [facet.num.put.members] 844 22.4.2.2.2 [facet.num.put.virtuals [all...] |
/external/libxml2/doc/html/ |
index.sgml | 190 <ANCHOR id="XML-SCHEMAS-FACET-UNKNOWN-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-FACET-UNKNOWN-CAPS"> 191 <ANCHOR id="XML-SCHEMAS-FACET-PRESERVE-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-FACET-PRESERVE-CAPS"> 192 <ANCHOR id="XML-SCHEMAS-FACET-REPLACE-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-FACET-REPLACE-CAPS"> 193 <ANCHOR id="XML-SCHEMAS-FACET-COLLAPSE-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-FACET-COLLAPSE-CAPS"> [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
c_locale.h | 94 * 1: No platform support for the given facet. 167 * locale. Those functions can be used to extract from a API dependent facet
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btConvexHull.h | 134 unsigned char p; // the facet on which this edge lies (index into facets list)
|
/external/libcxx/www/ |
results.Windows.html | 234 facet.num.put.members/ 239 facet.num.get.members/ 267 facet.numpunct/
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 52 /* Codecvt facet eating some characters from the external buffer. 142 /* Codecvt facet generating more characters than the ones read from the 144 * This kind of facet do not allow systematical positionning in the external
|
fstream_test.cpp | 637 : public locale::facet, public codecvt_base { 643 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 52 /* Codecvt facet eating some characters from the external buffer. 142 /* Codecvt facet generating more characters than the ones read from the 144 * This kind of facet do not allow systematical positionning in the external
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
ostream | 163 * @c num_get facet) to perform numeric formatting. 217 * @c num_get facet) to perform numeric formatting. 242 * @c num_get facet) to perform numeric formatting.
|
istream | 165 * @c num_get facet) to parse the input data. 211 * @c num_get facet) to parse the input data. 232 * @c num_get facet) to parse the input data.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
ostream | 163 * @c num_get facet) to perform numeric formatting. 217 * @c num_get facet) to perform numeric formatting. 242 * @c num_get facet) to perform numeric formatting.
|
istream | 165 * @c num_get facet) to parse the input data. 211 * @c num_get facet) to parse the input data. 232 * @c num_get facet) to parse the input data.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
ostream | 163 * @c num_get facet) to perform numeric formatting. 217 * @c num_get facet) to perform numeric formatting. 242 * @c num_get facet) to perform numeric formatting.
|
istream | 165 * @c num_get facet) to parse the input data. 211 * @c num_get facet) to parse the input data. 232 * @c num_get facet) to parse the input data.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
ostream | 163 * @c num_get facet) to perform numeric formatting. 217 * @c num_get facet) to perform numeric formatting. 242 * @c num_get facet) to perform numeric formatting.
|
istream | 165 * @c num_get facet) to parse the input data. 211 * @c num_get facet) to parse the input data. 232 * @c num_get facet) to parse the input data.
|
/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...] |
/toolchain/binutils/binutils-2.25/binutils/ |
ChangeLog-0001 | 376 (main): For gettext, also set the LC_CTYPE locate facet. 380 (main): For gettext, also set the LC_CTYPE locate facet. 383 (main): For gettext, also set the LC_CTYPE locate facet. 385 (main): For gettext, also set the LC_CTYPE locate facet. 390 * nm.c (main): For gettext, also set the LC_CTYPE locate facet. 396 (main): For gettext, also set the LC_CTYPE locate facet. 401 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet. 405 * size.c (main): For gettext, also set the LC_CTYPE locate facet. 420 (main): For gettext, also set the LC_CTYPE locate facet. 423 (main): For gettext, also set the LC_CTYPE locate facet [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/stlport/libs/mips/ |
libstlport_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/stlport/libs/x86/ |
libstlport_shared.so | |
/prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/ |
xsom-20140925-sources.jar | |