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

12

/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/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 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 DUnmodifiableSortedMultiset.java95 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { argument
97 delegate().headMultiset(upperBound, boundType));
109 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { argument
111 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 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 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 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 DRange.java259 C endpoint, BoundType boundType) {
260 switch (boundType) {
297 C endpoint, BoundType boundType) {
298 switch (boundType) {
258 upTo( C endpoint, BoundType boundType) argument
296 downTo( C endpoint, 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/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationKey.java396 * @param boundType Mode of bound required. It can be BoundMode.LOWER, which
425 public CollationKey getBound(int boundType, int noOfLevels) argument
458 byte resultkey[] = new byte[offset + boundType + 1];
460 switch (boundType) {
475 "Illegal boundType argument");
/external/icu/icu4c/source/i18n/
H A Ducol.cpp240 UColBoundMode boundType,
271 // READ ME: this code assumes that the values for boundType
275 if(result != NULL && resultLength >= sourceIndex+boundType) {
277 switch(boundType) {
298 return sourceIndex+boundType+1;
238 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) argument
H A Dcoll.cpp643 UColBoundMode boundType,
649 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
641 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/core/
H A DSkClipStack.cpp596 BoundsType* boundType,
598 SkASSERT(canvFiniteBound && boundType);
605 *boundType = kInsideOut_BoundsType;
613 *boundType = element->fFiniteBoundType;
823 SkClipStack::BoundsType boundType; local
826 this->getBounds(&temp, &boundType, isIntersectionOfRects);
827 if (SkClipStack::kInsideOut_BoundsType == boundType) {
595 getBounds(SkRect* canvFiniteBound, BoundsType* boundType, bool* isIntersectionOfRects) const argument
/external/clang/lib/Analysis/
H A DCFG.cpp1785 QualType boundType = Expr::findBoundMemberType(C->getCallee()); local
1789 if (!boundType.isNull()) calleeType = boundType;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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 ...

Completed in 325 milliseconds

12