Home
last modified time | relevance | path

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

12345678910>>...44

/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java5685 private static CellularServiceState copyOf(CellularServiceState source) throws Exception { in copyOf() method in PersistAtomsStorageTest
5689 private static CellularDataServiceSwitch copyOf(CellularDataServiceSwitch source) in copyOf() method in PersistAtomsStorageTest
5694 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) throws Exception { in copyOf() method in PersistAtomsStorageTest
5698 private static ImsRegistrationTermination copyOf(ImsRegistrationTermination source) in copyOf() method in PersistAtomsStorageTest
5703 private static DataCallSession copyOf(DataCallSession source) in copyOf() method in PersistAtomsStorageTest
5708 private static ImsRegistrationFeatureTagStats copyOf(ImsRegistrationFeatureTagStats source) in copyOf() method in PersistAtomsStorageTest
5713 private static RcsAcsProvisioningStats copyOf(RcsAcsProvisioningStats source) in copyOf() method in PersistAtomsStorageTest
5718 private static ImsRegistrationServiceDescStats copyOf(ImsRegistrationServiceDescStats source) in copyOf() method in PersistAtomsStorageTest
5723 private static ImsDedicatedBearerListenerEvent copyOf(ImsDedicatedBearerListenerEvent source) in copyOf() method in PersistAtomsStorageTest
5728 private static ImsDedicatedBearerEvent copyOf(ImsDedicatedBearerEvent source) in copyOf() method in PersistAtomsStorageTest
[all …]
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedSet.java137 public static <E> ImmutableSortedSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSortedSet
143 public static <E> ImmutableSortedSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedSet
149 public static <E> ImmutableSortedSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedSet
153 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSet
157 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
163 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
169 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
H A DImmutableSet.java98 public static <E> ImmutableSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSet
110 public static <E> ImmutableSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSet
115 public static <E> ImmutableSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSet
124 public static <E> ImmutableSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSet
H A DImmutableList.java127 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList
134 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList
138 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList
152 public static <E> ImmutableList<E> copyOf(E[] elements) { in copyOf() method in ImmutableList
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DImmutableSortedSet.java185 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSet
210 public static <E> ImmutableSortedSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedSet
242 public static <E> ImmutableSortedSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSortedSet
261 public static <E> ImmutableSortedSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedSet
276 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
292 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
324 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
941 public static <Z> ImmutableSortedSet<Z> copyOf(Z[] elements) { in copyOf() method in ImmutableSortedSet
H A DImmutableSortedMultiset.java210 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method
235 public static <E> ImmutableSortedMultiset<E> copyOf(Iterable<? extends E> elements) { in copyOf() method
253 public static <E> ImmutableSortedMultiset<E> copyOf(Iterator<? extends E> elements) { in copyOf() method
267 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method
283 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method
909 public static <Z> ImmutableSortedMultiset<Z> copyOf(Z[] elements) { in copyOf() method
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedSet.java189 public static <E extends Comparable<? super E>> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSortedSet
214 public static <E> ImmutableSortedSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSortedSet
246 public static <E> ImmutableSortedSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSortedSet
265 public static <E> ImmutableSortedSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSortedSet
280 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
296 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
328 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
1019 public static <Z> ImmutableSortedSet<Z> copyOf(Z[] elements) { in copyOf() method
H A DImmutableSortedMultiset.java187 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> copyOf(E[] elements) { in copyOf() method
212 public static <E> ImmutableSortedMultiset<E> copyOf(Iterable<? extends E> elements) { in copyOf() method
230 public static <E> ImmutableSortedMultiset<E> copyOf(Iterator<? extends E> elements) { in copyOf() method
244 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method
260 public static <E> ImmutableSortedMultiset<E> copyOf( in copyOf() method
762 public static <Z> ImmutableSortedMultiset<Z> copyOf(Z[] elements) { in copyOf() method
H A DImmutableSet.java176 public static <E> ImmutableSet<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSet
221 public static <E> ImmutableSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSet
233 public static <E> ImmutableSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSet
253 public static <E> ImmutableSet<E> copyOf(E[] elements) { in copyOf() method in ImmutableSet
H A DImmutableList.java236 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList
260 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList
274 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList
293 public static <E> ImmutableList<E> copyOf(E[] elements) { in copyOf() method in ImmutableList
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DSymbolTable.cpp346 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol()
354 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable()
386 TFunction::TFunction(const TFunction& copyOf) : TSymbol(copyOf) in TFunction()
469 void TSymbolTable::copyTable(const TSymbolTable& copyOf) in copyTable()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java182 protected <E extends Comparable<? super E>> Set<E> copyOf(E[] elements) { in copyOf() method in ImmutableSetTest
187 protected <E extends Comparable<? super E>> Set<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSetTest
192 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSetTest
197 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSetTest
H A DAbstractImmutableSetTest.java64 protected abstract <E extends Comparable<? super E>> Set<E> copyOf(E[] elements); in copyOf() method in AbstractImmutableSetTest
66 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest
69 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest
72 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp344 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol()
351 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable()
383 TFunction::TFunction(const TFunction& copyOf) : TSymbol(copyOf) in TFunction()
466 void TSymbolTable::copyTable(const TSymbolTable& copyOf) in copyTable()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java207 protected <E extends Comparable<? super E>> Set<E> copyOf(E[] elements) { in copyOf() method in ImmutableSetTest
212 protected <E extends Comparable<? super E>> Set<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableSetTest
217 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSetTest
222 protected <E extends Comparable<? super E>> Set<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSetTest
H A DAbstractImmutableSetTest.java64 protected abstract <E extends Comparable<? super E>> Set<E> copyOf(E[] elements); in copyOf() method in AbstractImmutableSetTest
66 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest
69 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest
72 protected abstract <E extends Comparable<? super E>> Set<E> copyOf( in copyOf() method in AbstractImmutableSetTest
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DImmutableIntArray.java146 public static ImmutableIntArray copyOf(int[] values) { in copyOf() method in ImmutableIntArray
151 public static ImmutableIntArray copyOf(Collection<Integer> values) { in copyOf() method in ImmutableIntArray
162 public static ImmutableIntArray copyOf(Iterable<Integer> values) { in copyOf() method in ImmutableIntArray
170 public static ImmutableIntArray copyOf(IntStream stream) { in copyOf() method in ImmutableIntArray
H A DImmutableDoubleArray.java147 public static ImmutableDoubleArray copyOf(double[] values) { in copyOf() method in ImmutableDoubleArray
154 public static ImmutableDoubleArray copyOf(Collection<Double> values) { in copyOf() method in ImmutableDoubleArray
165 public static ImmutableDoubleArray copyOf(Iterable<Double> values) { in copyOf() method in ImmutableDoubleArray
173 public static ImmutableDoubleArray copyOf(DoubleStream stream) { in copyOf() method in ImmutableDoubleArray
H A DImmutableLongArray.java146 public static ImmutableLongArray copyOf(long[] values) { in copyOf() method in ImmutableLongArray
153 public static ImmutableLongArray copyOf(Collection<Long> values) { in copyOf() method in ImmutableLongArray
164 public static ImmutableLongArray copyOf(Iterable<Long> values) { in copyOf() method in ImmutableLongArray
172 public static ImmutableLongArray copyOf(LongStream stream) { in copyOf() method in ImmutableLongArray
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DArrays.java458 public static <T> T[] copyOf(T[] original, int newLength) { in copyOf() method in Arrays
462 public static <T, U> T[] copyOf( in copyOf() method in Arrays
467 public static byte[] copyOf(byte[] original, int newLength) { in copyOf() method in Arrays
471 public static short[] copyOf(short[] original, int newLength) { in copyOf() method in Arrays
475 public static int[] copyOf(int[] original, int newLength) { in copyOf() method in Arrays
479 public static long[] copyOf(long[] original, int newLength) { in copyOf() method in Arrays
483 public static char[] copyOf(char[] original, int newLength) { in copyOf() method in Arrays
487 public static float[] copyOf(float[] original, int newLength) { in copyOf() method in Arrays
491 public static double[] copyOf(double[] original, int newLength) { in copyOf() method in Arrays
495 public static boolean[] copyOf(boolean[] original, int newLength) { in copyOf() method in Arrays
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java674 public static boolean[] copyOf(boolean[] original, int newLength) in copyOf() method in Arrays
681 public static byte[] copyOf(byte[] original, int newLength) in copyOf() method in Arrays
688 public static char[] copyOf(char[] original, int newLength) in copyOf() method in Arrays
695 public static int[] copyOf(int[] original, int newLength) in copyOf() method in Arrays
702 public static long[] copyOf(long[] original, int newLength) in copyOf() method in Arrays
709 public static short[] copyOf(short[] original, int newLength) in copyOf() method in Arrays
716 public static BigInteger[] copyOf(BigInteger[] original, int newLength) in copyOf() method in Arrays
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
H A DArrays.java676 public static boolean[] copyOf(boolean[] original, int newLength) in copyOf() method in Arrays
683 public static byte[] copyOf(byte[] original, int newLength) in copyOf() method in Arrays
690 public static char[] copyOf(char[] original, int newLength) in copyOf() method in Arrays
697 public static int[] copyOf(int[] original, int newLength) in copyOf() method in Arrays
704 public static long[] copyOf(long[] original, int newLength) in copyOf() method in Arrays
711 public static short[] copyOf(short[] original, int newLength) in copyOf() method in Arrays
718 public static BigInteger[] copyOf(BigInteger[] original, int newLength) in copyOf() method in Arrays
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
H A DArrays.java676 public static boolean[] copyOf(boolean[] original, int newLength) in copyOf() method in Arrays
683 public static byte[] copyOf(byte[] original, int newLength) in copyOf() method in Arrays
690 public static char[] copyOf(char[] original, int newLength) in copyOf() method in Arrays
697 public static int[] copyOf(int[] original, int newLength) in copyOf() method in Arrays
704 public static long[] copyOf(long[] original, int newLength) in copyOf() method in Arrays
711 public static short[] copyOf(short[] original, int newLength) in copyOf() method in Arrays
718 public static BigInteger[] copyOf(BigInteger[] original, int newLength) in copyOf() method in Arrays
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DArrays.java3722 public static <T> T[] copyOf(T[] original, int newLength) { in copyOf() method in Arrays
3751 public static <T,U> T[] copyOf(U[] original, int newLength, Class<? extends T[]> newType) { in copyOf() method in Arrays
3778 public static byte[] copyOf(byte[] original, int newLength) { in copyOf() method in Arrays
3808 public static short[] copyOf(short[] original, int newLength) { in copyOf() method in Arrays
3838 public static int[] copyOf(int[] original, int newLength) { in copyOf() method in Arrays
3869 public static long[] copyOf(long[] original, int newLength) { in copyOf() method in Arrays
3899 public static char[] copyOf(char[] original, int newLength) { in copyOf() method in Arrays
3929 public static float[] copyOf(float[] original, int newLength) { in copyOf() method in Arrays
3959 public static double[] copyOf(double[] original, int newLength) { in copyOf() method in Arrays
3989 public static boolean[] copyOf(boolean[] original, int newLength) { in copyOf() method in Arrays
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DArrays.java3722 public static <T> T[] copyOf(T[] original, int newLength) { in copyOf() method in Arrays
3751 public static <T,U> T[] copyOf(U[] original, int newLength, Class<? extends T[]> newType) { in copyOf() method in Arrays
3778 public static byte[] copyOf(byte[] original, int newLength) { in copyOf() method in Arrays
3808 public static short[] copyOf(short[] original, int newLength) { in copyOf() method in Arrays
3838 public static int[] copyOf(int[] original, int newLength) { in copyOf() method in Arrays
3869 public static long[] copyOf(long[] original, int newLength) { in copyOf() method in Arrays
3899 public static char[] copyOf(char[] original, int newLength) { in copyOf() method in Arrays
3929 public static float[] copyOf(float[] original, int newLength) { in copyOf() method in Arrays
3959 public static double[] copyOf(double[] original, int newLength) { in copyOf() method in Arrays
3989 public static boolean[] copyOf(boolean[] original, int newLength) { in copyOf() method in Arrays

12345678910>>...44