/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/ |
H A D | ImmutableIntArray.java | 139 int[] array = new int[rest.length + 1]; in of() local 172 int[] array = stream.toArray(); in copyOf() local 208 private int[] array; field in ImmutableIntArray.Builder 335 private final int[] array; field in ImmutableIntArray 346 private ImmutableIntArray(int[] array) { in ImmutableIntArray() 350 private ImmutableIntArray(int[] array, int start, int end) { in ImmutableIntArray()
|
H A D | ImmutableDoubleArray.java | 140 double[] array = new double[rest.length + 1]; in of() local 175 double[] array = stream.toArray(); in copyOf() local 211 private double[] array; field in ImmutableDoubleArray.Builder 338 private final double[] array; field in ImmutableDoubleArray 349 private ImmutableDoubleArray(double[] array) { in ImmutableDoubleArray() 353 private ImmutableDoubleArray(double[] array, int start, int end) { in ImmutableDoubleArray()
|
H A D | ImmutableLongArray.java | 139 long[] array = new long[rest.length + 1]; in of() local 174 long[] array = stream.toArray(); in copyOf() local 210 private long[] array; field in ImmutableLongArray.Builder 337 private final long[] array; field in ImmutableLongArray 348 private ImmutableLongArray(long[] array) { in ImmutableLongArray() 352 private ImmutableLongArray(long[] array, int start, int end) { in ImmutableLongArray()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | ArrayUtils.java | 34 public static <T> int getArrayIndex(T[] array, T needle) { in getArrayIndex() 51 public static int getArrayIndex(int[] array, int needle) { in getArrayIndex() 166 public static boolean contains(int[] array, int elem) { in contains() 177 public static <T> boolean contains(T[] array, T elem) { in contains()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/iterator/ |
H A D | decrement.pass.cpp | 54 std::array<int, 5> array{0, 1, 2, 3, 4}; in test() local 67 std::array<int, 6> array{0, 1, 2, 3, 1, 4}; in test() local 82 std::array<int, 10> array{0, 1, 2, 3, 1, 1, 4, 5, 1, 6}; in test() local 97 std::array<int, 6> array{0, 1, 2, 3, 1, 4}; in test() local
|
/aosp_15_r20/art/test/045-reflect-array/src/ |
H A D | Main.java | 29 int[] array = (int[]) intArray; in testSingleInt() local 75 char[] array = (char[]) charArray; in testSingleChar() local 146 long[] array = (long[]) longArray; in testSingleLong() local 167 String[] array = (String[]) strArray; in testSingle() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/views/views.span/ |
H A D | assert.iterator-indexing.pass.cpp | 147 Foo array[] = {{0}, {1}, {2}}; in main() local 154 Foo array[] = {{0}, {1}, {2}}; in main() local 161 Foo array[] = {{0}, {1}, {2}}; in main() local 168 Foo array[] = {{0}, {1}, {2}}; in main() local
|
/aosp_15_r20/external/webrtc/sdk/android/native_unittests/ |
H A D | java_types_unittest.cc | 39 ScopedJavaLocalRef<jintArray> array = NativeToJavaIntArray(env, test_data); in TEST() local 48 ScopedJavaLocalRef<jbyteArray> array = NativeToJavaByteArray(env, test_data); in TEST() local 58 ScopedJavaLocalRef<jintArray> array = NativeToJavaIntArray(env, test_data); in TEST() local 69 ScopedJavaLocalRef<jbyteArray> array = in TEST() local
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
H A D | HashList.cs | 257 public void CopyTo(Array array, int index) in CopyTo() 328 public void CopyTo(Array array, int index) in CopyTo() 456 public void CopyTo(Array array, int index) in CopyTo() 482 private void CopyKeysTo(Array array, int index) in CopyKeysTo() 491 private void CopyValuesTo(Array array, int index) in CopyValuesTo()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/primitives/ |
H A D | ImmutableIntArrayTest.java | 96 int[] array = new int[] {0, 1, 3}; in testCopyOf_array_nonempty() local 141 ImmutableIntArray array = builder.build(); in testBuilder_presize_zero() local 182 int[] array = new int[RANDOM.nextInt(10)]; in doIt() local 214 int[] array = new int[RANDOM.nextInt(10)]; in doIt() local 224 int[] array = new int[RANDOM.nextInt(200) + 200]; in doIt() local
|
H A D | ImmutableLongArrayTest.java | 98 long[] array = new long[] {0, 1, 3}; in testCopyOf_array_nonempty() local 143 ImmutableLongArray array = builder.build(); in testBuilder_presize_zero() local 184 long[] array = new long[RANDOM.nextInt(10)]; in doIt() local 216 long[] array = new long[RANDOM.nextInt(10)]; in doIt() local 226 long[] array = new long[RANDOM.nextInt(200) + 200]; in doIt() local
|
H A D | ImmutableDoubleArrayTest.java | 102 double[] array = new double[] {0, 1, 3}; in testCopyOf_array_nonempty() local 147 ImmutableDoubleArray array = builder.build(); in testBuilder_presize_zero() local 188 double[] array = new double[RANDOM.nextInt(10)]; in doIt() local 220 double[] array = new double[RANDOM.nextInt(10)]; in doIt() local 230 double[] array = new double[RANDOM.nextInt(200) + 200]; in doIt() local
|
/aosp_15_r20/art/test/534-checker-bce-deoptimization/src/ |
H A D | Main.java | 72 float[] array = new float[2]; in testPreserveFloat() local 91 public static void $noinline$FloatFill(float f1, float f2, float[] array, int n) { in $noinline$FloatFill() 100 double[] array = new double[2]; in testPreserveDouble() local 119 public static void $noinline$DoubleFill(double d1, double d2, double[] array, int n) { in $noinline$DoubleFill()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 333 final Object[] array = (Object[]) reader.nextReference(arrayClass); in transform() local 362 final Object[] array = (Object[]) reader.nextReference(arrayClass); in transform() local 417 final Object array = Array.newInstance(componentType, length); in transform() local 1331 final Object[] array = (Object[]) arrayObj; in spreadArray() local 1339 final int[] array = (int[]) arrayObj; in spreadArray() local 1347 final long[] array = (long[]) arrayObj; in spreadArray() local 1363 final short[] array = (short[]) arrayObj; in spreadArray() local 1371 final char[] array = (char[]) arrayObj; in spreadArray() local 1387 final float[] array = (float[]) arrayObj; in spreadArray() local 1395 final double[] array = (double[]) arrayObj; in spreadArray() local [all …]
|
D | MethodHandles.java | 2404 /** @hide */ public static byte arrayElementGetter(byte[] array, int i) { return array[i]; } in arrayElementGetter() 2405 … /** @hide */ public static boolean arrayElementGetter(boolean[] array, int i) { return array[i]; } in arrayElementGetter() 2406 /** @hide */ public static char arrayElementGetter(char[] array, int i) { return array[i]; } in arrayElementGetter() 2407 /** @hide */ public static short arrayElementGetter(short[] array, int i) { return array[i]; } in arrayElementGetter() 2408 /** @hide */ public static int arrayElementGetter(int[] array, int i) { return array[i]; } in arrayElementGetter() 2409 /** @hide */ public static long arrayElementGetter(long[] array, int i) { return array[i]; } in arrayElementGetter() 2410 /** @hide */ public static float arrayElementGetter(float[] array, int i) { return array[i]; } in arrayElementGetter() 2411 /** @hide */ public static double arrayElementGetter(double[] array, int i) { return array[i]; } in arrayElementGetter() 2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter() 2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 333 final Object[] array = (Object[]) reader.nextReference(arrayClass); in transform() local 362 final Object[] array = (Object[]) reader.nextReference(arrayClass); in transform() local 417 final Object array = Array.newInstance(componentType, length); in transform() local 1331 final Object[] array = (Object[]) arrayObj; in spreadArray() local 1339 final int[] array = (int[]) arrayObj; in spreadArray() local 1347 final long[] array = (long[]) arrayObj; in spreadArray() local 1363 final short[] array = (short[]) arrayObj; in spreadArray() local 1371 final char[] array = (char[]) arrayObj; in spreadArray() local 1387 final float[] array = (float[]) arrayObj; in spreadArray() local 1395 final double[] array = (double[]) arrayObj; in spreadArray() local [all …]
|
D | MethodHandles.java | 2404 /** @hide */ public static byte arrayElementGetter(byte[] array, int i) { return array[i]; } in arrayElementGetter() 2405 … /** @hide */ public static boolean arrayElementGetter(boolean[] array, int i) { return array[i]; } in arrayElementGetter() 2406 /** @hide */ public static char arrayElementGetter(char[] array, int i) { return array[i]; } in arrayElementGetter() 2407 /** @hide */ public static short arrayElementGetter(short[] array, int i) { return array[i]; } in arrayElementGetter() 2408 /** @hide */ public static int arrayElementGetter(int[] array, int i) { return array[i]; } in arrayElementGetter() 2409 /** @hide */ public static long arrayElementGetter(long[] array, int i) { return array[i]; } in arrayElementGetter() 2410 /** @hide */ public static float arrayElementGetter(float[] array, int i) { return array[i]; } in arrayElementGetter() 2411 /** @hide */ public static double arrayElementGetter(double[] array, int i) { return array[i]; } in arrayElementGetter() 2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter() 2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/ |
H A D | Transformers.java | 333 final Object[] array = (Object[]) reader.nextReference(arrayClass); in transform() local 362 final Object[] array = (Object[]) reader.nextReference(arrayClass); in transform() local 417 final Object array = Array.newInstance(componentType, length); in transform() local 1331 final Object[] array = (Object[]) arrayObj; in spreadArray() local 1339 final int[] array = (int[]) arrayObj; in spreadArray() local 1347 final long[] array = (long[]) arrayObj; in spreadArray() local 1363 final short[] array = (short[]) arrayObj; in spreadArray() local 1371 final char[] array = (char[]) arrayObj; in spreadArray() local 1387 final float[] array = (float[]) arrayObj; in spreadArray() local 1395 final double[] array = (double[]) arrayObj; in spreadArray() local [all …]
|
H A D | MethodHandles.java | 2404 /** @hide */ public static byte arrayElementGetter(byte[] array, int i) { return array[i]; } in arrayElementGetter() 2405 … /** @hide */ public static boolean arrayElementGetter(boolean[] array, int i) { return array[i]; } in arrayElementGetter() 2406 /** @hide */ public static char arrayElementGetter(char[] array, int i) { return array[i]; } in arrayElementGetter() 2407 /** @hide */ public static short arrayElementGetter(short[] array, int i) { return array[i]; } in arrayElementGetter() 2408 /** @hide */ public static int arrayElementGetter(int[] array, int i) { return array[i]; } in arrayElementGetter() 2409 /** @hide */ public static long arrayElementGetter(long[] array, int i) { return array[i]; } in arrayElementGetter() 2410 /** @hide */ public static float arrayElementGetter(float[] array, int i) { return array[i]; } in arrayElementGetter() 2411 /** @hide */ public static double arrayElementGetter(double[] array, int i) { return array[i]; } in arrayElementGetter() 2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter() 2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter() [all …]
|
/aosp_15_r20/external/wayland/tests/ |
H A D | array-test.c | 35 struct wl_array array; in TEST() local 48 struct wl_array array; in TEST() local 71 struct wl_array array; in TEST() local 138 struct wl_array array; in TEST() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
H A D | TilesStatesTextTest.kt | 42 val array = mContext.resources.getStringArray(resId) in <lambda>() constant 50 val array = mContext.resources.getStringArray(R.array.tile_states_default) in <lambda>() constant
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/math/ |
H A D | IEEE754rUtils.java | 41 public static double min(final double... array) { in min() 63 public static float min(final float... array) { in min() 151 public static double max(final double... array) { in max() 173 public static float max(final float... array) { in max()
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/ |
H A D | BasicArrayCache.java | 204 private static <T> void putArray(CacheMap<T> cache, T array, int size) { in putArray() 254 public void putArray(byte[] array) { in putArray() 262 int[] array = getArray(intArrayCache, size); in getIntArray() local 278 public void putArray(int[] array) { in putArray()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/ |
D | Node.java | 169 void copyInto(T[] array, int offset); in copyInto() 313 void copyInto(T_ARR array, int offset); in copyInto() 355 int[] array = asPrimitiveArray(); in copyInto() local 433 long[] array = asPrimitiveArray(); in copyInto() local 513 double[] array = asPrimitiveArray(); in copyInto() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/ |
H A D | Node.java | 169 void copyInto(T[] array, int offset); in copyInto() 313 void copyInto(T_ARR array, int offset); in copyInto() 355 int[] array = asPrimitiveArray(); in copyInto() local 433 long[] array = asPrimitiveArray(); in copyInto() local 513 double[] array = asPrimitiveArray(); in copyInto() local
|