/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSet.java | 139 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
|
D | ImmutableSet.java | 96 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
|
D | ImmutableList.java | 146 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
|
D | ImmutableSetMultimap.java | 291 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
|
D | ImmutableSortedMap.java | 122 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
|
D | ImmutableBiMap.java | 92 public static <K, V> ImmutableBiMap<K, V> copyOf( in copyOf() method in ImmutableBiMap
|
D | ImmutableListMultimap.java | 232 public static <K, V> ImmutableListMultimap<K, V> copyOf( in copyOf() method in ImmutableListMultimap
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSortedSet.java | 208 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
|
D | ImmutableSortedMultiset.java | 174 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
|
D | ImmutableList.java | 215 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
|
D | ImmutableClassToInstanceMap.java | 117 public static <B, S extends B> ImmutableClassToInstanceMap<B> copyOf( in copyOf() method in ImmutableClassToInstanceMap
|
D | ImmutableSortedMultisetFauxverideShim.java | 151 public static <E> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedMultisetFauxverideShim
|
D | ImmutableSortedSetFauxverideShim.java | 145 @Deprecated public static <E> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSetFauxverideShim
|
D | ImmutableMultiset.java | 160 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
|
D | ImmutableSetMultimap.java | 296 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
|
D | ImmutableSortedMap.java | 178 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
|
D | ImmutableTable.java | 71 public static final <R, C, V> ImmutableTable<R, C, V> copyOf( in copyOf() method in ImmutableTable
|
D | ImmutableBiMap.java | 193 public static <K, V> ImmutableBiMap<K, V> copyOf( in copyOf() method in ImmutableBiMap
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 73 @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
|
D | AbstractImmutableSetTest.java | 56 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
|
D | ImmutableSortedSetTest.java | 90 @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/ |
D | Arrays.java | 566 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/ |
D | SymbolTable.cpp | 100 TSymbol::TSymbol(const TSymbol ©Of) in TSymbol()
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Bytes.java | 206 private static byte[] copyOf(byte[] original, int length) { in copyOf() method in Bytes
|
D | Booleans.java | 226 private static boolean[] copyOf(boolean[] original, int length) { in copyOf() method in Booleans
|