Searched defs:setOf (Results 1 - 15 of 15) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DTestUtil.java23 public static <T> Set<T> setOf(T... elements) { method in class:TestUtil
24 return setOf(Arrays.asList(elements));
27 public static <T> Set<T> setOf(Collection<T> elements) { method in class:TestUtil
/external/guice/core/src/com/google/inject/util/
H A DTypes.java109 public static ParameterizedType setOf(Type elementType) { method in class:Types
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
H A DMapBinderTest.java138 Key.get(Types.mapOf(String.class, Types.setOf(String.class))),
140 Key.get(Types.mapOf(String.class, Types.setOf(Types.providerOf(String.class)))),
142 Key.get(Types.setOf(mapEntryOf(String.class, Types.providerOf(String.class)))),
188 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abc, de), BOTH, false, 0,
214 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
240 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
271 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1,
273 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1,
306 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1,
308 assertMapVisitor(deKey, stringType, stringType, setOf(modul
923 private <V> Set<V> setOf(V... elements) { method in class:MapBinderTest
[all...]
H A DMultibinderTest.java123 Set<String> results = setOf("A", "B", "C", "D", "E");
126 assertSetVisitor(setKey, stringType, setOf(abc, de), BOTH, false, 0,
146 Set<String> results = setOf("A", "B", "C");
148 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
168 Set<String> results = setOf("A", "B", "C");
170 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
195 Set<String> abcResults = setOf("A", "B", "C");
197 Set<String> deResults = setOf("D", "E");
199 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1,
201 assertSetVisitor(deSetKey, stringType, setOf(modul
612 private <T> Set<T> setOf(T... elements) { method in class:MultibinderTest
[all...]
H A DOptionalBinderTest.java164 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, null, null);
200 setOf(module),
241 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, instance("a"), null, null);
280 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, instance("a"), null);
323 setOf(module),
379 setOf(module1, module2, module3),
426 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, instance("a"), null, null);
468 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, instance("a"), null);
591 setOf(module1, module2, module3),
633 assertOptionalVisitor(stringKey, setOf(modul
1231 private <V> Set<V> setOf(V... elements) { method in class:OptionalBinderTest
[all...]
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DMultibinder.java178 key.ofType(setOf(key.getTypeLiteral())));
193 static <T> TypeLiteral<Set<T>> setOf(TypeLiteral<T> elementType) { method in class:Multibinder
194 Type type = Types.setOf(elementType.getType());
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/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/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1264 milliseconds