Searched defs:boundType (Results 1 - 20 of 20) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DDescendingImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
74 return forward.tailMultiset(upperBound, boundType).descendingMultiset();
78 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
79 return forward.headMultiset(lowerBound, boundType).descendingMultiset();
H A DEmptyImmutableSortedMultiset.java74 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
76 checkNotNull(boundType);
81 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
83 checkNotNull(boundType);
H A DSortedMultiset.java104 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); argument
132 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); argument
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
197 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, argument
201 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, argument
246 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { argument
247 switch (boundType) {
257 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { argument
258 switch (boundType) {
304 withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) argument
315 withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) argument
[all...]
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 DRanges.java168 C endpoint, BoundType boundType) {
169 switch (boundType) {
200 C endpoint, BoundType boundType) {
201 switch (boundType) {
167 upTo( C endpoint, BoundType boundType) argument
199 downTo( C endpoint, BoundType boundType) argument
H A DRegularImmutableSortedMultiset.java153 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
155 switch (boundType) {
171 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
173 switch (boundType) {
H A DSortedMultisets.java122 BoundType boundType) {
123 return forwardMultiset().tailMultiset(toElement, boundType)
134 BoundType boundType) {
135 return forwardMultiset().headMultiset(fromElement, boundType)
121 headMultiset(E toElement, BoundType boundType) argument
133 tailMultiset(E fromElement, BoundType boundType) argument
H A DImmutableSortedMultiset.java400 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); argument
409 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); argument
H A DTreeMultiset.java347 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
350 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
354 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
357 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference);
H A DMultisets.java260 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
262 delegate().headMultiset(upperBound, boundType));
274 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
276 delegate().tailMultiset(lowerBound, boundType));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java343 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
346 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
350 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
353 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference);
/external/skia/src/core/
H A DSkClipStack.cpp458 BoundsType* boundType,
460 SkASSERT(NULL != canvFiniteBound && NULL != boundType);
467 *boundType = kInsideOut_BoundsType;
475 *boundType = element->fFiniteBoundType;
713 SkClipStack::BoundsType boundType; local
716 this->getBounds(&temp, &boundType, isIntersectionOfRects);
717 if (SkClipStack::kInsideOut_BoundsType == boundType) {
457 getBounds(SkRect* canvFiniteBound, BoundsType* boundType, bool* isIntersectionOfRects) const argument
/external/icu4c/i18n/
H A Dcoll.cpp595 UColBoundMode boundType,
601 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
593 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) argument
H A Ducol.cpp6171 UColBoundMode boundType,
6202 // READ ME: this code assumes that the values for boundType
6206 if(result != NULL && resultLength >= sourceIndex+boundType) {
6208 switch(boundType) {
6229 return sourceIndex+boundType+1;
6169 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) argument
/external/skia/src/gpu/
H A DSkGpuDevice.cpp391 SkClipStack::BoundsType boundType; local
394 clipData.fClipStack->getBounds(&canvTemp, &boundType);
395 if (SkClipStack::kNormal_BoundsType == boundType) {
/external/clang/lib/Analysis/
H A DCFG.cpp1429 QualType boundType = Expr::findBoundMemberType(C->getCallee()); local
1433 if (!boundType.isNull()) calleeType = boundType;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 397 milliseconds