Home
last modified time | relevance | path

Searched defs:array (Results 276 – 300 of 6340) sorted by relevance

1...<<11121314151617181920>>...254

/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DImmutableIntArray.java139 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 DImmutableDoubleArray.java140 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 DImmutableLongArray.java139 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 DArrayUtils.java34 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 Ddecrement.pass.cpp54 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 DMain.java29 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 Dassert.iterator-indexing.pass.cpp147 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 Djava_types_unittest.cc39 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 DHashList.cs257 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 DImmutableIntArrayTest.java96 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 DImmutableLongArrayTest.java98 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 DImmutableDoubleArrayTest.java102 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 DMain.java72 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/
DTransformers.java333 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 …]
DMethodHandles.java2404 /** @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/
DTransformers.java333 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 …]
DMethodHandles.java2404 /** @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 DTransformers.java333 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 DMethodHandles.java2404 /** @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 Darray-test.c35 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 DTilesStatesTextTest.kt42 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 DIEEE754rUtils.java41 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 DBasicArrayCache.java204 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/
DNode.java169 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 DNode.java169 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

1...<<11121314151617181920>>...254