Searched defs:ImmutableSetMultimap (Results 1 - 17 of 17) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DFullCartesianExperimentSelector.java24 import com.google.common.collect.ImmutableSetMultimap;
43 private final ImmutableSetMultimap<String, String> userParameters;
48 @BenchmarkParameters ImmutableSetMultimap<String, String> userParameters) {
69 @Override public ImmutableSetMultimap<String, String> userParameters() {
45 FullCartesianExperimentSelector( ImmutableSet<Instrumentation> instrumentations, ImmutableSet<VirtualMachine> vms, @BenchmarkParameters ImmutableSetMultimap<String, String> userParameters) argument
H A DParameterSet.java21 import com.google.common.collect.ImmutableSetMultimap;
66 public ImmutableSetMultimap<String, String> fillInDefaultsFor( argument
67 ImmutableSetMultimap<String, String> explicitValues) throws InvalidBenchmarkException {
68 ImmutableSetMultimap.Builder<String, String> combined = ImmutableSetMultimap.builder();
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSetMultimap.java47 * {@code ImmutableSetMultimap} contains its own data and will <i>never</i>
48 * change. {@code ImmutableSetMultimap} is convenient for
65 public class ImmutableSetMultimap<K, V> class in inherits:ImmutableMultimap,SetMultimap
72 public static <K, V> ImmutableSetMultimap<K, V> of() {
73 return (ImmutableSetMultimap<K, V>) EmptyImmutableSetMultimap.INSTANCE;
79 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) {
80 ImmutableSetMultimap.Builder<K, V> builder = ImmutableSetMultimap.builder();
90 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) {
91 ImmutableSetMultimap
343 ImmutableSetMultimap(ImmutableMap<K, ImmutableSet<V>> map, int size, method in class:ImmutableSetMultimap
[all...]
H A DMultimaps.java703 delegate instanceof ImmutableSetMultimap) {
716 ImmutableSetMultimap<K, V> delegate) {
1069 * ImmutableSetMultimap.of("a", 2, "b", -3, "b", -3, "a", 4, "c", 6);
1123 * ImmutableSetMultimap.of("a", 1, "a", 4, "b", -6);
715 unmodifiableSetMultimap( ImmutableSetMultimap<K, V> delegate) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSetMultimap.java41 * {@code ImmutableSetMultimap} contains its own data and will <i>never</i>
42 * change. {@code ImmutableSetMultimap} is convenient for
59 public class ImmutableSetMultimap<K, V> class in inherits:ImmutableMultimap,SetMultimap
66 public static <K, V> ImmutableSetMultimap<K, V> of() {
67 return (ImmutableSetMultimap<K, V>) EmptyImmutableSetMultimap.INSTANCE;
73 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) {
74 ImmutableSetMultimap.Builder<K, V> builder = ImmutableSetMultimap.builder();
84 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) {
85 ImmutableSetMultimap
337 ImmutableSetMultimap(ImmutableMap<K, ImmutableSet<V>> map, int size, method in class:ImmutableSetMultimap
[all...]
H A DMultimaps.java614 delegate instanceof ImmutableSetMultimap) {
627 ImmutableSetMultimap<K, V> delegate) {
980 * ImmutableSetMultimap.of("a", 2, "b", -3, "b", -3, "a", 4, "c", 6);
1034 * ImmutableSetMultimap.of("a", 1, "a", 4, "b", -6);
626 unmodifiableSetMultimap( ImmutableSetMultimap<K, V> delegate) argument
/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.4.1.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/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.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/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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 239 milliseconds