Home
last modified time | relevance | path

Searched refs:boundType (Results 1 – 22 of 22) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCut.java49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); in withLowerBoundType() argument
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); in withUpperBoundType() argument
131 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, in withLowerBoundType() argument
135 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, in withUpperBoundType() argument
197 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, in withLowerBoundType() argument
201 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, in withUpperBoundType() argument
246 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withLowerBoundType() argument
247 switch (boundType) { in withLowerBoundType()
257 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withUpperBoundType() argument
258 switch (boundType) { in withUpperBoundType()
[all …]
DEmptyImmutableSortedMultiset.java74 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset() argument
76 checkNotNull(boundType); in headMultiset()
81 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() argument
83 checkNotNull(boundType); in tailMultiset()
DDescendingImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset() argument
74 return forward.tailMultiset(upperBound, boundType).descendingMultiset(); in headMultiset()
78 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() argument
79 return forward.headMultiset(lowerBound, boundType).descendingMultiset(); in tailMultiset()
DSortedMultisets.java122 BoundType boundType) { in headMultiset() argument
123 return forwardMultiset().tailMultiset(toElement, boundType) in headMultiset()
134 BoundType boundType) { in tailMultiset() argument
135 return forwardMultiset().headMultiset(fromElement, boundType) in tailMultiset()
DRanges.java168 C endpoint, BoundType boundType) { in upTo() argument
169 switch (boundType) { in upTo()
200 C endpoint, BoundType boundType) { in downTo() argument
201 switch (boundType) { in downTo()
DRegularImmutableSortedMultiset.java153 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) {
155 switch (boundType) {
171 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) {
173 switch (boundType) {
DSortedMultiset.java104 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset() argument
132 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset() argument
DGeneralRange.java68 BoundType boundType) { in downTo() argument
69 return new GeneralRange<T>(comparator, true, endpoint, boundType, false, null, OPEN); in downTo()
77 BoundType boundType) { in upTo() argument
78 return new GeneralRange<T>(comparator, false, null, OPEN, true, endpoint, boundType); in upTo()
DTreeMultiset.java347 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset() argument
350 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference); in headMultiset()
354 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() argument
357 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference); in tailMultiset()
DMultisets.java260 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset() argument
262 delegate().headMultiset(upperBound, boundType)); in headMultiset()
274 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() argument
276 delegate().tailMultiset(lowerBound, boundType)); in tailMultiset()
DImmutableSortedMultiset.java400 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset() argument
409 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset() argument
/external/skia/src/core/
DSkClipStack.cpp458 BoundsType* boundType, in getBounds() argument
460 SkASSERT(NULL != canvFiniteBound && NULL != boundType); in getBounds()
467 *boundType = kInsideOut_BoundsType; in getBounds()
475 *boundType = element->fFiniteBoundType; in getBounds()
713 SkClipStack::BoundsType boundType; in getConservativeBounds() local
716 this->getBounds(&temp, &boundType, isIntersectionOfRects); in getConservativeBounds()
717 if (SkClipStack::kInsideOut_BoundsType == boundType) { in getConservativeBounds()
/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() argument
346 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference); in headMultiset()
350 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() argument
353 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference); in tailMultiset()
/external/icu4c/i18n/unicode/
Dcoll.h1018 UColBoundMode boundType,
Ducol.h1063 UColBoundMode boundType,
/external/skia/include/core/
DSkClipStack.h285 BoundsType* boundType,
/external/icu4c/i18n/
Dcoll.cpp595 UColBoundMode boundType, in getBound() argument
601 … return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status); in getBound()
Ducol.cpp6171 UColBoundMode boundType, in ucol_getBound() argument
6206 if(result != NULL && resultLength >= sourceIndex+boundType) { in ucol_getBound()
6208 switch(boundType) { in ucol_getBound()
6229 return sourceIndex+boundType+1; in ucol_getBound()
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h785 UColBoundMode boundType,
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h785 UColBoundMode boundType,
/external/skia/src/gpu/
DSkGpuDevice.cpp391 SkClipStack::BoundsType boundType; in check_bounds() local
394 clipData.fClipStack->getBounds(&canvTemp, &boundType); in check_bounds()
395 if (SkClipStack::kNormal_BoundsType == boundType) { in check_bounds()
/external/clang/lib/Analysis/
DCFG.cpp1429 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local
1433 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()