Home
last modified time | relevance | path

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

/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/src/com/google/common/collect/
DSortedMultiset.java104 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
120 E upperBound, BoundType upperBoundType); in subMultiset()
DRange.java115 final Cut<C> upperBound; field in Range
117 Range(Cut<C> lowerBound, Cut<C> upperBound) { in Range()
488 private static String toString(Cut<?> lowerBound, Cut<?> upperBound) { in toString()
DRanges.java75 Cut<C> lowerBound, Cut<C> upperBound) { in create()
141 Cut<C> upperBound = (upperType == BoundType.OPEN) in range() local
DEmptyImmutableSortedMultiset.java74 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
DDescendingImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
DTreeBasedTable.java178 @Nullable final C upperBound; field in TreeBasedTable.TreeRow
184 TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { in TreeRow()
DImmutableSortedMultiset.java400 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); in headMultiset()
404 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset()
DMultisets.java260 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
268 E upperBound, BoundType upperBoundType) { in subMultiset()
DTreeMultiset.java347 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
/external/opencv/cv/src/
Dcvcondens.cpp232 cvConDensInitSampleSet( CvConDensation * conDens, CvMat * lowerBound, CvMat * upperBound ) in cvConDensInitSampleSet()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionMessages.h105 …me, NumberType given, NumberType lowerBound, BoundType lowerType, NumberType upperBound, BoundType… in indexOutsideRange()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyRange.cpp110 IDBKeyRange* IDBKeyRange::upperBound(ExecutionContext* context, const ScriptValue& boundValue, bool… in upperBound() function in blink::IDBKeyRange
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc184 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() function
/external/chromium_org/third_party/icu/source/i18n/
Dnfsubs.cpp705 double upperBound, in doParse()
956 double upperBound, in doParse()
1275 double upperBound, in doParse()
Dnfrs.cpp610 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& res… in parse()
Dnfrule.cpp757 double upperBound, in doParse()
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp705 double upperBound, in doParse()
956 double upperBound, in doParse()
1275 double upperBound, in doParse()
Dnfrs.cpp610 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& res… in parse()
Dnfrule.cpp758 double upperBound, in doParse()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java343 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { in headMultiset()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp321 static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound) in isInRange()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js99 Array.prototype.upperBound = function(object, comparator) {} method in Array