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

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/result/schemas/
facet-whiteSpace_0_0 1 ./test/schemas/facet-whiteSpace_0.xml validates
facet-unionST-err1_0_0 1 ./test/schemas/facet-unionST-err1_0.xml fails to validate
facet-unionST-err1_0_0.err 1 ./test/schemas/facet-unionST-err1_0.xml:3: element foo: Schemas validity error : Element '{http://FOO}foo': 'tiny' is not a valid value of the union type '{http://FOO}fooType.B'.
decimal-2_1_0.err 1 ./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'minInclusive'] The value '-0.1' is less than the minimum value allowed ('0').
3 ./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'minInclusive'] The value '-1' is less than the minimum value allowed ('0').
decimal-3_1_0.err 1 ./test/schemas/decimal-3_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '0.123' has more digits than are allowed ('2').
3 ./test/schemas/decimal-3_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '0.023' has more digits than are allowed ('2').
5 ./test/schemas/decimal-3_0.xml:14: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '123' has more digits than are allowed ('2').
7 ./test/schemas/decimal-3_0.xml:15: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '12.3' has more digits than are allowed ('2').
restriction-enum-1_1_0.err 1 ./test/schemas/restriction-enum-1_0.xml:7: element foo: Schemas validity error : Element 'foo': [facet 'enumeration'] The value 'c' is not an element of the set {'a', 'b', 'd'}.
vdv-first4_0_2.err 1 ./test/schemas/vdv-first4_2.xml:24: element born: Schemas validity error : Element 'born': [facet 'pattern'] The value '2000-01-20Z' is not accepted by the pattern '[^:Z]*'.
  /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...]
FacetProvider.java 23 * Queries optional implemented facet.
24 * @param facetClass Facet classes to query, examples are: class of
26 * @return Facet implementation for the facetClass or null if feature not implemented.
  /external/mockftpserver/MockFtpServer/
MockFtpServer.iml 4 <facet type="Spring" name="Spring">
6 </facet>
  /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...]
  /development/tools/idegen/templates/
android.iml 4 <facet type="android" name="Android">
6 </facet>
  /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/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,
  /external/libxml2/test/schemas/
facet-unionST-err1_0.xml 3 xsi:schemaLocation="http://FOO facet-unionST-err1_0.xsd">tiny</foo>
facet-whiteSpace_0.xml 4 xsi:schemaLocation="http://FOO facet-whiteSpace_0.xsd">hmmm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.tcc 91 * @brief Test for the presence of a facet.
94 * has_facet tests the locale argument for the presence of the facet type
95 * provided as the template parameter. Facets derived from the facet
98 * @tparam _Facet The facet type to test the presence of.
100 * @return true if @p __loc contains a facet of type _Facet, else false.
107 const locale::facet** __facets = __loc._M_impl->_M_facets;
117 * @brief Return a facet.
120 * use_facet looks for and returns a reference to a facet of type Facet
121 * where Facet is the template parameter. If has_facet(locale) is true
    [all...]
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.tcc 91 * @brief Test for the presence of a facet.
94 * has_facet tests the locale argument for the presence of the facet type
95 * provided as the template parameter. Facets derived from the facet
98 * @tparam _Facet The facet type to test the presence of.
100 * @return true if @p __loc contains a facet of type _Facet, else false.
107 const locale::facet** __facets = __loc._M_impl->_M_facets;
117 * @brief Return a facet.
120 * use_facet looks for and returns a reference to a facet of type Facet
121 * where Facet is the template parameter. If has_facet(locale) is true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.tcc 91 * @brief Test for the presence of a facet.
94 * has_facet tests the locale argument for the presence of the facet type
95 * provided as the template parameter. Facets derived from the facet
98 * @tparam _Facet The facet type to test the presence of.
100 * @return true if @p __loc contains a facet of type _Facet, else false.
107 const locale::facet** __facets = __loc._M_impl->_M_facets;
117 * @brief Return a facet.
120 * use_facet looks for and returns a reference to a facet of type Facet
121 * where Facet is the template parameter. If has_facet(locale) is true
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.tcc 91 * @brief Test for the presence of a facet.
94 * has_facet tests the locale argument for the presence of the facet type
95 * provided as the template parameter. Facets derived from the facet
98 * @tparam _Facet The facet type to test the presence of.
100 * @return true if @p __loc contains a facet of type _Facet, else false.
107 const locale::facet** __facets = __loc._M_impl->_M_facets;
117 * @brief Return a facet.
120 * use_facet looks for and returns a reference to a facet of type Facet
121 * where Facet is the template parameter. If has_facet(locale) is true
    [all...]
  /development/samples/devbytes/telephony/SmsSampleProject/
SmsSampleProject.iml 4 <facet type="java-gradle" name="Java-Gradle">
9 </facet>
  /external/clang/test/SemaTemplate/
crash-10438657.cpp 5 class collate : public locale::facet {

Completed in 1599 milliseconds

1 2 3 4 5 6 7 8 91011>>