Home
last modified time | relevance | path

Searched refs:inclusive (Results 1 – 25 of 67) sorted by relevance

123

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java46 @Override ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() argument
47 return headSetImpl(checkNotNull(toElement), inclusive); in headSet()
69 @Override ContiguousSet<C> tailSet(C fromElement, boolean inclusive){ in tailSet() argument
70 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet()
76 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() argument
81 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl() argument
DBoundType.java43 static BoundType forBoolean(boolean inclusive) { in forBoolean() argument
44 return inclusive ? CLOSED : OPEN; in forBoolean()
DRegularContiguousSet.java45 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() argument
46 return range.intersection(Ranges.upTo(toElement, BoundType.forBoolean(inclusive))) in headSetImpl()
63 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl() argument
64 return range.intersection(Ranges.downTo(fromElement, BoundType.forBoolean(inclusive))) in tailSetImpl()
DRegularImmutableSortedSet.java200 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() argument
202 if (inclusive) { in headSetImpl()
220 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() argument
222 if (inclusive) { in tailSetImpl()
DImmutableSortedSet.java601 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() argument
602 return headSetImpl(checkNotNull(toElement), inclusive); in headSet()
647 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() argument
648 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet()
655 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() argument
660 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl() argument
DEmptyImmutableSortedSet.java105 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() argument
116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() argument
/external/icu4c/i18n/unicode/
Dtzrule.h140 UBool inclusive, UDate& result) const = 0;
157 UBool inclusive, UDate& result) const = 0;
322 UBool inclusive, UDate& result) const;
339 UBool inclusive, UDate& result) const;
557 UBool inclusive, UDate& result) const;
574 UBool inclusive, UDate& result) const;
763 UBool inclusive, UDate& result) const;
780 UBool inclusive, UDate& result) const;
Drbtz.h258 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
268 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
312 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c…
313 …UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c…
Dbasictz.h50 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/…
60 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
/external/icu4c/i18n/
Drbtz.cpp526 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getNextTransition() argument
534 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule); in getNextTransition()
545 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /… in getPreviousTransition() argument
553 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule); in getPreviousTransition()
713 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, in findNext() argument
723 if (tt > base || (inclusive && tt == base)) { in findNext()
730 if (inclusive && tt == base) { in findNext()
739 … UBool avail0 = r0->getNextStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findNext()
740 … UBool avail1 = r1->getNextStart(base, r0->getRawOffset(), r0->getDSTSavings(), inclusive, start1); in findNext()
764 if (tt < base || (!inclusive && tt == base)) { in findNext()
[all …]
Dzrule.cpp129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart() argument
130 …*)rule)->InitialTimeZoneRule::getNextStart(base, prevRawOffset, prevDSTSavings, inclusive, result); in izrule_getNextStart()
135 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart() argument
136 …le)->InitialTimeZoneRule::getPreviousStart(base, prevRawOffset, prevDSTSavings, inclusive, result); in izrule_getPreviousStart()
Dtzrule.cpp354 UBool inclusive, in getNextStart() argument
363 if (tmp < base || (!inclusive && (tmp == base))) { in getNextStart()
378 UBool inclusive, in getPreviousStart() argument
387 if (tmp > base || (!inclusive && (tmp == base))) { in getPreviousStart()
544 UBool inclusive, in getNextStart() argument
549 if (time < base || (!inclusive && time == base)) { in getNextStart()
564 UBool inclusive, in getPreviousStart() argument
569 if (time < base || (inclusive && time == base)) { in getPreviousStart()
Dvzone.cpp161 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition() argument
162 …return ((VTimeZone*)zone)->VTimeZone::getNextTransition(base, inclusive, *(TimeZoneTransition*)res… in vzone_getNextTransition()
166 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition() argument
167 …return ((VTimeZone*)zone)->VTimeZone::getPreviousTransition(base, inclusive, *(TimeZoneTransition*… in vzone_getPreviousTransition()
Dzrule.h228 int32_t prevDSTSavings, UBool inclusive, UDate& result);
246 int32_t prevDSTSavings, UBool inclusive, UDate& result);
Dsimpletz.cpp970 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*… in getNextTransition() argument
982 if (base < firstTransitionTime || (inclusive && base == firstTransitionTime)) { in getNextTransition()
986 …stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate); in getNextTransition()
987 …dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition()
1004 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*co… in getPreviousTransition() argument
1016 if (base < firstTransitionTime || (!inclusive && base == firstTransitionTime)) { in getPreviousTransition()
1020 …ule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate); in getPreviousTransition()
1021 …ule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition()
Dolsontz.cpp863 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getNextTransition() argument
871 if (inclusive && base == firstFinalTZTransition->getTime()) { in getNextTransition()
877 return finalZoneWithStartYear->getNextTransition(base, inclusive, result); in getNextTransition()
890 if (base > t || (!inclusive && base == t)) { in getNextTransition()
928 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getPreviousTransition() argument
936 if (inclusive && base == firstFinalTZTransition->getTime()) { in getPreviousTransition()
942 return finalZoneWithStartYear->getPreviousTransition(base, inclusive, result); in getPreviousTransition()
955 if (base > t || (inclusive && base == t)) { in getPreviousTransition()
Dvzone.h306 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
317 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
/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() argument
44 return range.intersection(Ranges.upTo(toElement, BoundType.forBoolean(inclusive))) in headSetImpl()
61 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl() argument
62 return range.intersection(Ranges.downTo(fromElement, BoundType.forBoolean(inclusive))) in tailSetImpl()
DImmutableSortedMap.java272 ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() argument
274 if (inclusive) { in headMap()
303 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() argument
305 if (!inclusive) { in tailMap()
DImmutableSortedSet.java317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() argument
319 if (inclusive) { in headSet()
358 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() argument
360 if (!inclusive) { in tailSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() argument
124 delegate.headSet(checkValid(toElement), inclusive)); in headSet()
186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() argument
187 return delegate.tailSet(checkValid(fromElement), inclusive); in tailSet()
DSafeTreeMap.java143 @Override public NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() argument
145 delegate.headMap(checkValid(toKey), inclusive)); in headMap()
225 @Override public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() argument
227 delegate.tailMap(checkValid(fromKey), inclusive)); in tailMap()
/external/icu4c/test/intltest/
Dtzrulets.h44 UDate start, UDate end, UBool inclusive);
46 UDate start, UDate end, UBool inclusive);
/external/valgrind/main/callgrind/
Dcallgrind_annotate.in156 my $inclusive = 0;
281 $inclusive = 1 if ($1 eq "yes");
282 $inclusive = 0 if ($1 eq "no");
573 if ($inclusive) {
700 if ($inclusive) {
952 if ($inclusive) {
/external/iptables/extensions/
Dlibipt_SNAT.man11 which can specify a single new source IP address, an inclusive range
18 mapped to other ports below 512: those between 512 and 1023 inclusive

123