/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 46 @Override ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 69 @Override ContiguousSet<C> tailSet(C fromElement, boolean inclusive){ in tailSet() 76 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 81 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | BoundType.java | 43 static BoundType forBoolean(boolean inclusive) { in forBoolean()
|
D | EmptyImmutableSortedSet.java | 105 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | RegularImmutableSortedSet.java | 200 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 220 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | RegularContiguousSet.java | 45 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 63 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | ImmutableSortedSet.java | 601 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 647 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 655 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 660 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
|
D | EmptyContiguousSet.java | 61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | RegularContiguousSet.java | 43 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 61 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | EmptyContiguousSet.java | 59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
|
D | ImmutableSortedMap.java | 272 ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() 303 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
D | ImmutableSortedSet.java | 317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 358 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
/external/icu4c/i18n/ |
D | zrule.cpp | 129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart() 135 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart()
|
D | tzrule.cpp | 354 UBool inclusive, in getNextStart() 378 UBool inclusive, in getPreviousStart() 544 UBool inclusive, in getNextStart() 564 UBool inclusive, in getPreviousStart()
|
D | vzone.cpp | 161 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition() 166 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition()
|
D | rbtz.cpp | 526 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getNextTransition() 545 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /… in getPreviousTransition() 713 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, in findNext() 797 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime, in findPrev()
|
D | olsontz.cpp | 863 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getNextTransition() 928 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getPreviousTransition()
|
D | simpletz.cpp | 970 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*… in getNextTransition() 1004 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*co… in getPreviousTransition()
|
D | vtzone.cpp | 1222 VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ { in getNextTransition() 1227 VTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getPreviousTransition()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | SafeTreeMap.java | 143 @Override public NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() 225 @Override public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
/external/icu4c/test/intltest/ |
D | tzrulets.cpp | 2412 UDate start, UDate end, UBool inclusive) { in compareTransitionsAscending() 2469 UDate start, UDate end, UBool inclusive) { in compareTransitionsDescending()
|