Home
last modified time | relevance | path

Searched defs:upperBound (Results 1 – 25 of 53) sorted by relevance

123

/external/apache-http/src/org/apache/http/message/
DParserCursor.java53 private final int upperBound; field in ParserCursor
56 public ParserCursor(int lowerBound, int upperBound) { in ParserCursor()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSortedMultiset.java51 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
54 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType); in subMultiset()
DForwardingSortedMultiset.java186 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
192 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
205 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in standardSubMultiset()
DUnmodifiableSortedMultiset.java89 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
95 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
/external/guava/guava/src/com/google/common/collect/
DForwardingSortedMultiset.java199 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
205 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
218 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in standardSubMultiset()
DSortedMultiset.java118 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
133 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType); in subMultiset()
DUnmodifiableSortedMultiset.java93 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
99 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
DRange.java154 static <C extends Comparable<?>> Range<C> create(Cut<C> lowerBound, Cut<C> upperBound) { in create()
222 Cut<C> upperBound = in range() local
349 final Cut<C> upperBound; field in Range
351 private Range(Cut<C> lowerBound, Cut<C> upperBound) { in Range()
DDescendingImmutableSortedMultiset.java70 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
DTreeBasedTable.java173 final @Nullable C upperBound; field in TreeBasedTable.TreeRow
179 TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { in TreeRow()
DTreeRangeMap.java70 RangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value) { in RangeMapEntry()
188 private void putRangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value) { in putRangeMapEntry()
406 Cut<K> upperBound; in span() local
DImmutableSortedMultiset.java375 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
379 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
384 upperBound); in subMultiset() local
/external/guava/android/guava/src/com/google/common/collect/
DForwardingSortedMultiset.java199 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
205 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
218 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in standardSubMultiset()
DSortedMultiset.java118 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
133 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType); in subMultiset()
DUnmodifiableSortedMultiset.java93 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
99 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
DRange.java154 static <C extends Comparable<?>> Range<C> create(Cut<C> lowerBound, Cut<C> upperBound) { in create()
222 Cut<C> upperBound = in range() local
349 final Cut<C> upperBound; field in Range
351 private Range(Cut<C> lowerBound, Cut<C> upperBound) { in Range()
DDescendingImmutableSortedMultiset.java70 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
DTreeBasedTable.java173 @NullableDecl final C upperBound; field in TreeBasedTable.TreeRow
179 TreeRow(R rowKey, @NullableDecl C lowerBound, @NullableDecl C upperBound) { in TreeRow()
DTreeRangeMap.java70 RangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value) { in RangeMapEntry()
190 private void putRangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value) { in putRangeMapEntry()
412 Cut<K> upperBound; in span() local
DImmutableSortedMultiset.java329 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
333 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
338 upperBound); in subMultiset() local
DRegularImmutableSortedMultiset.java97 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DUnivariateRealSolverUtils.java126 double initial, double lowerBound, double upperBound) in bracket()
166 double initial, double lowerBound, double upperBound, in bracket()
/external/javapoet/src/main/java/com/squareup/javapoet/
DWildcardTypeName.java79 public static WildcardTypeName subtypeOf(TypeName upperBound) { in subtypeOf()
83 public static WildcardTypeName subtypeOf(Type upperBound) { in subtypeOf()
/external/guava/guava-gwt/src/com/google/common/collect/
DRange_CustomFieldSerializer.java46 Cut upperBound; in instantiate() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DAbstractContinuousDistribution.java115 double upperBound = getDomainUpperBound(p); in inverseCumulativeProbability() local

123