Searched refs:fooValues (Results 1 – 3 of 3) sorted by relevance
/external/guice/core/test/com/google/inject/ |
D | PerformanceComparison.java | 88 MutablePropertyValues fooValues = new MutablePropertyValues(); 89 fooValues.addPropertyValue("i", 5); 90 fooValues.addPropertyValue("bar", new RuntimeBeanReference("bar")); 91 fooValues.addPropertyValue("copy", new RuntimeBeanReference("bar")); 92 fooValues.addPropertyValue("s", "test"); 93 foo.setPropertyValues(fooValues);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapNaturalTest.java | 478 Set<Integer> fooValues = ImmutableSet.of(1, 3, 7); in testTreeMultimapAsMapSorted() local 482 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), asMap.headMap("h")); in testTreeMultimapAsMapSorted()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapNaturalTest.java | 478 Set<Integer> fooValues = ImmutableSet.of(1, 3, 7); in testTreeMultimapAsMapSorted() local 482 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), asMap.headMap("h")); in testTreeMultimapAsMapSorted()
|