/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 | 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 | 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 | 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 | SortedMultisets.java | 143 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 149 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ForwardingNavigableSet.java | 210 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 225 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ImmutableSortedSet.java | 624 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/ |
D | InitialTimeZoneRule.java | 75 boolean inclusive) { in getNextStart() 86 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | TimeZoneRule.java | 131 …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()
|
D | TimeArrayTimeZoneRule.java | 95 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()
|
D | AnnualTimeZoneRule.java | 180 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/ |
D | InitialTimeZoneRule.java | 84 boolean inclusive) { in getNextStart() 97 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | TimeZoneRule.java | 144 …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()
|
D | TimeArrayTimeZoneRule.java | 101 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()
|
D | AnnualTimeZoneRule.java | 193 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/ |
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()
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | select.py | 331 inclusive=True, argument 384 inclusive=True, argument 456 inclusive=True, argument
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 85 @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/ |
D | zrule.cpp | 131 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/ |
D | ParameterFramework.h | 121 bool inclusive; //< True if the criterion is inclusive, false if exclusive. member
|