Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/external/guava/guava/src/com/google/common/collect/
DTreeRangeSet.java632 private final Range<C> restriction;
637 private SubRangeSetRangesByLowerBound(Range<Cut<C>> lowerBoundWindow, Range<C> restriction,
640 this.restriction = checkNotNull(restriction);
650 lowerBoundWindow.intersection(window), restriction, rangesByLowerBound);
688 if (!lowerBoundWindow.contains(cut) || cut.compareTo(restriction.lowerBound) < 0
689 || cut.compareTo(restriction.upperBound) >= 0) {
691 } else if (cut.equals(restriction.lowerBound)) {
694 if (candidate != null && candidate.upperBound.compareTo(restriction.lowerBound) > 0) {
695 return candidate.intersection(restriction);
700 return result.intersection(restriction);
[all …]
/external/libxml2/result/schemas/
Dderivation-ok-restriction-2-1-1_0_0.err1 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
2 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
3 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
4 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
5 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
6 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
Dderivation-ok-restriction-4-1-err_0_0.err1 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:33: element complexType: Schemas parser erro…
2 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:45: element complexType: Schemas parser erro…
3 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:65: element complexType: Schemas parser erro…
Drestriction-enum-1_1_0.err1 ./test/schemas/restriction-enum-1_0.xml:7: element foo: Schemas validity error : Element 'foo': [fa…
2 ./test/schemas/restriction-enum-1_0.xml:7: element foo: Schemas validity error : Element 'foo': 'c'…
Delement-err_0_0.err6 …final': The value 'fantasy' is not valid. Expected is '(#all | List of (extension | restriction))'.
7 … value 'flute' is not valid. Expected is '(#all | List of (extension | restriction | substitution)…
17 … value 'flute' is not valid. Expected is '(#all | List of (extension | restriction | substitution)…
Dderivation-restriction-anyAttr_0_01 ./test/schemas/derivation-restriction-anyAttr_0.xml validates
Drestriction-enum-1_1_01 ./test/schemas/restriction-enum-1_0.xml fails to validate
Drestriction-attr1_0_0.err1 ./test/schemas/restriction-attr1_0.xsd:5: element complexType: Schemas parser error : local complex…
/external/skia/src/animator/
DSkAnimate3DSchema.xsd6 <xs:restriction base="xs:string" >
7 </xs:restriction>
11 <xs:restriction base="xs:string" >
13 </xs:restriction>
DSkAnimateSchema.xsd8 <xs:restriction base="xs:string"/>
15 <xs:restriction base="xs:string">
17 </xs:restriction>
24 <xs:restriction base="xs:string">
181 </xs:restriction>
194 <xs:restriction base="xs:string">
199 </xs:restriction>
206 <xs:restriction base="xs:string">
213 </xs:restriction>
220 <xs:restriction base="xs:string">
[all …]
/external/libxml2/test/schemas/
D570702_0.xsd11 <xs:restriction base="xs:byte">
14 </xs:restriction>
/external/vulkan-validation-layers/
DLICENSE.txt7 deal in the Materials without restriction, including without limitation the
30 in the Software without restriction, including without limitation the rights
96 ** "Materials"), to deal in the Materials without restriction, including
117 /// in the Software without restriction, including without limitation the rights
/external/vulkan-validation-layers/windowsRuntimeInstaller/
DLICENSE.txt7 deal in the Materials without restriction, including without limitation the
87 in the Software without restriction, including without limitation the rights
121 "Materials"), to deal in the Materials without restriction, including
143 in the Software without restriction, including without limitation the rights
/external/libcxxabi/
DLICENSE.TXT31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
DNOTICE31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
/external/libcxx/
DLICENSE.TXT31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
DNOTICE31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
/external/libunwind_llvm/
DNOTICE31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
/external/libvncserver/
DTODO28 client address restriction scheme.
/external/compiler-rt/
DNOTICE31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
DLICENSE.TXT31 the Software without restriction, including without limitation the rights to
62 in the Software without restriction, including without limitation the rights
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dlicense.rst12 and associated documentation files (the "Software"), to deal in the Software without restriction,
/external/mksh/
DNOTICE10 * is granted to deal in this work without restriction, including un‐
/external/libunwind/
DLICENSE3 "Software"), to deal in the Software without restriction, including
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
DLICENSE5 the Software without restriction, including without limitation the rights to

12345678910>>...16