Searched defs:copyToSet (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DHelpers.java58 public static <E> Set<E> copyToSet(Iterable<? extends E> elements) { method in class:Helpers
64 public static <E> Set<E> copyToSet(E[] elements) { method in class:Helpers
65 return copyToSet(Arrays.asList(elements));
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp560 void Geolocation::copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest) function in class:WebCore::Geolocation
602 copyToSet(oneShotsWithCachedPosition, m_oneShots);

Completed in 1581 milliseconds