/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSet.java | 86 public static <E> ImmutableSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSet 98 public static <E> ImmutableSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSet 103 public static <E> ImmutableSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSet 112 public static <E> ImmutableSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSet
|
D | ImmutableSortedSet.java | 132 public static <E> ImmutableSortedSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSortedSet 136 public static <E> ImmutableSortedSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedSet 140 public static <E> ImmutableSortedSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedSet 144 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSet 148 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 154 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 160 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
|
D | ImmutableList.java | 121 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList 128 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList 132 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList 145 public static <E> ImmutableList<E> copyOf(E[] elements) { in copyOf() method in ImmutableList
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableSortedSet.java | 160 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSet 185 public static <E> ImmutableSortedSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedSet 217 public static <E> ImmutableSortedSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSortedSet 236 public static <E> ImmutableSortedSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedSet 251 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 267 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 299 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
|
D | ImmutableSortedMultiset.java | 136 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedMultiset 161 public static <E> ImmutableSortedMultiset<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedMultiset 179 public static <E> ImmutableSortedMultiset<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedMultiset 193 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method in ImmutableSortedMultiset 210 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method in ImmutableSortedMultiset
|
D | ImmutableSortedMap.java | 165 public static <K, V> ImmutableSortedMap<K, V> copyOf(Map<? extends K, ? extends V> map) { in copyOf() method in ImmutableSortedMap 184 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap 201 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap 219 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 336 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() 343 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() 375 TFunction::TFunction(const TFunction& copyOf) : TSymbol(copyOf) in TFunction() 443 void TSymbolTable::copyTable(const TSymbolTable& copyOf) in copyTable()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 335 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() 342 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() 374 TFunction::TFunction(const TFunction& copyOf) : TSymbol(copyOf) in TFunction() 439 void TSymbolTable::copyTable(const TSymbolTable& copyOf) in copyTable()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSet.java | 218 public static <E> ImmutableSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSet 254 public static <E> ImmutableSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSet 266 public static <E> ImmutableSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSet 286 public static <E> ImmutableSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSet
|
D | ImmutableSortedSet.java | 181 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSet 206 public static <E> ImmutableSortedSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedSet 238 public static <E> ImmutableSortedSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSortedSet 257 public static <E> ImmutableSortedSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedSet 272 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 288 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 320 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
|
D | ImmutableMultiset.java | 178 public static <E> ImmutableMultiset<E> copyOf(E[] elements) { in copyOf() method 188 public static <E> ImmutableMultiset<E> copyOf(Iterable<? extends E> elements) { in copyOf() method 211 public static <E> ImmutableMultiset<E> copyOf(Iterator<? extends E> elements) { in copyOf() method
|
D | ImmutableSortedMultiset.java | 180 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method 205 public static <E> ImmutableSortedMultiset<E> copyOf(Iterable<? extends E> elements) { in copyOf() method 223 public static <E> ImmutableSortedMultiset<E> copyOf(Iterator<? extends E> elements) { in copyOf() method 237 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method 253 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method
|
D | ImmutableList.java | 228 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList 252 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 285 public static <E> ImmutableList<E> copyOf(E[] elements) { in copyOf() method in ImmutableList
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 179 protected <E extends Comparable<? super E>> Set<E> copyOf(E[] elements) { in copyOf() method in ImmutableSetTest 184 protected <E extends Comparable<? super E>> Set<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSetTest 189 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSetTest 194 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSetTest
|
D | AbstractImmutableSetTest.java | 62 protected abstract <E extends Comparable<? super E>> Set<E> copyOf(E[] elements); in copyOf() method in AbstractImmutableSetTest 64 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest 67 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest 70 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest
|
/external/guava/guava/src/com/google/common/graph/ |
D | ImmutableGraph.java | 57 public static <N> ImmutableGraph<N> copyOf(Graph<N> graph) { in copyOf() method in ImmutableGraph 71 public static <N> ImmutableGraph<N> copyOf(ImmutableGraph<N> graph) { in copyOf() method in ImmutableGraph
|
D | ImmutableNetwork.java | 57 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf() method in ImmutableNetwork 69 public static <N, E> ImmutableNetwork<N, E> copyOf(ImmutableNetwork<N, E> network) { in copyOf() method in ImmutableNetwork
|
D | ImmutableValueGraph.java | 53 public static <N, V> ImmutableValueGraph<N, V> copyOf(ValueGraph<N, V> graph) { in copyOf() method in ImmutableValueGraph 65 public static <N, V> ImmutableValueGraph<N, V> copyOf(ImmutableValueGraph<N, V> graph) { in copyOf() method in ImmutableValueGraph
|
/external/guava/android/guava/src/com/google/common/graph/ |
D | ImmutableGraph.java | 57 public static <N> ImmutableGraph<N> copyOf(Graph<N> graph) { in copyOf() method in ImmutableGraph 71 public static <N> ImmutableGraph<N> copyOf(ImmutableGraph<N> graph) { in copyOf() method in ImmutableGraph
|
D | ImmutableNetwork.java | 57 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf() method in ImmutableNetwork 69 public static <N, E> ImmutableNetwork<N, E> copyOf(ImmutableNetwork<N, E> network) { in copyOf() method in ImmutableNetwork
|
D | ImmutableValueGraph.java | 53 public static <N, V> ImmutableValueGraph<N, V> copyOf(ValueGraph<N, V> graph) { in copyOf() method in ImmutableValueGraph 65 public static <N, V> ImmutableValueGraph<N, V> copyOf(ImmutableValueGraph<N, V> graph) { in copyOf() method in ImmutableValueGraph
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 206 protected <E extends Comparable<? super E>> Set<E> copyOf(E[] elements) { in copyOf() method in ImmutableSetTest 211 protected <E extends Comparable<? super E>> Set<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSetTest 216 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSetTest 221 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSetTest
|
/external/guava/guava/src/com/google/common/primitives/ |
D | ImmutableIntArray.java | 148 public static ImmutableIntArray copyOf(int[] values) { in copyOf() method in ImmutableIntArray 153 public static ImmutableIntArray copyOf(Collection<Integer> values) { in copyOf() method in ImmutableIntArray 164 public static ImmutableIntArray copyOf(Iterable<Integer> values) { in copyOf() method in ImmutableIntArray 172 public static ImmutableIntArray copyOf(IntStream stream) { in copyOf() method in ImmutableIntArray
|
D | ImmutableDoubleArray.java | 149 public static ImmutableDoubleArray copyOf(double[] values) { in copyOf() method in ImmutableDoubleArray 156 public static ImmutableDoubleArray copyOf(Collection<Double> values) { in copyOf() method in ImmutableDoubleArray 167 public static ImmutableDoubleArray copyOf(Iterable<Double> values) { in copyOf() method in ImmutableDoubleArray 175 public static ImmutableDoubleArray copyOf(DoubleStream stream) { in copyOf() method in ImmutableDoubleArray
|
D | ImmutableLongArray.java | 148 public static ImmutableLongArray copyOf(long[] values) { in copyOf() method in ImmutableLongArray 155 public static ImmutableLongArray copyOf(Collection<Long> values) { in copyOf() method in ImmutableLongArray 166 public static ImmutableLongArray copyOf(Iterable<Long> values) { in copyOf() method in ImmutableLongArray 174 public static ImmutableLongArray copyOf(LongStream stream) { in copyOf() method in ImmutableLongArray
|