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

12

/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/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp598 BoundsType* boundType,
600 SkASSERT(canvFiniteBound && boundType);
607 *boundType = kInsideOut_BoundsType;
615 *boundType = element->fFiniteBoundType;
815 SkClipStack::BoundsType boundType; local
818 this->getBounds(&temp, &boundType, isIntersectionOfRects);
819 if (SkClipStack::kInsideOut_BoundsType == boundType) {
597 getBounds(SkRect* canvFiniteBound, BoundsType* boundType, bool* isIntersectionOfRects) const 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.cpp642 UColBoundMode boundType,
648 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
640 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.cpp598 BoundsType* boundType,
600 SkASSERT(NULL != canvFiniteBound && NULL != boundType);
607 *boundType = kInsideOut_BoundsType;
615 *boundType = element->fFiniteBoundType;
815 SkClipStack::BoundsType boundType; local
818 this->getBounds(&temp, &boundType, isIntersectionOfRects);
819 if (SkClipStack::kInsideOut_BoundsType == boundType) {
597 getBounds(SkRect* canvFiniteBound, BoundsType* boundType, bool* isIntersectionOfRects) const argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp573 UColBoundMode boundType,
579 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status);
571 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.cpp6063 UColBoundMode boundType,
6094 // READ ME: this code assumes that the values for boundType
6098 if(result != NULL && resultLength >= sourceIndex+boundType) {
6100 switch(boundType) {
6121 return sourceIndex+boundType+1;
6061 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) argument
/external/clang/lib/Analysis/
H A DCFG.cpp1717 QualType boundType = Expr::findBoundMemberType(C->getCallee()); local
1721 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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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 ...

Completed in 4788 milliseconds

12