Home
last modified time | relevance | path

Searched defs:boundType (Results 1 – 16 of 16) 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()
197 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, in withLowerBoundType()
201 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, in withUpperBoundType()
246 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withLowerBoundType()
257 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withUpperBoundType()
304 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withLowerBoundType()
315 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withUpperBoundType()
DSortedMultiset.java104 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
132 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DEmptyImmutableSortedMultiset.java74 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
81 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DDescendingImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
78 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DSortedMultisets.java122 BoundType boundType) { in headMultiset()
134 BoundType boundType) { in tailMultiset()
DRanges.java168 C endpoint, BoundType boundType) { in upTo()
200 C endpoint, BoundType boundType) { in downTo()
DGeneralRange.java68 BoundType boundType) { in downTo()
77 BoundType boundType) { in upTo()
DImmutableSortedMultiset.java400 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
409 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DMultisets.java260 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
274 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DTreeMultiset.java347 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
354 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
/external/skia/src/core/
DSkClipStack.cpp458 BoundsType* boundType, in getBounds()
713 SkClipStack::BoundsType boundType; in getConservativeBounds() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java343 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
350 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
/external/icu4c/i18n/
Dcoll.cpp595 UColBoundMode boundType, in getBound()
Ducol.cpp6171 UColBoundMode boundType, in ucol_getBound()
/external/skia/src/gpu/
DSkGpuDevice.cpp391 SkClipStack::BoundsType boundType; in check_bounds() local
/external/clang/lib/Analysis/
DCFG.cpp1429 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local