Searched defs:newHashSet (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DCollectionUtil.java20 public static <E> HashSet<E> newHashSet(E... elements) { method in class:CollectionUtil
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
H A DMappingFileProviderTest.java45 mapping.put(1, newHashSet("en"));
46 mapping.put(86, newHashSet("zh", "en", "zh_Hant"));
47 mapping.put(41, newHashSet("de", "fr", "it", "rm"));
48 mapping.put(65, newHashSet("en", "zh_Hans", "ms", "ta"));
53 private static HashSet<String> newHashSet(String... strings) { method in class:MappingFileProviderTest
/external/guava/guava/src/com/google/common/collect/
H A DSets.java156 public static <E> HashSet<E> newHashSet() { method in class:Sets
174 public static <E> HashSet<E> newHashSet(E... elements) { method in class:Sets
210 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { method in class:Sets
213 : newHashSet(elements.iterator());
229 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { method in class:Sets
230 HashSet<E> set = newHashSet();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java153 public static <E> HashSet<E> newHashSet() { method in class:Sets
171 public static <E> HashSet<E> newHashSet(E... elements) { method in class:Sets
207 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { method in class:Sets
210 : newHashSet(elements.iterator());
226 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { method in class:Sets
227 HashSet<E> set = newHashSet();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 269 milliseconds