Home
last modified time | relevance | path

Searched defs:inclusive (Results 1 – 25 of 32) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java46 @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()
DBoundType.java43 static BoundType forBoolean(boolean inclusive) { in forBoolean()
DEmptyImmutableSortedSet.java105 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularImmutableSortedSet.java200 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
220 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularContiguousSet.java45 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
63 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DImmutableSortedSet.java601 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()
DEmptyContiguousSet.java61 @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/
DRegularContiguousSet.java43 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
61 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DEmptyContiguousSet.java59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
DImmutableSortedMap.java272 ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap()
303 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
DImmutableSortedSet.java317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
358 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
/external/chromium_org/third_party/icu/source/i18n/
Dzrule.cpp129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart()
135 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart()
Dtzrule.cpp354 UBool inclusive, in getNextStart()
378 UBool inclusive, in getPreviousStart()
544 UBool inclusive, in getNextStart()
564 UBool inclusive, in getPreviousStart()
Dvzone.cpp161 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()
Drbtz.cpp526 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()
Dolsontz.cpp854 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getNextTransition()
919 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getPreviousTransition()
Dsimpletz.cpp970 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*… in getNextTransition()
1004 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*co… in getPreviousTransition()
/external/icu4c/i18n/
Dzrule.cpp129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart()
135 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart()
Dtzrule.cpp354 UBool inclusive, in getNextStart()
378 UBool inclusive, in getPreviousStart()
544 UBool inclusive, in getNextStart()
564 UBool inclusive, in getPreviousStart()
Dvzone.cpp161 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()
Drbtz.cpp548 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const… in getNextTransition()
567 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) c… in getPreviousTransition()
740 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, in findNext()
824 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime, in findPrev()
Dolsontz.cpp886 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getNextTransition()
951 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const… in getPreviousTransition()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
DSafeTreeMap.java143 @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/chromium_org/third_party/smhasher/src/
DKeysetTest.h136 void SparseKeygenRecurse ( pfHash hash, int start, int bitsleft, bool inclusive, keytype & k, std::… in SparseKeygenRecurse()
165 bool SparseKeyTest ( hashfunc<hashtype> hash, const int setbits, bool inclusive, bool testColl, boo… in SparseKeyTest()

12