Home
last modified time | relevance | path

Searched defs:copyOf (Results 1 – 25 of 40) sorted by relevance

12

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java139 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
144 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
149 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
154 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
159 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
165 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
171 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
DImmutableSet.java96 public static <E> ImmutableSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSet
108 public static <E> ImmutableSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSet
113 public static <E> ImmutableSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSet
123 public static <E> ImmutableSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSet
DImmutableList.java146 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList
153 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList
157 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList
170 public static <E> ImmutableList<E> copyOf(E[] elements) { in copyOf() method in ImmutableList
DImmutableSetMultimap.java291 public static <K, V> ImmutableSetMultimap<K, V> copyOf( in copyOf() method in ImmutableSetMultimap
296 private static <K, V> ImmutableSetMultimap<K, V> copyOf( in copyOf() method in ImmutableSetMultimap
DImmutableSortedMap.java122 copyOf(Map<? extends K, ? extends V> map) { in copyOf() method in ImmutableSortedMap
126 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap
DImmutableBiMap.java92 public static <K, V> ImmutableBiMap<K, V> copyOf( in copyOf() method in ImmutableBiMap
DImmutableListMultimap.java232 public static <K, V> ImmutableListMultimap<K, V> copyOf( in copyOf() method in ImmutableListMultimap
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedSet.java208 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
239 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
277 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
297 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
315 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
334 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
358 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
DImmutableSortedMultiset.java174 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedMultiset
200 public static <E> ImmutableSortedMultiset<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedMultiset
218 public static <E> ImmutableSortedMultiset<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedMultiset
232 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method in ImmutableSortedMultiset
248 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method in ImmutableSortedMultiset
DImmutableList.java215 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList
241 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList
255 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList
265 public static <E> ImmutableList<E> copyOf(E[] elements) { in copyOf() method in ImmutableList
DImmutableClassToInstanceMap.java117 public static <B, S extends B> ImmutableClassToInstanceMap<B> copyOf( in copyOf() method in ImmutableClassToInstanceMap
DImmutableSortedMultisetFauxverideShim.java151 public static <E> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedMultisetFauxverideShim
DImmutableSortedSetFauxverideShim.java145 @Deprecated public static <E> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSetFauxverideShim
DImmutableMultiset.java160 public static <E> ImmutableMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableMultiset
181 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset
237 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset
DImmutableSetMultimap.java296 public static <K, V> ImmutableSetMultimap<K, V> copyOf( in copyOf() method in ImmutableSetMultimap
301 private static <K, V> ImmutableSetMultimap<K, V> copyOf( in copyOf() method in ImmutableSetMultimap
DImmutableSortedMap.java178 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap
199 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap
DImmutableTable.java71 public static final <R, C, V> ImmutableTable<R, C, V> copyOf( in copyOf() method in ImmutableTable
DImmutableBiMap.java193 public static <K, V> ImmutableBiMap<K, V> copyOf( in copyOf() method in ImmutableBiMap
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java73 @Override protected Set<String> copyOf(String[] elements) { in copyOf() method in ImmutableSetTest
77 @Override protected Set<String> copyOf(Collection<String> elements) { in copyOf() method in ImmutableSetTest
81 @Override protected Set<String> copyOf(Iterable<String> elements) { in copyOf() method in ImmutableSetTest
85 @Override protected Set<String> copyOf(Iterator<String> elements) { in copyOf() method in ImmutableSetTest
DAbstractImmutableSetTest.java56 protected abstract Set<String> copyOf(String[] elements); in copyOf() method in AbstractImmutableSetTest
57 protected abstract Set<String> copyOf(Collection<String> elements); in copyOf() method in AbstractImmutableSetTest
58 protected abstract Set<String> copyOf(Iterable<String> elements); in copyOf() method in AbstractImmutableSetTest
59 protected abstract Set<String> copyOf(Iterator<String> elements); in copyOf() method in AbstractImmutableSetTest
DImmutableSortedSetTest.java90 @Override protected SortedSet<String> copyOf(String[] elements) { in copyOf() method in ImmutableSortedSetTest
94 @Override protected SortedSet<String> copyOf(Collection<String> elements) { in copyOf() method in ImmutableSortedSetTest
98 @Override protected SortedSet<String> copyOf(Iterable<String> elements) { in copyOf() method in ImmutableSortedSetTest
102 @Override protected SortedSet<String> copyOf(Iterator<String> elements) { in copyOf() method in ImmutableSortedSetTest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java566 public static byte[] copyOf(byte[] data, int newLength) in copyOf() method in Arrays
582 public static char[] copyOf(char[] data, int newLength) in copyOf() method in Arrays
598 public static int[] copyOf(int[] data, int newLength) in copyOf() method in Arrays
614 public static long[] copyOf(long[] data, int newLength) in copyOf() method in Arrays
630 public static BigInteger[] copyOf(BigInteger[] data, int newLength) in copyOf() method in Arrays
/external/chromium_org/third_party/angle/src/compiler/translator/
DSymbolTable.cpp100 TSymbol::TSymbol(const TSymbol &copyOf) in TSymbol()
/external/guava/guava/src/com/google/common/primitives/
DBytes.java206 private static byte[] copyOf(byte[] original, int length) { in copyOf() method in Bytes
DBooleans.java226 private static boolean[] copyOf(boolean[] original, int length) { in copyOf() method in Booleans

12