Home
last modified time | relevance | path

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

123

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java94 @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()
DRegularImmutableSortedSet.java219 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()
DEmptyImmutableSortedMap.java97 public ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap()
103 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
DRegularContiguousSet.java50 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
65 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DDescendingImmutableSortedSet.java47 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
58 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularImmutableSortedMap.java113 public ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap()
118 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
DEmptyImmutableSortedSet.java107 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
118 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DBoundType.java50 static BoundType forBoolean(boolean inclusive) { in forBoolean()
DSortedMultisets.java143 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
149 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
DForwardingNavigableSet.java210 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
225 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
DImmutableSortedSet.java624 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
680 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
688 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
693 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DInitialTimeZoneRule.java75 boolean inclusive) { in getNextStart()
86 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
DTimeZoneRule.java131 …ic abstract Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getNextStart()
147 …bstract Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getPreviousStart()
DTimeArrayTimeZoneRule.java95 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart()
113 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
DAnnualTimeZoneRule.java180 public Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getNextStart()
197 …public Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DInitialTimeZoneRule.java84 boolean inclusive) { in getNextStart()
97 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
DTimeZoneRule.java144 …ic abstract Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getNextStart()
162 …bstract Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getPreviousStart()
DTimeArrayTimeZoneRule.java101 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart()
120 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
DAnnualTimeZoneRule.java193 public Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getNextStart()
211 …public Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSet.java101 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
106 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DRegularContiguousSet.java48 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
63 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
/external/tensorflow/tensorflow/contrib/graph_editor/
Dselect.py331 inclusive=True, argument
384 inclusive=True, argument
456 inclusive=True, argument
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java85 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
124 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
/external/icu/icu4c/source/i18n/
Dzrule.cpp131 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart()
137 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart()
/external/parameter-framework/upstream/bindings/c/
DParameterFramework.h121 bool inclusive; //< True if the criterion is inclusive, false if exclusive. member

123