Home
last modified time | relevance | path

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

123

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSet.java86 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
DImmutableSortedSet.java132 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
DImmutableList.java121 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/
DImmutableSortedSet.java160 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
DImmutableSortedMultiset.java136 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
DImmutableSortedMap.java165 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/
DSymbolTable.cpp336 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/
DSymbolTable.cpp335 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/
DImmutableSet.java218 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
DImmutableSortedSet.java181 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
DImmutableMultiset.java178 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
DImmutableSortedMultiset.java180 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
DImmutableList.java228 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/
DImmutableSetTest.java179 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
DAbstractImmutableSetTest.java62 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/
DImmutableGraph.java57 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
DImmutableNetwork.java57 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
DImmutableValueGraph.java53 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/
DImmutableGraph.java57 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
DImmutableNetwork.java57 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
DImmutableValueGraph.java53 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/
DImmutableSetTest.java206 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/
DImmutableIntArray.java148 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
DImmutableDoubleArray.java149 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
DImmutableLongArray.java148 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

123