/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSetTest.java | 71 @Override protected Set<String> copyOf(String[] elements) { in copyOf() method in ImmutableSetTest 75 @Override protected Set<String> copyOf(Collection<String> elements) { in copyOf() method in ImmutableSetTest 79 @Override protected Set<String> copyOf(Iterable<String> elements) { in copyOf() method in ImmutableSetTest 83 @Override protected Set<String> copyOf(Iterator<String> elements) { in copyOf() method in ImmutableSetTest
|
D | AbstractImmutableSetTest.java | 52 protected abstract Set<String> copyOf(String[] elements); in copyOf() method in AbstractImmutableSetTest 53 protected abstract Set<String> copyOf(Collection<String> elements); in copyOf() method in AbstractImmutableSetTest 54 protected abstract Set<String> copyOf(Iterable<String> elements); in copyOf() method in AbstractImmutableSetTest 55 protected abstract Set<String> copyOf(Iterator<String> elements); in copyOf() method in AbstractImmutableSetTest
|
D | ImmutableSortedSetTest.java | 86 @Override protected SortedSet<String> copyOf(String[] elements) { in copyOf() method in ImmutableSortedSetTest 90 @Override protected SortedSet<String> copyOf(Collection<String> elements) { in copyOf() method in ImmutableSortedSetTest 94 @Override protected SortedSet<String> copyOf(Iterable<String> elements) { in copyOf() method in ImmutableSortedSetTest 98 @Override protected SortedSet<String> copyOf(Iterator<String> elements) { in copyOf() method in ImmutableSortedSetTest
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 279 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() 286 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() 312 TFunction::TFunction(const TFunction& copyOf) : TSymbol(copyOf) in TFunction() 378 void TSymbolTable::copyTable(const TSymbolTable& copyOf) in copyTable()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 121 @Override protected Set<String> copyOf(String[] elements) { in copyOf() method in ImmutableSetTest 125 @Override protected Set<String> copyOf(Collection<String> elements) { in copyOf() method in ImmutableSetTest 129 @Override protected Set<String> copyOf(Iterable<String> elements) { in copyOf() method in ImmutableSetTest 133 @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 | 193 @Override protected SortedSet<String> copyOf(String[] elements) { in copyOf() method in ImmutableSortedSetTest 197 @Override protected SortedSet<String> copyOf(Collection<String> elements) { in copyOf() method in ImmutableSortedSetTest 201 @Override protected SortedSet<String> copyOf(Iterable<String> elements) { in copyOf() method in ImmutableSortedSetTest 205 @Override protected SortedSet<String> copyOf(Iterator<String> elements) { in copyOf() method in ImmutableSortedSetTest
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSet.java | 135 public static <E> ImmutableSortedSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSortedSet 139 public static <E> ImmutableSortedSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedSet 143 public static <E> ImmutableSortedSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedSet 147 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 152 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 158 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 164 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
|
D | ImmutableSet.java | 82 public static <E> ImmutableSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSet 94 public static <E> ImmutableSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSet 99 public static <E> ImmutableSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSet 108 public static <E> ImmutableSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSet
|
D | ImmutableMultiset.java | 150 public static <E> ImmutableMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableMultiset 171 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset 228 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset
|
D | ImmutableList.java | 126 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList 133 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList 137 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList 150 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
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSortedSet.java | 217 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 248 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 286 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 306 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 324 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 342 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 378 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
|
D | ImmutableSortedMultiset.java | 178 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedMultiset 204 public static <E> ImmutableSortedMultiset<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedMultiset 222 public static <E> ImmutableSortedMultiset<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedMultiset 236 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method in ImmutableSortedMultiset 252 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method in ImmutableSortedMultiset
|
D | ImmutableList.java | 224 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList 250 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList 266 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList 288 public static <E> ImmutableList<E> copyOf(E[] elements) { in copyOf() method in ImmutableList
|
D | ImmutableMultiset.java | 151 public static <E> ImmutableMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableMultiset 172 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset 229 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset
|
D | ImmutableClassToInstanceMap.java | 124 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 | 142 @Deprecated public static <E> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSetFauxverideShim
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | XCldrStub.java | 348 public static <T> Set<T> copyOf(Set<T> values) { in copyOf() method in XCldrStub.ImmutableSet 356 public static <K,V> Map<K,V> copyOf(Map<K,V> values) { in copyOf() method in XCldrStub.ImmutableMap 364 public static <K,V> Multimap<K,V> copyOf(Multimap<K,V> values) { in copyOf() method in XCldrStub.ImmutableMultimap
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | XCldrStub.java | 319 public static <T> Set<T> copyOf(Set<T> values) { in copyOf() method in XCldrStub.ImmutableSet 324 public static <K,V> Map<K,V> copyOf(Map<K,V> values) { in copyOf() method in XCldrStub.ImmutableMap 329 public static <K,V> Multimap<K,V> copyOf(Multimap<K,V> values) { in copyOf() method in XCldrStub.ImmutableMultimap
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | Arrays.java | 811 public static byte[] copyOf(byte[] data, int newLength) in copyOf() method in Arrays 827 public static char[] copyOf(char[] data, int newLength) in copyOf() method in Arrays 843 public static int[] copyOf(int[] data, int newLength) in copyOf() method in Arrays 859 public static long[] copyOf(long[] data, int newLength) in copyOf() method in Arrays 875 public static BigInteger[] copyOf(BigInteger[] data, int newLength) in copyOf() method in Arrays
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 809 public static byte[] copyOf(byte[] data, int newLength) in copyOf() method in Arrays 825 public static char[] copyOf(char[] data, int newLength) in copyOf() method in Arrays 841 public static int[] copyOf(int[] data, int newLength) in copyOf() method in Arrays 857 public static long[] copyOf(long[] data, int newLength) in copyOf() method in Arrays 873 public static BigInteger[] copyOf(BigInteger[] data, int newLength) in copyOf() method in Arrays
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | MultidimensionalCounter.java | 310 private int[] copyOf(int[] source, int newLen) { in copyOf() method in MultidimensionalCounter
|
/external/swiftshader/src/OpenGL/compiler/ |
D | SymbolTable.cpp | 281 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol()
|