Home
last modified time | relevance | path

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

12345678910>>...66

/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DRestrictionSkipCheck.java38 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/android/guava/src/com/google/common/collect/
DTreeRangeSet.java689 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/guava/guava/src/com/google/common/collect/
DTreeRangeSet.java686 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/tensorflow/tensorflow/lite/g3doc/performance/
Dquantization_spec.md133 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/
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…
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-enum-1_1_0.err1 ./test/schemas/restriction-enum-1_0.xml:7: element foo: Schemas validity error : Element 'foo': [fa…
/external/libxml2/fuzz/
Dschema.dict35 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/
D570702_0.xsd11 <xs:restriction base="xs:byte">
14 </xs:restriction>
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Daltera-kernel-name-restriction.rst1 .. title:: clang-tidy - altera-kernel-name-restriction
3 altera-kernel-name-restriction
/external/llvm-project/polly/test/ScopInfo/
Dtruncate-3.ll4 ; 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/
Dverify-constant-bus-violations.mir4 # 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/
DRestrictionSkipCheckTest.java32 protected boolean restrictionApplies(String restriction) { in restrictionApplies() argument
33 return TextUtils.equals(restriction, TEST_RESTRICTION_APPLIES); in restrictionApplies()
/external/llvm/test/CodeGen/Mips/compactbranches/
Dno-beqzc-bnezc.ll5 ; 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/
Dno-beqzc-bnezc.ll8 ; 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/
DREADME22 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/
DCOPYING6 "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
DLICENSE6 "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/
Dsdp_serializer.cc356 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/
Dmod.rs3 #![allow(clippy::restriction)]
/external/rust/crates/async-stream/
DLICENSE6 Software without restriction, including without
32 Software without restriction, including without
/external/rust/crates/tokio-macros/
DLICENSE6 Software without restriction, including without
33 in the Software without restriction, including without limitation the rights

12345678910>>...66