/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapPutTester.java | 76 getMap().forcePut(k0(), v1()); in testForcePutKeyPresent() 88 getMap().forcePut(k1(), v0()); in testForcePutValuePresent() 99 getMap().forcePut(k0(), v1()); in testForcePutKeyAndValuePresent() 112 getMap().forcePut(null, v1()); in testForcePutNullKeyPresent() 131 getMap().forcePut(k1(), null); in testForcePutNullValuePresent()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapPutTester.java | 76 getMap().forcePut(k0(), v1()); in testForcePutKeyPresent() 88 getMap().forcePut(k1(), v0()); in testForcePutValuePresent() 99 getMap().forcePut(k0(), v1()); in testForcePutKeyAndValuePresent() 112 getMap().forcePut(null, v1()); in testForcePutNullKeyPresent() 131 getMap().forcePut(k1(), null); in testForcePutNullValuePresent()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedBiMapTest.java | 115 public V forcePut(K key, V value) { in forcePut() method in SynchronizedBiMapTest.TestBiMap 117 return delegate.forcePut(key, value); in forcePut() 142 create().forcePut(null, null); in testForcePut()
|
D | HashBiMapTest.java | 189 map.forcePut("quux", 1); in testInsertionOrderAfterForcePut() 201 map.inverse().forcePut(1, "quux"); in testInsertionOrderAfterInverseForcePut() 223 map.inverse().forcePut(1, "quux"); in testInverseInsertionOrderAfterInverseForcePut() 236 map.inverse().forcePut(4, "bar"); in testInverseInsertionOrderAfterInverseForcePutPresentKey()
|
D | ImmutableBiMapTest.java | 572 bimap.forcePut("three", 3); in testForcePut()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | SynchronizedBiMapTest.java | 114 public V forcePut(K key, V value) { in forcePut() method in SynchronizedBiMapTest.TestBiMap 116 return delegate.forcePut(key, value); in forcePut() 135 create().forcePut(null, null); in testForcePut()
|
D | HashBiMapTest.java | 189 map.forcePut("quux", 1); in testInsertionOrderAfterForcePut() 201 map.inverse().forcePut(1, "quux"); in testInsertionOrderAfterInverseForcePut() 223 map.inverse().forcePut(1, "quux"); in testInverseInsertionOrderAfterInverseForcePut() 236 map.inverse().forcePut(4, "bar"); in testInverseInsertionOrderAfterInverseForcePutPresentKey()
|
D | ImmutableBiMapTest.java | 516 bimap.forcePut("three", 3); in testForcePut()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | EnumHashBiMap.java | 94 public V forcePut(K key, @NullableDecl V value) { in forcePut() method in EnumHashBiMap 95 return super.forcePut(key, value); in forcePut()
|
D | BiMap.java | 70 V forcePut(@NullableDecl K key, @NullableDecl V value); in forcePut() method
|
D | ImmutableBiMap.java | 342 public V forcePut(K key, V value) { in forcePut() method in ImmutableBiMap
|
D | AbstractBiMap.java | 122 public V forcePut(@NullableDecl K key, @NullableDecl V value) { in forcePut() method in AbstractBiMap
|
D | HashBiMap.java | 310 public V forcePut(@NullableDecl K key, @NullableDecl V value) { in forcePut() method in HashBiMap 948 public K forcePut(@NullableDecl V value, @NullableDecl K key) { in forcePut() method in Inverse
|
D | Synchronized.java | 1187 public V forcePut(K key, V value) { 1189 return delegate().forcePut(key, value);
|
D | Maps.java | 1485 public V forcePut(K key, V value) { 3077 public V forcePut(@NullableDecl K key, @NullableDecl V value) { 3079 return unfiltered().forcePut(key, value);
|
/external/guava/guava/src/com/google/common/collect/ |
D | EnumHashBiMap.java | 94 public V forcePut(K key, @Nullable V value) { in forcePut() method in EnumHashBiMap 95 return super.forcePut(key, value); in forcePut()
|
D | BiMap.java | 70 V forcePut(@Nullable K key, @Nullable V value); in forcePut() method
|
D | ImmutableBiMap.java | 404 public V forcePut(K key, V value) { in forcePut() method in ImmutableBiMap
|
D | HashBiMap.java | 309 public @Nullable V forcePut(@Nullable K key, @Nullable V value) { in forcePut() method in HashBiMap 601 public @Nullable K forcePut(@Nullable V value, @Nullable K key) {
|
D | AbstractBiMap.java | 123 public V forcePut(@Nullable K key, @Nullable V value) { in forcePut() method in AbstractBiMap
|
D | Synchronized.java | 1328 public V forcePut(K key, V value) { 1330 return delegate().forcePut(key, value);
|
D | Maps.java | 1611 public V forcePut(K key, V value) { 3220 public V forcePut(@Nullable K key, @Nullable V value) { 3222 return unfiltered().forcePut(key, value);
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | Directory.java | 84 forcePut(new DirectoryEntry(this, Name.PARENT, parent)); in linked() 257 private void forcePut(DirectoryEntry entry) { in forcePut() method in Directory
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | PackageResourceTable.java | 134 resourceTable.forcePut(oldId, resName); in addResource()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableBiMap.java | 160 public final V forcePut(K key, V value) { in forcePut() method in ImmutableBiMap
|