/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 50 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 57 @Override ContiguousSet<C> subSet(C fromElement, boolean fromInclusive, C toElement, in subSet() 65 @Override public ContiguousSet<C> tailSet(C fromElement) { in tailSet() 69 @Override ContiguousSet<C> tailSet(C fromElement, boolean inclusive){ in tailSet() 78 /*@Override*/ abstract ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, in subSetImpl() 81 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | ForwardingSortedSet.java | 86 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 91 public SortedSet<E> tailSet(E fromElement) { in tailSet() 163 @Beta protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
|
D | SortedMultisets.java | 50 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 59 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet() 127 @Override public SortedMultiset<E> subMultiset(E fromElement, in subMultiset() 133 @Override public SortedMultiset<E> tailMultiset(E fromElement, in tailMultiset()
|
D | ImmutableSortedSet.java | 619 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 624 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 643 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() 647 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 658 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl() 660 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
|
D | EmptyImmutableSortedSet.java | 111 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | StandardRowSortedTable.java | 103 public SortedSet<R> subSet(R fromElement, R toElement) { in subSet() 112 public SortedSet<R> tailSet(R fromElement) { in tailSet()
|
D | EmptyContiguousSet.java | 66 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 70 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
D | RegularImmutableSortedSet.java | 214 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 220 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | RegularContiguousSet.java | 56 /* @Override */ ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl() 63 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | AbstractMultimap.java | 692 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 700 public SortedSet<V> tailSet(V fromElement) { in tailSet() 980 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 985 public SortedSet<K> tailSet(K fromElement) { in tailSet()
|
D | Constraints.java | 178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 182 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
D | Synchronized.java | 260 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 274 public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 172 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 182 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet() 186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | EmptyContiguousSet.java | 64 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 68 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
D | RegularContiguousSet.java | 54 /* @Override */ ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl() 61 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | ImmutableSortedSet.java | 333 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 337 ImmutableSortedSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, in subSet() 349 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() 358 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | Synchronized.java | 247 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 261 public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
/external/smali/util/src/main/java/org/jf/util/ |
D | ArraySortedSet.java | 136 public SortedSet<T> subSet(T fromElement, T toElement) { in subSet() 146 public SortedSet<T> tailSet(T fromElement) { in tailSet()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingSortedSetTest.java | 100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | MouseEvent.cpp | 182 Node* MouseEvent::fromElement() const in fromElement() function in blink::MouseEvent
|