Searched refs:restriction (Results 1 – 25 of 397) sorted by relevance
12345678910>>...16
/external/guava/guava/src/com/google/common/collect/ |
D | TreeRangeSet.java | 632 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/ |
D | derivation-ok-restriction-2-1-1_0_0.err | 1 ./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 :…
|
D | derivation-ok-restriction-4-1-err_0_0.err | 1 ./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…
|
D | restriction-enum-1_1_0.err | 1 ./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'…
|
D | element-err_0_0.err | 6 …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)…
|
D | derivation-restriction-anyAttr_0_0 | 1 ./test/schemas/derivation-restriction-anyAttr_0.xml validates
|
D | restriction-enum-1_1_0 | 1 ./test/schemas/restriction-enum-1_0.xml fails to validate
|
D | restriction-attr1_0_0.err | 1 ./test/schemas/restriction-attr1_0.xsd:5: element complexType: Schemas parser error : local complex…
|
/external/skia/src/animator/ |
D | SkAnimate3DSchema.xsd | 6 <xs:restriction base="xs:string" > 7 </xs:restriction> 11 <xs:restriction base="xs:string" > 13 </xs:restriction>
|
D | SkAnimateSchema.xsd | 8 <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/ |
D | 570702_0.xsd | 11 <xs:restriction base="xs:byte"> 14 </xs:restriction>
|
/external/vulkan-validation-layers/ |
D | LICENSE.txt | 7 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/ |
D | LICENSE.txt | 7 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/ |
D | LICENSE.TXT | 31 the Software without restriction, including without limitation the rights to 62 in the Software without restriction, including without limitation the rights
|
D | NOTICE | 31 the Software without restriction, including without limitation the rights to 62 in the Software without restriction, including without limitation the rights
|
/external/libcxx/ |
D | LICENSE.TXT | 31 the Software without restriction, including without limitation the rights to 62 in the Software without restriction, including without limitation the rights
|
D | NOTICE | 31 the Software without restriction, including without limitation the rights to 62 in the Software without restriction, including without limitation the rights
|
/external/libunwind_llvm/ |
D | NOTICE | 31 the Software without restriction, including without limitation the rights to 62 in the Software without restriction, including without limitation the rights
|
/external/libvncserver/ |
D | TODO | 28 client address restriction scheme.
|
/external/compiler-rt/ |
D | NOTICE | 31 the Software without restriction, including without limitation the rights to 62 in the Software without restriction, including without limitation the rights
|
D | LICENSE.TXT | 31 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/ |
D | license.rst | 12 and associated documentation files (the "Software"), to deal in the Software without restriction,
|
/external/mksh/ |
D | NOTICE | 10 * is granted to deal in this work without restriction, including un‐
|
/external/libunwind/ |
D | LICENSE | 3 "Software"), to deal in the Software without restriction, including
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | LICENSE | 5 the Software without restriction, including without limitation the rights to
|
12345678910>>...16