Home
last modified time | relevance | path

Searched defs:boundType (Results 1 – 25 of 25) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCut.java49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); in withLowerBoundType()
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); in withUpperBoundType()
131 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, in withLowerBoundType()
135 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, in withUpperBoundType()
200 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, in withLowerBoundType()
204 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, in withUpperBoundType()
252 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withLowerBoundType()
263 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withUpperBoundType()
313 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withLowerBoundType()
324 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withUpperBoundType()
DDescendingImmutableSortedMultiset.java68 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
73 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DSortedMultiset.java121 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
149 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DUnmodifiableSortedMultiset.java94 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
108 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DEmptyImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
80 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DDescendingMultiset.java67 BoundType boundType) { in headMultiset()
79 BoundType boundType) { in tailMultiset()
DRegularImmutableSortedMultiset.java86 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
91 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DForwardingSortedMultiset.java197 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
221 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DGeneralRange.java68 BoundType boundType) { in downTo()
77 BoundType boundType) { in upTo()
DRange.java256 C endpoint, BoundType boundType) { in upTo()
294 C endpoint, BoundType boundType) { in downTo()
DImmutableSortedMultiset.java368 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
379 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSortedMultiset.java51 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
56 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DUnmodifiableSortedMultiset.java92 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
106 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DDescendingMultiset.java67 BoundType boundType) { in headMultiset()
79 BoundType boundType) { in tailMultiset()
/external/skia/src/core/
DSkClipStackDevice.cpp78 SkClipStack::BoundsType boundType; in onAsRgnClip() local
98 SkClipStack::BoundsType boundType; in onGetClipType() local
DSkClipStack.cpp584 BoundsType* boundType, in getBounds()
867 SkClipStack::BoundsType boundType; in getConservativeBounds() local
/external/guava/guava-tests/test/com/google/common/collect/
DTreeRangeSetTest.java48 queryBuilder.add(Range.upTo(i, boundType)); in Range.upTo() argument
49 queryBuilder.add(Range.downTo(i, boundType)); in Range.downTo() argument
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationKey.java420 public CollationKey getBound(int boundType, int noOfLevels) in getBound()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationKey.java409 public CollationKey getBound(int boundType, int noOfLevels) in getBound()
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java148 final TypeLiteral<?> boundType; field in BoundFieldModule.BoundFieldInfo
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java347 TypeToken<? super T> boundType = (TypeToken<? super T>) of(bound); in boundsAsInterfaces() local
/external/icu/icu4c/source/i18n/
Ducol.cpp242 UColBoundMode boundType, in ucol_getBound()
Dcoll.cpp645 UColBoundMode boundType, in getBound()
/external/clang/lib/Parse/
DParseObjc.cpp517 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local
/external/clang/lib/Analysis/
DCFG.cpp1842 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local