/external/guava/guava/src/com/google/common/collect/ |
D | TreeRangeSet.java | 99 Entry<Cut<C>, Range<C>> floorEntry = rangesByLowerBound.floorEntry(Cut.belowValue(value)); in rangeContaining() local 100 if (floorEntry != null && floorEntry.getValue().contains(value)) { in rangeContaining() 101 return floorEntry.getValue(); in rangeContaining() 111 Entry<Cut<C>, Range<C>> floorEntry = rangesByLowerBound.floorEntry(range.lowerBound); in encloses() local 112 return floorEntry != null && floorEntry.getValue().encloses(range); in encloses() 118 Entry<Cut<C>, Range<C>> floorEntry = rangesByLowerBound.floorEntry(range.lowerBound); in rangeEnclosing() local 119 return (floorEntry != null && floorEntry.getValue().encloses(range)) in rangeEnclosing() 120 ? floorEntry.getValue() in rangeEnclosing() 165 Entry<Cut<C>, Range<C>> entryBelowUB = rangesByLowerBound.floorEntry(ubToAdd); in add() 209 Entry<Cut<C>, Range<C>> entryBelowUB = rangesByLowerBound.floorEntry(rangeToRemove.upperBound); in remove() [all …]
|
D | ForwardingNavigableMap.java | 90 public Entry<K, V> floorEntry(K key) { in floorEntry() method in ForwardingNavigableMap 91 return delegate().floorEntry(key); in floorEntry() 114 return keyOrNull(floorEntry(key)); in standardFloorKey()
|
D | AbstractNavigableMap.java | 93 public Entry<K, V> floorEntry(K key) { in floorEntry() method in AbstractNavigableMap 116 return Maps.keyOrNull(floorEntry(key)); in floorKey()
|
D | TreeRangeMap.java | 116 entriesByLowerBound.floorEntry(Cut.belowValue(key)); in getEntry() 348 entriesByLowerBound.floorEntry(subRange.lowerBound); 455 entriesByLowerBound.floorEntry(r.lowerBound);
|
D | ImmutableSortedMap.java | 587 public Entry<K, V> floorEntry(K key) { in floorEntry() method in ImmutableSortedMap 593 return keyOrNull(floorEntry(key)); in floorKey()
|
D | Maps.java | 2003 @Override public Entry<K, V2> floorEntry(K key) { 2004 return transformEntry(fromMap().floorEntry(key)); 3135 public Entry<K, V> floorEntry(K key) { 3136 return unmodifiableOrNull(delegate.floorEntry(key)); 3846 public Entry<K, V> floorEntry(K key) { 3857 return forward().floorEntry(key);
|
D | AbstractMapBasedMultimap.java | 1442 public Entry<K, Collection<V>> floorEntry(K key) { 1443 Entry<K, Collection<V>> entry = sortedMap().floorEntry(key);
|
D | Synchronized.java | 1405 @Override public Entry<K, V> floorEntry(K key) { 1407 return nullableSynchronizedEntry(delegate().floorEntry(key), mutex);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | NavigableMapNavigationTester.java | 93 assertNull(navigableMap.floorEntry(samples.e0.getKey())); in testEmptyMapNearby() 128 assertEquals(a, navigableMap.floorEntry(samples.e0.getKey())); in testSingletonMapNearby() 184 assertEquals(a, navigableMap.floorEntry(a.getKey())); in testFloor() 186 assertEquals(a, navigableMap.floorEntry(b.getKey())); in testFloor() 188 assertEquals(c, navigableMap.floorEntry(c.getKey())); in testFloor()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableMapTest.java | 132 @Override public Entry<K, V> floorEntry(K key) { in floorEntry() method in SynchronizedNavigableMapTest.TestMap 134 return delegate().floorEntry(key); in floorEntry() 296 create().floorEntry("a"); in testFloorEntry()
|
D | ForwardingNavigableMapTest.java | 131 public Entry<K, V> floorEntry(K key) { in floorEntry() method 299 forward().floorEntry("key");
|
D | TreeRangeSetTest.java | 113 assertEquals(expected.floorEntry(key), navigableMap.floorEntry(key)); in testNavigationAgainstExpected()
|
D | MapsTest.java | 1888 entry = unmod.floorEntry(2);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeMap.java | 164 @Override public Entry<K, V> floorEntry(K key) { 165 return delegate.floorEntry(checkValid(key));
|
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/build/ |
D | guava-testlib-16.0.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |