/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | EnumBiMapTest.java | 93 EnumBiMap<Currency, Country> bimap = in testCreate() local 97 assertEquals(HashBiMap.create(), bimap); in testCreate() local 109 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testCreateFromMap() local 154 EnumBiMap<Currency, Country> bimap = in testKeyType() local 160 EnumBiMap<Currency, Country> bimap = in testValueType() local 172 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testIterationOrder() local 195 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testKeySetIteratorRemove() local 222 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testValuesIteratorRemove() local 249 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testEntrySet() local
|
D | ImmutableBiMapTest.java | 58 BiMap<K, V> bimap = (BiMap<K, V>) map; in assertMoreInvariants() local 342 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.of(); in testEmpty() local 343 assertEquals(Collections.<String, Integer>emptyMap(), bimap); in testEmpty() local 351 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromHashMap() local 358 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromImmutableMap() local 394 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testForcePut() local 403 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testKeySet() local 411 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testValues() local 419 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testDoubleInverse() local
|
D | EnumHashBiMapTest.java | 86 EnumHashBiMap<Currency, String> bimap = in testCreate() local 90 assertEquals(HashBiMap.create(), bimap); in testCreate() local 102 EnumHashBiMap<Currency, String> bimap in testCreateFromMap() local 172 EnumHashBiMap<Currency, String> bimap = in testKeyType() local 183 EnumHashBiMap<Currency, String> bimap in testEntrySet() local
|
D | HashBiMapTest.java | 54 HashBiMap<String, String> bimap = HashBiMap.create(map); in testMapConstructor() local 62 BiMap<Integer, Integer> bimap = HashBiMap.create(N); in testBashIt() local
|
D | ConstrainedBiMapTest.java | 82 BiMap<String, String> bimap = MapConstraints.constrainedBiMap( in create() local
|
D | MapsTest.java | 995 BiMap<String, Integer> bimap = HashBiMap.create(); in testSynchronizedBiMap() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | EnumBiMapTest.java | 117 EnumBiMap<Currency, Country> bimap = in testCreate() local 121 assertEquals(HashBiMap.create(), bimap); in testCreate() local 133 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testCreateFromMap() local 178 EnumBiMap<Currency, Country> bimap = in testKeyType() local 184 EnumBiMap<Currency, Country> bimap = in testValueType() local 196 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testIterationOrder() local 219 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testKeySetIteratorRemove() local 246 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testValuesIteratorRemove() local 273 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testEntrySet() local
|
D | ImmutableBiMapTest.java | 99 BiMap<K, V> bimap = (BiMap<K, V>) map; in assertMoreInvariants() local 383 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.of(); in testEmpty() local 384 assertEquals(Collections.<String, Integer>emptyMap(), bimap); in testEmpty() local 392 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromHashMap() local 399 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromImmutableMap() local 435 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testForcePut() local 444 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testKeySet() local 452 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testValues() local 460 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testDoubleInverse() local 467 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.of(); in testEmptySerialization() local [all …]
|
D | AbstractBiMapTest.java | 33 BiMap<Integer, String> bimap = new AbstractBiMap<Integer, String>( in testIdentityKeySetIteratorRemove() local 50 BiMap<Integer, String> bimap = new AbstractBiMap<Integer, String>( in testIdentityEntrySetIteratorRemove() local
|
D | EnumHashBiMapTest.java | 111 EnumHashBiMap<Currency, String> bimap = in testCreate() local 115 assertEquals(HashBiMap.create(), bimap); in testCreate() local 127 EnumHashBiMap<Currency, String> bimap in testCreateFromMap() local 197 EnumHashBiMap<Currency, String> bimap = in testKeyType() local 208 EnumHashBiMap<Currency, String> bimap in testEntrySet() local
|
D | HashBiMapTest.java | 78 HashBiMap<String, String> bimap = HashBiMap.create(map); in testMapConstructor() local 86 BiMap<Integer, Integer> bimap = HashBiMap.create(N); in testBashIt() local
|
D | ConstrainedBiMapTest.java | 108 BiMap<String, String> bimap = MapConstraints.constrainedBiMap( in create() local
|
D | SynchronizedBiMapTest.java | 137 BiMap<String, Integer> bimap = create(); in testInverse() local
|
D | MapsTest.java | 1303 BiMap<String, Integer> bimap = HashBiMap.create(); in testSynchronizedBiMap() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 769 struct bimap struct 775 bimap() : l(back), r(forth) { } in bimap() argument 776 bimap(const bimap<S, T> &m) in bimap() argument 779 void insert(const S &s, const T &t) in insert() 785 typedef typename std::map<T, S>::const_iterator l_iterator; 786 const std::map<T, S> &l; 787 typedef typename std::map<S, T>::const_iterator r_iterator; 788 const std::map<S, T> &r;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | HashBiMap.java | 57 HashBiMap<K, V> bimap = create(map.size()); in create() local
|
D | EnumHashBiMap.java | 68 EnumHashBiMap<K, V> bimap = create(EnumBiMap.inferKeyType(map)); in create() local
|
D | EnumBiMap.java | 69 EnumBiMap<K, V> bimap = create(inferKeyType(map), inferValueType(map)); in create() local
|
D | ImmutableBiMap.java | 95 ImmutableBiMap<K, V> bimap = (ImmutableBiMap<K, V>) map; in copyOf() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableBiMap.java | 194 ImmutableBiMap<K, V> bimap = (ImmutableBiMap<K, V>) map; in copyOf() local 257 SerializedForm(ImmutableBiMap<?, ?> bimap) { in SerializedForm()
|
D | EnumHashBiMap.java | 73 EnumHashBiMap<K, V> bimap = create(EnumBiMap.inferKeyType(map)); in create() local
|
D | EnumBiMap.java | 73 EnumBiMap<K, V> bimap = create(inferKeyType(map), inferValueType(map)); in create() local
|
D | HashBiMap.java | 76 HashBiMap<K, V> bimap = create(map.size()); in create() local
|