Searched defs:entryOf (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java286 cache.asMap().entrySet().add(entryOf(1, 1));
293 cache.asMap().values().addAll(asList(entryOf(1, 1), entryOf(2, 2)));
316 assertFalse(entrySet.remove(entryOf(6, 6)));
317 assertFalse(entrySet.remove(entryOf(-6, -6)));
318 assertFalse(entrySet.removeAll(asList(null, entryOf(0, 0), entryOf(15, 15))));
319 assertFalse(entrySet.retainAll(asList(null, entryOf(0, 0), entryOf(15, 15))));
333 entrySet.remove(entryOf(
388 private Entry<Object, Object> entryOf(Object key, Object value) { method in class:EmptyCachesTest
[all...]
H A DPopulatedCachesTest.java91 warmed.add(entryOf(entry.getKey(), newValue));
98 warmed.add(entryOf(newKey, entry.getValue()));
119 warmed.add(entryOf(newKey, entry.getValue()));
349 entries.add(entryOf(key, value));
354 private Entry<Object, Object> entryOf(Object key, Object value) { method in class:PopulatedCachesTest
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMap.java56 return new RegularImmutableMap<K, V>(entryOf(k1, v1), entryOf(k2, v2));
62 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3));
68 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
73 return new RegularImmutableMap<K, V>(entryOf(k
83 static <K, V> Entry<K, V> entryOf(K key, V value) { method in class:ImmutableMap
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMap.java89 return new RegularImmutableMap<K, V>(entryOf(k1, v1), entryOf(k2, v2));
100 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3));
111 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
121 return new RegularImmutableMap<K, V>(entryOf(k
134 static <K, V> TerminalEntry<K, V> entryOf(K key, V value) { method in class:ImmutableMap
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 217 milliseconds