/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 94 @Override public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 125 @Override public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() 132 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 137 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | RegularImmutableSortedSet.java | 219 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 223 int headIndex(E toElement, boolean inclusive) { in headIndex() 237 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() 241 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
|
D | RegularContiguousSet.java | 50 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 65 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | EmptyImmutableSortedMap.java | 97 public ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() 103 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
D | DescendingImmutableSortedSet.java | 47 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 58 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | RegularImmutableSortedMap.java | 113 public ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() 118 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
D | EmptyImmutableSortedSet.java | 107 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 118 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | BoundType.java | 50 static BoundType forBoolean(boolean inclusive) { in forBoolean()
|
D | ImmutableSortedSet.java | 622 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 676 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 684 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 689 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/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | InitialTimeZoneRule.java | 78 boolean inclusive) { in getNextStart() 90 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | TimeZoneRule.java | 142 …ic abstract Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getNextStart() 160 …bstract Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getPreviousStart()
|
D | TimeArrayTimeZoneRule.java | 96 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() 114 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | AnnualTimeZoneRule.java | 188 public Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() 205 …public Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | BasicTimeZone.java | 47 public abstract TimeZoneTransition getNextTransition(long base, boolean inclusive); in getNextTransition() 62 public abstract TimeZoneTransition getPreviousTransition(long base, boolean inclusive); in getPreviousTransition()
|
D | RuleBasedTimeZone.java | 344 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { in getNextTransition() 418 public TimeZoneTransition getPreviousTransition(long base, boolean inclusive) { in getPreviousTransition()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ContiguousSet.java | 101 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 106 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | RegularContiguousSet.java | 48 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 63 @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 | ImmutableSortedSet.java | 333 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 374 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
/external/icu/icu4c/source/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 | rbtz.cpp | 544 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const… in getNextTransition() 563 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) c… in getPreviousTransition() 736 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, in findNext() 820 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime, in findPrev()
|
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()
|
/external/parameter-framework/bindings/c/ |
D | ParameterFramework.h | 106 bool inclusive; //< True if the criterion is inclusive, false if exclusive. member
|