Home
last modified time | relevance | path

Searched full:inclusive (Results 1 – 25 of 4634) sorted by relevance

12345678910>>...186

/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php17 * is inclusive such that it can appropriately represent the entire int32
25 * Inclusive.
31 * Inclusive.
44 * Inclusive.
46 * Inclusive.
55 * Inclusive.
76 * Inclusive.
91 * Inclusive.
112 * Inclusive.
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php17 * is inclusive such that it can appropriately represent the entire int32
25 * Inclusive.
31 * Inclusive.
44 * Inclusive.
46 * Inclusive.
55 * Inclusive.
76 * Inclusive.
91 * Inclusive.
112 * Inclusive.
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php17 * is inclusive such that it can appropriately represent the entire int32
25 * Inclusive.
31 * Inclusive.
44 * Inclusive.
46 * Inclusive.
55 * Inclusive.
76 * Inclusive.
91 * Inclusive.
112 * Inclusive.
/external/intel-media-driver/media_common/agnostic/common/codec/shared/
Dcodec_def_common_hevc.h45 …ation, where MatrixID is in the range of 0 to 5, inclusive, and i is in the range of 0 to 15, incl…
51 …ation, where MatrixID is in the range of 0 to 5, inclusive, and i is in the range of 0 to 63, incl…
57 …ation, where MatrixID is in the range of 0 to 5, inclusive, and i is in the range of 0 to 63, incl…
63 …ation, where MatrixID is in the range of 0 to 1, inclusive, and i is in the range of 0 to 63, incl…
69 …trixID ] +8 with sizeID equal to 2 and matrixID in the range of 0 to 5, inclusive, in HEVC specifi…
75 …trixID ] +8 with sizeID equal to 3 and matrixID in the range of 0 to 1, inclusive, in HEVC specifi…
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1beta1/src/main/java/com/google/cloud/securitycenter/v1beta1/
DSecurityMarksOrBuilder.java66 * * Keys must be between 1 - 256 characters (inclusive)
69 * characters must be between 1 - 4096 characters (inclusive)
82 * * Keys must be between 1 - 256 characters (inclusive)
85 * characters must be between 1 - 4096 characters (inclusive)
101 * * Keys must be between 1 - 256 characters (inclusive)
104 * characters must be between 1 - 4096 characters (inclusive)
117 * * Keys must be between 1 - 256 characters (inclusive)
120 * characters must be between 1 - 4096 characters (inclusive)
137 * * Keys must be between 1 - 256 characters (inclusive)
140 * characters must be between 1 - 4096 characters (inclusive)
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DPreconditions.java61 … String.format("Invalid register: v%d. Must be between v0 and v15, inclusive.", register)); in checkNibbleRegister()
69 … String.format("Invalid register: v%d. Must be between v0 and v255, inclusive.", register)); in checkByteRegister()
77 … String.format("Invalid register: v%d. Must be between v0 and v65535, inclusive.", register)); in checkShortRegister()
85 … String.format("Invalid literal value: %d. Must be between -8 and 7, inclusive.", literal)); in checkNibbleLiteral()
93 … String.format("Invalid literal value: %d. Must be between -128 and 127, inclusive.", literal)); in checkByteLiteral()
101 …String.format("Invalid literal value: %d. Must be between -32768 and 32767, inclusive.", literal)); in checkShortLiteral()
125 … String.format("Invalid code offset: %d. Must be between -128 and 127, inclusive.", offset)); in checkByteCodeOffset()
133 … String.format("Invalid code offset: %d. Must be between -32768 and 32767, inclusive.", offset)); in checkShortCodeOffset()
141 … String.format("Invalid register count: %d. Must be between 0 and 5, inclusive.", registerCount)); in check35cAnd45ccRegisterCount()
149 …String.format("Invalid register count: %d. Must be between 0 and 255, inclusive.", registerCount)); in checkRegisterRangeCount()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/util/
DUtilTest.java182 new int[0], /* value= */ 0, /* inclusive= */ false, /* stayInBounds= */ false)) in arrayBinarySearchFloor_emptyArrayAndStayInBoundsFalse_returnsMinus1()
190 new int[0], /* value= */ 0, /* inclusive= */ false, /* stayInBounds= */ true)) in arrayBinarySearchFloor_emptyArrayAndStayInBoundsTrue_returns0()
200 /* inclusive= */ false, in arrayBinarySearchFloor_targetSmallerThanValuesAndStayInBoundsFalse_returnsMinus1()
211 /* inclusive= */ false, in arrayBinarySearchFloor_targetSmallerThanValuesAndStayInBoundsTrue_returns0()
222 /* inclusive= */ false, in arrayBinarySearchFloor_targetBiggerThanValues_returnsLastIndex()
234 /* inclusive= */ false, in arrayBinarySearchFloor_targetEqualToFirstValueAndInclusiveFalseAndStayInBoundsFalse_returnsMinus1()
246 /* inclusive= */ false, in arrayBinarySearchFloor_targetEqualToFirstValueAndInclusiveFalseAndStayInBoundsTrue_returns0()
258 /* inclusive= */ true, in arrayBinarySearchFloor_targetInArrayAndInclusiveTrue_returnsFirstIndexWithValueEqualToTarget()
270 /* inclusive= */ false, in arrayBinarySearchFloor_targetBetweenValuesAndInclusiveFalse_returnsIndexWhereTargetShouldBeInserted()
282 /* inclusive= */ true, in arrayBinarySearchFloor_targetBetweenValuesAndInclusiveTrue_returnsIndexWhereTargetShouldBeInserted()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/util/
DUtilTest.java181 new int[0], /* value= */ 0, /* inclusive= */ false, /* stayInBounds= */ false)) in arrayBinarySearchFloor_emptyArrayAndStayInBoundsFalse_returnsMinus1()
189 new int[0], /* value= */ 0, /* inclusive= */ false, /* stayInBounds= */ true)) in arrayBinarySearchFloor_emptyArrayAndStayInBoundsTrue_returns0()
199 /* inclusive= */ false, in arrayBinarySearchFloor_targetSmallerThanValuesAndStayInBoundsFalse_returnsMinus1()
210 /* inclusive= */ false, in arrayBinarySearchFloor_targetSmallerThanValuesAndStayInBoundsTrue_returns0()
221 /* inclusive= */ false, in arrayBinarySearchFloor_targetBiggerThanValues_returnsLastIndex()
233 /* inclusive= */ false, in arrayBinarySearchFloor_targetEqualToFirstValueAndInclusiveFalseAndStayInBoundsFalse_returnsMinus1()
245 /* inclusive= */ false, in arrayBinarySearchFloor_targetEqualToFirstValueAndInclusiveFalseAndStayInBoundsTrue_returns0()
257 /* inclusive= */ true, in arrayBinarySearchFloor_targetInArrayAndInclusiveTrue_returnsFirstIndexWithValueEqualToTarget()
269 /* inclusive= */ false, in arrayBinarySearchFloor_targetBetweenValuesAndInclusiveFalse_returnsIndexWhereTargetShouldBeInserted()
281 /* inclusive= */ true, in arrayBinarySearchFloor_targetBetweenValuesAndInclusiveTrue_returnsIndexWhereTargetShouldBeInserted()
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DBoundType.java33 final boolean inclusive; field in BoundType
35 BoundType(boolean inclusive) { in BoundType() argument
36 this.inclusive = inclusive; in BoundType()
40 static BoundType forBoolean(boolean inclusive) { in forBoolean() argument
41 return inclusive ? CLOSED : OPEN; in forBoolean()
DContiguousSet.java100 * (inclusive) to {@code upper} (inclusive). (These are the same values contained in {@code
112 * (inclusive) to {@code upper} (inclusive). (These are the same values contained in {@code
123 * Returns a contiguous set containing all {@code int} values from {@code lower} (inclusive) to
135 * Returns a contiguous set containing all {@code long} values from {@code lower} (inclusive) to
161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() argument
162 return headSetImpl(checkNotNull(toElement), inclusive); in headSet()
192 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() argument
193 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet()
200 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() argument
207 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl() argument
/external/guava/guava/src/com/google/common/collect/
DBoundType.java33 final boolean inclusive; field in BoundType
35 BoundType(boolean inclusive) { in BoundType() argument
36 this.inclusive = inclusive; in BoundType()
40 static BoundType forBoolean(boolean inclusive) { in forBoolean() argument
41 return inclusive ? CLOSED : OPEN; in forBoolean()
DContiguousSet.java100 * (inclusive) to {@code upper} (inclusive). (These are the same values contained in {@code
112 * (inclusive) to {@code upper} (inclusive). (These are the same values contained in {@code
123 * Returns a contiguous set containing all {@code int} values from {@code lower} (inclusive) to
135 * Returns a contiguous set containing all {@code long} values from {@code lower} (inclusive) to
161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() argument
162 return headSetImpl(checkNotNull(toElement), inclusive); in headSet()
192 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() argument
193 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet()
200 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() argument
207 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl() argument
/external/mesa3d/src/compiler/nir/
Dnir_opt_uniform_subgroup.c71 count_active_invocations(nir_builder *b, nir_def *value, bool inclusive, in count_active_invocations() argument
74 /* For the non-inclusive case, the two paths are functionally the same. in count_active_invocations()
75 * For the inclusive case, the are similar but very subtly different. in count_active_invocations()
78 * of the subgroup LT mask. This is the definition of the inclusive count. in count_active_invocations()
81 * inclusive count using mbcnt, two assumptions are made. First, trivially, in count_active_invocations()
86 * When those conditions are met, the inclusive count is the exclusive in count_active_invocations()
90 return nir_mbcnt_amd(b, value, nir_imm_int(b, (int) inclusive)); in count_active_invocations()
92 nir_def *mask = inclusive in count_active_invocations()
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dinclusive_language.py14 """Inclusive language presubmit check."""
24 # inclusive-language: disable
44 # inclusive-language: enable
46 # Test: master # inclusive-language: ignore
82 IGNORE = 'inclusive-language: ignore'
85 DISABLE = 'inclusive-language: disable'
86 ENABLE = 'inclusive-language: enable'
88 ISSUE_TYPE = 'non-inclusive word'
121 """Check one file for non-inclusive language.
126 words_regex: Pattern of non-inclusive terms.
/external/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c295 * inclusive = src OP exclusive; in lower_instr()
296 * reduce = inclusive; in lower_instr()
329 struct ir3_register *inclusive = instr->dsts[1]; in lower_instr() local
334 do_reduce(exit, instr->cat1.reduce_op, inclusive, src, exclusive); in lower_instr()
335 mov_reg(exit, reduce, inclusive); in lower_instr()
343 * inclusive = inclusive_src OP scratch; in lower_instr()
350 * reduce = inclusive; in lower_instr()
375 struct ir3_register *inclusive = instr->dsts[1]; in lower_instr() local
379 * - inclusive = inclusive_src OP reduce in lower_instr()
389 * - since we calculate inclusive first. in lower_instr()
[all …]
/external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/
Dvalidate.proto78 // specified value, inclusive
87 // specified value, inclusive. If the value of Gte is larger than a
114 // specified value, inclusive
123 // specified value, inclusive. If the value of Gte is larger than a
150 // specified value, inclusive
159 // specified value, inclusive. If the value of Gte is larger than a
186 // specified value, inclusive
195 // specified value, inclusive. If the value of Gte is larger than a
222 // specified value, inclusive
231 // specified value, inclusive. If the value of Gte is larger than a
[all …]
/external/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/
Dtimer_interface.py51 inclusive: bool
67 … FunctionCounts(cast(Tuple[FunctionCount, ...], data), self.inclusive, truncate_rows=False)
89 if not self.inclusive:
109 }, self.inclusive)
122 return self._from_dict(counts, self.inclusive)
126 return FunctionCounts(tuple(i for i in self if filter_fn(i.function)), self.inclusive)
146 assert self.inclusive == second.inclusive, "Cannot merge inclusive and exclusive counts."
154 return self._from_dict(counts, self.inclusive)
157 def _from_dict(counts: Dict[str, int], inclusive: bool) -> "FunctionCounts":
159 return FunctionCounts(tuple(sorted(flat_counts, reverse=True)), inclusive)
[all …]
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/
DSecurityMarksOrBuilder.java66 * * Keys must be between 1 - 256 characters (inclusive)
69 * characters must be between 1 - 4096 characters (inclusive)
82 * * Keys must be between 1 - 256 characters (inclusive)
85 * characters must be between 1 - 4096 characters (inclusive)
101 * * Keys must be between 1 - 256 characters (inclusive)
104 * characters must be between 1 - 4096 characters (inclusive)
117 * * Keys must be between 1 - 256 characters (inclusive)
120 * characters must be between 1 - 4096 characters (inclusive)
137 * * Keys must be between 1 - 256 characters (inclusive)
140 * characters must be between 1 - 4096 characters (inclusive)
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1p1beta1/src/main/java/com/google/cloud/securitycenter/v1p1beta1/
DSecurityMarksOrBuilder.java66 * * Keys must be between 1 - 256 characters (inclusive)
69 * characters must be between 1 - 4096 characters (inclusive)
82 * * Keys must be between 1 - 256 characters (inclusive)
85 * characters must be between 1 - 4096 characters (inclusive)
101 * * Keys must be between 1 - 256 characters (inclusive)
104 * characters must be between 1 - 4096 characters (inclusive)
117 * * Keys must be between 1 - 256 characters (inclusive)
120 * characters must be between 1 - 4096 characters (inclusive)
137 * * Keys must be between 1 - 256 characters (inclusive)
140 * characters must be between 1 - 4096 characters (inclusive)
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DDoubleRange.java34 * Creates a range with the specified minimum and maximum values (both inclusive).
44 * @param fromInclusive the first value that defines the edge of the range, inclusive.
45 * @param toInclusive the second value that defines the edge of the range, inclusive.
53 * Creates a range with the specified minimum and maximum values (both inclusive).
63 * @param fromInclusive the first value that defines the edge of the range, inclusive.
64 * @param toInclusive the second value that defines the edge of the range, inclusive.
DIntegerRange.java34 * Creates a range with the specified minimum and maximum values (both inclusive).
44 * @param fromInclusive the first value that defines the edge of the range, inclusive.
45 * @param toInclusive the second value that defines the edge of the range, inclusive.
53 * Creates a range with the specified minimum and maximum values (both inclusive).
63 * @param fromInclusive the first value that defines the edge of the range, inclusive.
64 * @param toInclusive the second value that defines the edge of the range, inclusive.
DLongRange.java34 * Creates a range with the specified minimum and maximum values (both inclusive).
44 * @param fromInclusive the first value that defines the edge of the range, inclusive.
45 * @param toInclusive the second value that defines the edge of the range, inclusive.
53 * Creates a range with the specified minimum and maximum values (both inclusive).
63 * @param fromInclusive the first value that defines the edge of the range, inclusive.
64 * @param toInclusive the second value that defines the edge of the range, inclusive.
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/
DVideoSegmentOrBuilder.java31 * corresponding to the start of the segment (inclusive).
44 * corresponding to the start of the segment (inclusive).
57 * corresponding to the start of the segment (inclusive).
69 * corresponding to the end of the segment (inclusive).
82 * corresponding to the end of the segment (inclusive).
95 * corresponding to the end of the segment (inclusive).
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/
DVideoSegmentOrBuilder.java31 * corresponding to the start of the segment (inclusive).
44 * corresponding to the start of the segment (inclusive).
57 * corresponding to the start of the segment (inclusive).
69 * corresponding to the end of the segment (inclusive).
82 * corresponding to the end of the segment (inclusive).
95 * corresponding to the end of the segment (inclusive).
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/
DVideoSegmentOrBuilder.java31 * corresponding to the start of the segment (inclusive).
44 * corresponding to the start of the segment (inclusive).
57 * corresponding to the start of the segment (inclusive).
69 * corresponding to the end of the segment (inclusive).
82 * corresponding to the end of the segment (inclusive).
95 * corresponding to the end of the segment (inclusive).

12345678910>>...186