/external/apache-http/src/org/apache/http/message/ |
D | ParserCursor.java | 47 private final int lowerBound; field in ParserCursor 51 public ParserCursor(int lowerBound, int upperBound) { in ParserCursor()
|
/external/guava/guava/src/com/google/common/collect/ |
D | SortedMultiset.java | 119 SortedMultiset<E> subMultiset(E lowerBound, BoundType lowerBoundType, in subMultiset() 132 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
|
D | Range.java | 114 final Cut<C> lowerBound; field in Range 117 Range(Cut<C> lowerBound, Cut<C> upperBound) { in Range() 488 private static String toString(Cut<?> lowerBound, Cut<?> upperBound) { in toString()
|
D | Ranges.java | 75 Cut<C> lowerBound, Cut<C> upperBound) { in create() 138 Cut<C> lowerBound = (lowerType == BoundType.OPEN) in range() local
|
D | EmptyImmutableSortedMultiset.java | 81 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
|
D | DescendingImmutableSortedMultiset.java | 78 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
|
D | TreeBasedTable.java | 177 @Nullable final C lowerBound; field in TreeBasedTable.TreeRow 184 TreeRow(R rowKey, @Nullable C lowerBound, @Nullable C upperBound) { in TreeRow()
|
D | ImmutableSortedMultiset.java | 404 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) { in subMultiset() 409 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset()
|
D | Multisets.java | 267 E lowerBound, BoundType lowerBoundType, in subMultiset() 274 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
|
D | TreeMultiset.java | 354 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
|
/external/webkit/Source/WebCore/storage/ |
D | IDBKeyRange.cpp | 49 PassRefPtr<IDBKeyRange> IDBKeyRange::lowerBound(PassRefPtr<IDBKey> bound, bool open) in lowerBound() function in WebCore::IDBKeyRange
|
D | IDBSQLiteBackingStore.cpp | 878 bool lowerBound = range && range->lower(); in openObjectStoreCursor() local 919 bool lowerBound = range && range->lower(); in openIndexKeyCursor() local 959 bool lowerBound = range && range->lower(); in openIndexCursor() local
|
D | IDBLevelDBBackingStore.cpp | 2477 bool lowerBound = range && range->lower(); in openObjectStoreCursor() local 2515 bool lowerBound = range && range->lower(); in openIndexKeyCursor() local 2555 bool lowerBound = range && range->lower(); in openIndexCursor() local
|
/external/opencv/cv/src/ |
D | cvcondens.cpp | 232 cvConDensInitSampleSet( CvConDensation * conDens, CvMat * lowerBound, CvMat * upperBound ) in cvConDensInitSampleSet()
|
/external/webkit/Source/WebCore/page/ |
D | PerformanceTiming.cpp | 52 static double getPossiblySkewedTimeInKnownRange(double skewedTime, double lowerBound, double upperB… in getPossiblySkewedTimeInKnownRange()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderQuote.cpp | 199 …const LanguageData* lowerBound = std::lower_bound<const LanguageData*, const LanguageData>(languag… in quotesForLanguage() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 114 SVal lowerBound = in checkLocation() local
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | TreeMultiset.java | 350 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 587 LONG lowerBound; in dumpHistoryItem() local
|