/external/apache-http/src/org/apache/http/message/ |
D | ParserCursor.java | 53 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/ |
D | SortedMultiset.java | 51 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset() 54 E upperBound, BoundType upperBoundType); in subMultiset()
|
D | UnmodifiableSortedMultiset.java | 92 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset() 100 E upperBound, BoundType upperBoundType) { in subMultiset()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingSortedMultiset.java | 197 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset() 203 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset() 216 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in standardSubMultiset()
|
D | SortedMultiset.java | 121 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset() 137 E upperBound, BoundType upperBoundType); in subMultiset()
|
D | Range.java | 155 Cut<C> lowerBound, Cut<C> upperBound) { in create() 226 Cut<C> upperBound = (upperType == BoundType.OPEN) in range() local 361 final Cut<C> upperBound; field in Range 363 private Range(Cut<C> lowerBound, Cut<C> upperBound) { in Range() 688 private static String toString(Cut<?> lowerBound, Cut<?> upperBound) { in toString()
|
D | UnmodifiableSortedMultiset.java | 95 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset() 103 E upperBound, BoundType upperBoundType) { in subMultiset()
|
D | TreeBasedTable.java | 182 @Nullable final C upperBound; field in TreeBasedTable.TreeRow 188 TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { in TreeRow()
|
D | DescendingImmutableSortedMultiset.java | 68 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
|
D | ImmutableSortedMultiset.java | 368 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset() 372 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset() 374 "Expected lowerBound <= upperBound but %s > %s", lowerBound, upperBound); in subMultiset() local
|
D | EmptyImmutableSortedMultiset.java | 73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
|
D | RegularImmutableSortedMultiset.java | 86 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | UnivariateRealSolverUtils.java | 126 double initial, double lowerBound, double upperBound) in bracket() 166 double initial, double lowerBound, double upperBound, in bracket()
|
/external/opencv/cv/src/ |
D | cvcondens.cpp | 232 cvConDensInitSampleSet( CvConDensation * conDens, CvMat * lowerBound, CvMat * upperBound ) in cvConDensInitSampleSet()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | AbstractContinuousDistribution.java | 115 double upperBound = getDomainUpperBound(p); in inverseCumulativeProbability() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 405 double upperBound, boolean lenientParse) { in doParse() 969 double upperBound, boolean lenientParse) { in doParse() 1273 double upperBound, boolean lenientParse) { in doParse() 1582 double upperBound, boolean lenientParse) { in doParse() 1761 double upperBound, boolean lenientParse) { in doParse()
|
D | NFRule.java | 813 double upperBound) { in doParse() 1018 …ter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound) { in matchToDelimiter()
|
D | NFRuleSet.java | 701 public Number parse(String text, ParsePosition parsePosition, double upperBound) { in parse()
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypesTest.java | 233 WildcardType upperBound = in testNewWildcardType() local 306 TypeVariable<?> upperBound = withBounds( in testNewTypeVariable() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingSortedMultisetTest.java | 95 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 197 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() function
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 705 double upperBound, in doParse() 956 double upperBound, in doParse() 1275 double upperBound, in doParse()
|
D | nfrs.cpp | 610 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& res… in parse()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | Types.java | 158 @VisibleForTesting static WildcardType subtypeOf(Type upperBound) { in subtypeOf()
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
D | JDBCSessionIdManager.java | 820 long upperBound = _lastScavengeTime; in scavenge() local
|