OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copyToSet
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java
58
public static <E> Set<E>
copyToSet
(Iterable<? extends E> elements) {
64
public static <E> Set<E>
copyToSet
(E[] elements) {
65
return
copyToSet
(Arrays.asList(elements));
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp
538
void Geolocation::
copyToSet
(const GeoNotifierVector& src, GeoNotifierSet& dest)
580
copyToSet
(oneShotsWithCachedPosition, m_oneShots);
Completed in 42 milliseconds