Searched refs:boundType (Results 1 - 25 of 47) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DDescendingImmutableSortedMultiset.java68 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
69 return forward.tailMultiset(upperBound, boundType).descendingMultiset();
73 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
74 return forward.headMultiset(lowerBound, boundType).descendingMultiset();
H A DEmptyImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
75 checkNotNull(boundType);
80 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
82 checkNotNull(boundType);
H A DUnmodifiableSortedMultiset.java94 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
96 delegate().headMultiset(upperBound, boundType));
108 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
110 delegate().tailMultiset(lowerBound, boundType));
H A DCut.java49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); argument
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); argument
131 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, argument
135 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, argument
200 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, argument
204 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, argument
252 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { argument
253 switch (boundType) {
263 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { argument
264 switch (boundType) {
313 withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) argument
324 withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) argument
[all...]
H A DDescendingMultiset.java67 BoundType boundType) {
68 return forwardMultiset().tailMultiset(toElement, boundType)
79 BoundType boundType) {
80 return forwardMultiset().headMultiset(fromElement, boundType)
66 headMultiset(E toElement, BoundType boundType) argument
78 tailMultiset(E fromElement, BoundType boundType) argument
H A DRegularImmutableSortedMultiset.java86 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
87 return getSubMultiset(0, elementSet.headIndex(upperBound, checkNotNull(boundType) == CLOSED));
91 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
92 return getSubMultiset(elementSet.tailIndex(lowerBound, checkNotNull(boundType) == CLOSED),
H A DSortedMultiset.java121 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); argument
149 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); argument
H A DForwardingSortedMultiset.java197 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
198 return delegate().headMultiset(upperBound, boundType);
221 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
222 return delegate().tailMultiset(lowerBound, boundType);
H A DGeneralRange.java68 BoundType boundType) {
69 return new GeneralRange<T>(comparator, true, endpoint, boundType, false, null, OPEN);
77 BoundType boundType) {
78 return new GeneralRange<T>(comparator, false, null, OPEN, true, endpoint, boundType);
67 downTo(Comparator<? super T> comparator, @Nullable T endpoint, BoundType boundType) argument
76 upTo(Comparator<? super T> comparator, @Nullable T endpoint, BoundType boundType) argument
H A DRange.java256 C endpoint, BoundType boundType) {
257 switch (boundType) {
294 C endpoint, BoundType boundType) {
295 switch (boundType) {
255 upTo( C endpoint, BoundType boundType) argument
293 downTo( C endpoint, BoundType boundType) argument
H A DImmutableSortedMultiset.java368 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); argument
379 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); argument
H A DTreeMultiset.java485 public SortedMultiset<E> headMultiset(@Nullable E upperBound, BoundType boundType) { argument
489 boundType)), header);
493 public SortedMultiset<E> tailMultiset(@Nullable E lowerBound, BoundType boundType) { argument
497 boundType)), header);
/external/skia/src/core/
H A DSkClipStackDevice.cpp78 SkClipStack::BoundsType boundType; local
81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
82 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
98 SkClipStack::BoundsType boundType; local
101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
102 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
H A DSkClipStack.cpp681 BoundsType* boundType,
683 SkASSERT(canvFiniteBound && boundType);
690 *boundType = kInsideOut_BoundsType;
698 *boundType = element->fFiniteBoundType;
949 SkClipStack::BoundsType boundType; local
952 this->getBounds(&temp, &boundType, isIntersectionOfRects);
953 if (SkClipStack::kInsideOut_BoundsType == boundType) {
680 getBounds(SkRect* canvFiniteBound, BoundsType* boundType, bool* isIntersectionOfRects) const argument
/external/skqp/src/core/
H A DSkClipStackDevice.cpp78 SkClipStack::BoundsType boundType; local
81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
82 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
98 SkClipStack::BoundsType boundType; local
101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
102 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
H A DSkClipStack.cpp681 BoundsType* boundType,
683 SkASSERT(canvFiniteBound && boundType);
690 *boundType = kInsideOut_BoundsType;
698 *boundType = element->fFiniteBoundType;
949 SkClipStack::BoundsType boundType; local
952 this->getBounds(&temp, &boundType, isIntersectionOfRects);
953 if (SkClipStack::kInsideOut_BoundsType == boundType) {
680 getBounds(SkRect* canvFiniteBound, BoundsType* boundType, bool* isIntersectionOfRects) const argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedMultiset.java51 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); argument
56 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); argument
H A DUnmodifiableSortedMultiset.java92 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
94 delegate().headMultiset(upperBound, boundType));
106 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
108 delegate().tailMultiset(lowerBound, boundType));
H A DDescendingMultiset.java67 BoundType boundType) {
68 return forwardMultiset().tailMultiset(toElement, boundType)
79 BoundType boundType) {
80 return forwardMultiset().headMultiset(fromElement, boundType)
66 headMultiset(E toElement, BoundType boundType) argument
78 tailMultiset(E fromElement, BoundType boundType) argument
H A DTreeMultiset.java481 public SortedMultiset<E> headMultiset(@Nullable E upperBound, BoundType boundType) { argument
485 boundType)), header);
489 public SortedMultiset<E> tailMultiset(@Nullable E lowerBound, BoundType boundType) { argument
493 boundType)), header);
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
H A DBoundFieldModule.java148 final TypeLiteral<?> boundType; field in class:BoundFieldModule.BoundFieldInfo
172 this.boundType = getBoundType();
294 Class<?> boundRawType = fieldInfo.boundType.getRawType();
304 AnnotatedBindingBuilder<?> annotatedBinder = binder.bind(fieldInfo.boundType);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationKey.java381 * @param boundType Mode of bound required. It can be BoundMode.LOWER, which
409 public CollationKey getBound(int boundType, int noOfLevels) argument
442 byte resultkey[] = new byte[offset + boundType + 1];
444 switch (boundType) {
459 "Illegal boundType argument");
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationKey.java391 * @param boundType Mode of bound required. It can be BoundMode.LOWER, which
420 public CollationKey getBound(int boundType, int noOfLevels) argument
453 byte resultkey[] = new byte[offset + boundType + 1];
455 switch (boundType) {
470 "Illegal boundType argument");
/external/icu/icu4c/source/i18n/
H A Ducol.cpp242 UColBoundMode boundType,
273 // READ ME: this code assumes that the values for boundType
277 if(result != NULL && resultLength >= sourceIndex+boundType) {
279 switch(boundType) {
300 return sourceIndex+boundType+1;
240 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableRangeSetTest.java462 for (BoundType boundType : BoundType.values()) {
463 rangesBuilder.add(Range.upTo(i, boundType));
464 rangesBuilder.add(Range.downTo(i, boundType));

Completed in 7154 milliseconds

12