/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | PersistAtomsStorageTest.java | 5685 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 D | ImmutableSortedSet.java | 137 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 D | ImmutableSet.java | 98 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 D | ImmutableList.java | 127 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 D | ImmutableSortedSet.java | 185 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 D | ImmutableSortedMultiset.java | 210 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 D | ImmutableSortedSet.java | 189 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 D | ImmutableSortedMultiset.java | 187 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 D | ImmutableSet.java | 176 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 D | ImmutableList.java | 236 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 D | SymbolTable.cpp | 346 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 D | ImmutableSetTest.java | 182 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 D | AbstractImmutableSetTest.java | 64 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/ |
D | SymbolTable.cpp | 344 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 D | ImmutableSetTest.java | 207 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 D | AbstractImmutableSetTest.java | 64 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 D | ImmutableIntArray.java | 146 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 D | ImmutableDoubleArray.java | 147 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 D | ImmutableLongArray.java | 146 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 D | Arrays.java | 458 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 D | Arrays.java | 674 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 D | Arrays.java | 676 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 D | Arrays.java | 676 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/ |
D | Arrays.java | 3722 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/ |
D | Arrays.java | 3722 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
|