/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | RestrictionSkipCheck.java | 38 for (Restriction restriction : AnnotationProcessingUtils.getAnnotations( in shouldSkip() 40 for (String restrictionVal : restriction.value()) { in shouldSkip() 44 + restriction); in shouldSkip() 52 protected boolean restrictionApplies(String restriction) { in restrictionApplies() argument 53 if (TextUtils.equals(restriction, Restriction.RESTRICTION_TYPE_LOW_END_DEVICE) in restrictionApplies() 57 if (TextUtils.equals(restriction, Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE) in restrictionApplies() 61 if (TextUtils.equals(restriction, Restriction.RESTRICTION_TYPE_INTERNET) in restrictionApplies() 65 if (TextUtils.equals(restriction, Restriction.RESTRICTION_TYPE_HAS_CAMERA) in restrictionApplies()
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeRangeSet.java | 686 private final Range<C> restriction; 693 Range<C> restriction, 696 this.restriction = checkNotNull(restriction); 706 lowerBoundWindow.intersection(window), restriction, rangesByLowerBound); 748 || cut.compareTo(restriction.lowerBound) < 0 749 || cut.compareTo(restriction.upperBound) >= 0) { 751 } else if (cut.equals(restriction.lowerBound)) { 754 if (candidate != null && candidate.upperBound.compareTo(restriction.lowerBound) > 0) { 755 return candidate.intersection(restriction); 760 return result.intersection(restriction); [all …]
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | TreeRangeSet.java | 689 private final Range<C> restriction; 696 Range<C> restriction, 699 this.restriction = checkNotNull(restriction); 709 lowerBoundWindow.intersection(window), restriction, rangesByLowerBound); 752 || cut.compareTo(restriction.lowerBound) < 0 753 || cut.compareTo(restriction.upperBound) >= 0) { 755 } else if (cut.equals(restriction.lowerBound)) { 758 if (candidate != null && candidate.upperBound.compareTo(restriction.lowerBound) > 0) { 759 return candidate.intersection(restriction); 764 return result.intersection(restriction); [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | quantization_spec.md | 133 restriction: Input and outputs must all have same scale/zero_point 144 restriction: Input and outputs must all have same scale/zero_point 155 restriction: zero_point = 0 160 restriction: (scale, zero_point) = (input0_scale * input1_scale[...], 0) 175 restriction: zero_point = 0 180 restriction: (scale, zero_point) = (input0_scale * input1_scale[...], 0) 195 restriction: zero_point = 0 200 restriction: (scale, zero_point) = (input0_scale * input1_scale[...], 0) 215 restriction: (scale, zero_point) = (1.0 / 128.0, 0) 226 restriction: (scale, zero_point) = (1.0 / 256.0, -128) [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 | 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 | 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 | restriction-enum-1_1_0.err | 1 ./test/schemas/restriction-enum-1_0.xml:7: element foo: Schemas validity error : Element 'foo': [fa…
|
D | restriction-attr1_0_0.err | 1 ./test/schemas/restriction-attr1_0.xsd:5: element complexType: Schemas parser error : local complex…
|
/external/libxml2/fuzz/ |
D | schema.dict | 35 xs_restriction_integer="<xs:simpleType><xs:restriction base='xs:integer'></xs:restriction></xs:simp… 36 xs_restriction_string="<xs:simpleType><xs:restriction base='xs:string'></xs:restriction></xs:simple…
|
/external/libxml2/test/schemas/ |
D | 570702_0.xsd | 11 <xs:restriction base="xs:byte"> 14 </xs:restriction>
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | altera-kernel-name-restriction.rst | 1 .. title:: clang-tidy - altera-kernel-name-restriction 3 altera-kernel-name-restriction
|
/external/llvm-project/polly/test/ScopInfo/ |
D | truncate-3.ll | 4 ; CHECK: Signed-unsigned restriction: [p] -> { : p <= -129 or p >= 128 } 7 ; At some point we tried to insert a restriction:
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | verify-constant-bus-violations.mir | 4 # GFX9-ERR: *** Bad machine code: VOP* instruction violates constant bus restriction *** 16 # GFX10-ERR: *** Bad machine code: VOP* instruction violates constant bus restriction ***
|
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/ |
D | RestrictionSkipCheckTest.java | 32 protected boolean restrictionApplies(String restriction) { in restrictionApplies() argument 33 return TextUtils.equals(restriction, TEST_RESTRICTION_APPLIES); in restrictionApplies()
|
/external/llvm/test/CodeGen/Mips/compactbranches/ |
D | no-beqzc-bnezc.ll | 5 ; bnezc and beqzc have restriction that $rt != 0 37 ; beqc and bnec have the restriction that $rs < $rt.
|
/external/llvm-project/llvm/test/CodeGen/Mips/compactbranches/ |
D | no-beqzc-bnezc.ll | 8 ; bnezc and beqzc have restriction that $rt != 0 40 ; beqc and bnec have the restriction that $rs < $rt. 87 ; beqc and bnec have the restriction that $rs < $rt.
|
/external/igt-gpu-tools/tests/vc4_ci/ |
D | README | 22 restriction for the vc4 DRM driver, combining generic DRM and KMS tests. 29 board as a testing device. This doesn't have any time restriction, and
|
/external/igt-gpu-tools/ |
D | COPYING | 6 "Software"), to deal in the Software without restriction, including 29 "Software"), to deal in the Software without restriction, including 51 to deal in the Software without restriction, including without limitation 72 to deal in the Software without restriction, including without limitation 93 to deal in the Software without restriction, including without limitation 136 to deal in the Software without restriction, including without limitation
|
D | LICENSE | 6 "Software"), to deal in the Software without restriction, including 29 "Software"), to deal in the Software without restriction, including 51 to deal in the Software without restriction, including without limitation 72 to deal in the Software without restriction, including without limitation 93 to deal in the Software without restriction, including without limitation 136 to deal in the Software without restriction, including without limitation
|
/external/webrtc/pc/ |
D | sdp_serializer.cc | 356 for (const std::string& restriction : restrictions) { in DeserializeRidDescription() local 358 rtc::tokenize(restriction, kDelimiterEqualChar, &parts); in DeserializeRidDescription() 360 return ParseError("Invalid format for restriction: " + restriction); in DeserializeRidDescription()
|
/external/rust/crates/pin-project-lite/tests/auxiliary/ |
D | mod.rs | 3 #![allow(clippy::restriction)]
|
/external/rust/crates/async-stream-impl/ |
D | LICENSE | 6 Software without restriction, including without 32 Software without restriction, including without
|