Home
last modified time | relevance | path

Searched defs:lowerBound (Results 1 – 25 of 65) sorted by relevance

123

/external/apache-http/src/org/apache/http/message/
DParserCursor.java52 private final int lowerBound; field in ParserCursor
56 public ParserCursor(int lowerBound, int upperBound) { in ParserCursor()
/external/guava/android/guava/src/com/google/common/collect/
DForwardingSortedMultiset.java205 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
218 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in standardSubMultiset()
223 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DSortedMultiset.java133 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType); in subMultiset()
144 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DUnmodifiableSortedMultiset.java99 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
105 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DRange.java155 static <C extends Comparable<?>> Range<C> create(Cut<C> lowerBound, Cut<C> upperBound) { in create()
221 Cut<C> lowerBound = in range() local
349 final Cut<C> lowerBound; field in Range
352 private Range(Cut<C> lowerBound, Cut<C> upperBound) { in Range()
DTreeBasedTable.java172 @NullableDecl final C lowerBound; 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()
399 Cut<K> lowerBound; in span() local
DDescendingImmutableSortedMultiset.java75 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DImmutableSortedMultiset.java333 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
337 lowerBound, in subMultiset() local
343 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
/external/guava/guava/src/com/google/common/collect/
DForwardingSortedMultiset.java205 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
218 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in standardSubMultiset()
223 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DSortedMultiset.java133 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType); in subMultiset()
144 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DUnmodifiableSortedMultiset.java99 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
105 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DRange.java155 static <C extends Comparable<?>> Range<C> create(Cut<C> lowerBound, Cut<C> upperBound) { in create()
221 Cut<C> lowerBound = in range() local
349 final Cut<C> lowerBound; field in Range
352 private Range(Cut<C> lowerBound, Cut<C> upperBound) { in Range()
DTreeRangeMap.java71 RangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value) { in RangeMapEntry()
189 private void putRangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value) { in putRangeMapEntry()
286 Cut<K> lowerBound = range.lowerBound; in merge() local
476 Cut<K> lowerBound; in span() local
DTreeBasedTable.java172 final @Nullable C lowerBound; field in TreeBasedTable.TreeRow
179 TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { in TreeRow()
DImmutableSortedMultiset.java379 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
383 lowerBound, in subMultiset() local
389 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DDescendingImmutableSortedMultiset.java75 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DForwardingSortedMultiset.java192 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
205 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in standardSubMultiset()
210 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
DSortedMultiset.java54 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType); in subMultiset()
56 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
DUnmodifiableSortedMultiset.java95 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
101 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
/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.java91 public static WildcardTypeName supertypeOf(TypeName lowerBound) { in supertypeOf()
96 public static WildcardTypeName supertypeOf(Type lowerBound) { in supertypeOf()
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java65 @Nullable private final Type lowerBound; field in TypeBoundClass.TyVarInfo
69 IntersectionTy upperBound, @Nullable Type lowerBound, ImmutableList<AnnoInfo> annotations) { in TyVarInfo()
85 public Type lowerBound() { in lowerBound() method in TypeBoundClass.TyVarInfo
/external/libxaac/decoder/drc_src/
Dimpd_drc_extr_delta_coded_info.c88 WORD32 lowerBound = (WORD32)(0.5f + 0.0005f * sampling_rate); in impd_get_delta_tmin() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DAbstractContinuousDistribution.java114 double lowerBound = getDomainLowerBound(p); in inverseCumulativeProbability() local

123