/aosp_15_r20/system/core/libutils/binder/ |
H A D | VectorImpl.cpp | 124 ssize_t VectorImpl::insertArrayAt(const void* array, size_t index, size_t length) in insertArrayAt() 135 ssize_t VectorImpl::appendArray(const void* array, size_t length) in appendArray() 177 void* array = const_cast<void*>(arrayImpl()); in sort() local 344 void* array = sb->data(); in setCapacity() local 423 void* array = sb->data(); in _grow() local 439 void* array = editArrayImpl(); in _grow() local 491 void* array = sb->data(); in _shrink() local 507 void* array = editArrayImpl(); in _shrink() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | syncobj_wait.c | 170 struct local_syncobj_array array = { 0 }; in test_reset_zero_handles() local 180 struct local_syncobj_array array = { 0 }; in test_reset_illegal_handle() local 193 struct local_syncobj_array array = { 0 }; in test_reset_one_illegal_handle() local 220 struct local_syncobj_array array = { 0 }; in test_reset_bad_pad() local 234 struct local_syncobj_array array = { 0 }; in test_signal_zero_handles() local 244 struct local_syncobj_array array = { 0 }; in test_signal_illegal_handle() local 257 struct local_syncobj_array array = { 0 }; in test_signal_one_illegal_handle() local 284 struct local_syncobj_array array = { 0 }; in test_signal_bad_pad() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/primitives/ |
H A D | ImmutableIntArrayTest.java | 97 int[] array = new int[] {0, 1, 3}; in testCopyOf_array_nonempty() local 150 ImmutableIntArray array = builder.build(); in testBuilder_presize_zero() local 191 int[] array = new int[RANDOM.nextInt(10)]; in doIt() local 223 int[] array = new int[RANDOM.nextInt(10)]; in doIt() local 233 int[] array = new int[RANDOM.nextInt(10)]; in doIt() local 243 int[] array = new int[RANDOM.nextInt(200) + 200]; in doIt() local
|
H A D | ImmutableLongArrayTest.java | 99 long[] array = new long[] {0, 1, 3}; in testCopyOf_array_nonempty() local 152 ImmutableLongArray array = builder.build(); in testBuilder_presize_zero() local 193 long[] array = new long[RANDOM.nextInt(10)]; in doIt() local 225 long[] array = new long[RANDOM.nextInt(10)]; in doIt() local 235 long[] array = new long[RANDOM.nextInt(10)]; in doIt() local 245 long[] array = new long[RANDOM.nextInt(200) + 200]; in doIt() local
|
H A D | ImmutableDoubleArrayTest.java | 100 double[] array = new double[] {0, 1, 3}; in testCopyOf_array_nonempty() local 153 ImmutableDoubleArray array = builder.build(); in testBuilder_presize_zero() local 194 double[] array = new double[RANDOM.nextInt(10)]; in doIt() local 226 double[] array = new double[RANDOM.nextInt(10)]; in doIt() local 236 double[] array = new double[RANDOM.nextInt(10)]; in doIt() local 246 double[] array = new double[RANDOM.nextInt(200) + 200]; in doIt() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | MethodHandlesTest.java | 294 static <T, E extends T> T[] array(Class<T[]> atype, E... a) { in array() method in MethodHandlesTest 780 private static Object[] array() { return NO_ARGS_ARRAY; } in array() method in MethodHandlesTest.ValueConversions 781 private static Object[] array(Object a0) in array() method in MethodHandlesTest.ValueConversions 783 private static Object[] array(Object a0, Object a1) in array() method in MethodHandlesTest.ValueConversions 785 private static Object[] array(Object a0, Object a1, Object a2) in array() method in MethodHandlesTest.ValueConversions 787 private static Object[] array(Object a0, Object a1, Object a2, Object a3) in array() method in MethodHandlesTest.ValueConversions 789 private static Object[] array(Object a0, Object a1, Object a2, Object a3, in array() method in MethodHandlesTest.ValueConversions 792 private static Object[] array(Object a0, Object a1, Object a2, Object a3, in array() method in MethodHandlesTest.ValueConversions 795 private static Object[] array(Object a0, Object a1, Object a2, Object a3, in array() method in MethodHandlesTest.ValueConversions 798 private static Object[] array(Object a0, Object a1, Object a2, Object a3, in array() method in MethodHandlesTest.ValueConversions [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/array.tuple/ |
H A D | get_const.pass.cpp | 21 std::array<double, 1> const array = {3.3}; in tests() local 25 std::array<double, 2> const array = {3.3, 4.4}; in tests() local 30 std::array<double, 3> const array = {3.3, 4.4, 5.5}; in tests() local 36 std::array<double, 1> const array = {3.3}; in tests() local
|
H A D | get.pass.cpp | 27 std::array<double, 1> array = {3.3}; in tests() local 33 std::array<double, 2> array = {3.3, 4.4}; in tests() local 42 std::array<double, 3> array = {3.3, 4.4, 5.5}; in tests() local 52 std::array<double, 1> array = {3.3}; in tests() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/ |
D | generated_packet_test.cc | 498 auto array = view.GetEnumArray(); in TEST() local 544 auto array = view.GetEnumArray(); in TEST() local 580 auto array = view.GetEnumArray(); in TEST() local 616 auto array = view.GetFixed256bitInBytes(); in TEST() local 697 auto array = view.GetVariableArray(); in TEST() local 722 auto array = view.GetVariableArray(); in TEST() local 746 auto array = view.GetVariableArray(); in TEST() local 780 auto array = view.GetVariableArray(); in TEST() local 805 auto array = view.GetVariableArray(); in TEST() local 842 auto array = view.GetVariableArray(); in TEST() local [all …]
|
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/java/ |
H A D | jni-helper.cc | 188 Status JniHelper::SetObjectArrayElement(JNIEnv* env, jobjectArray array, in SetObjectArrayElement() 196 StatusOr<jsize> JniHelper::GetArrayLength(JNIEnv* env, jarray array) { in GetArrayLength() 203 Status JniHelper::GetByteArrayRegion(JNIEnv* env, jbyteArray array, jsize start, in GetByteArrayRegion() 211 Status JniHelper::SetByteArrayRegion(JNIEnv* env, jbyteArray array, jsize start, in SetByteArrayRegion() 219 Status JniHelper::SetIntArrayRegion(JNIEnv* env, jintArray array, jsize start, in SetIntArrayRegion() 227 Status JniHelper::SetFloatArrayRegion(JNIEnv* env, jfloatArray array, in SetFloatArrayRegion() 255 StatusOr<std::string> JByteArrayToString(JNIEnv* env, jbyteArray array) { in JByteArrayToString()
|
/aosp_15_r20/external/libtextclassifier/native/utils/java/ |
H A D | jni-helper.cc | 188 Status JniHelper::SetObjectArrayElement(JNIEnv* env, jobjectArray array, in SetObjectArrayElement() 196 StatusOr<jsize> JniHelper::GetArrayLength(JNIEnv* env, jarray array) { in GetArrayLength() 203 Status JniHelper::GetByteArrayRegion(JNIEnv* env, jbyteArray array, jsize start, in GetByteArrayRegion() 211 Status JniHelper::SetByteArrayRegion(JNIEnv* env, jbyteArray array, jsize start, in SetByteArrayRegion() 219 Status JniHelper::SetIntArrayRegion(JNIEnv* env, jintArray array, jsize start, in SetIntArrayRegion() 227 Status JniHelper::SetFloatArrayRegion(JNIEnv* env, jfloatArray array, in SetFloatArrayRegion() 255 StatusOr<std::string> JByteArrayToString(JNIEnv* env, jbyteArray array) { in JByteArrayToString()
|
/aosp_15_r20/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
H A D | HostInfoStore.java | 178 public void addArrayResult(String name, int[] array) throws IOException { in addArrayResult() 192 public void addArrayResult(String name, long[] array) throws IOException { in addArrayResult() 206 public void addArrayResult(String name, float[] array) throws IOException { in addArrayResult() 220 public void addArrayResult(String name, double[] array) throws IOException { in addArrayResult() 234 public void addArrayResult(String name, boolean[] array) throws IOException { in addArrayResult()
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | DeviceInfoStore.java | 180 public void addArrayResult(String name, int[] array) throws IOException { in addArrayResult() 194 public void addArrayResult(String name, long[] array) throws IOException { in addArrayResult() 208 public void addArrayResult(String name, float[] array) throws IOException { in addArrayResult() 220 public void addArrayResult(String name, double[] array) throws IOException { in addArrayResult() 237 public void addArrayResult(String name, boolean[] array) throws IOException { in addArrayResult()
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
H A D | SetCreationTester.java | 45 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected() local 56 E[] array = createSamplesArray(); in testCreateWithDuplicates_nonNullDuplicatesNotRejected() local 67 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected() local 79 E[] array = createSamplesArray(); in testCreateWithDuplicates_nonNullDuplicatesRejected() local
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
H A D | SetCreationTester.java | 45 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected() local 56 E[] array = createSamplesArray(); in testCreateWithDuplicates_nonNullDuplicatesNotRejected() local 67 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected() local 79 E[] array = createSamplesArray(); in testCreateWithDuplicates_nonNullDuplicatesRejected() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | static-array-member.cpp | 4 static int array[]; member 10 int X0::array[sizeof(X0) * 2]; member in X0 14 static T array[]; member 18 T X1<T, N>::array[N]; member in X1<T, N>
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/ |
H A D | atol_strict.c | 17 void test1(char *array) { in test1() 25 void test2(char *array) { in test2() 32 void test3(char *array) { in test3() 42 char *array = (char*)malloc(10); in main() local
|
H A D | atoi_strict.c | 17 void test1(char *array) { in test1() 25 void test2(char *array) { in test2() 32 void test3(char *array) { in test3() 42 char *array = (char*)malloc(10); in main() local
|
H A D | atoll_strict.c | 20 void test1(char *array) { in test1() 28 void test2(char *array) { in test2() 35 void test3(char *array) { in test3() 45 char *array = (char*)malloc(10); in main() local
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | ArrayMap.java | 225 final Object[] array = mTwiceBaseCache; in allocArrays() local 252 final Object[] array = mBaseCache; in allocArrays() local 287 private static void freeArrays(final int[] hashes, final Object[] array, final int size) { in freeArrays() 393 final Object[] array = mArray; in erase() local 454 final Object[] array = mArray; in indexOfValue() local 707 public void putAll(ArrayMap<? extends K, ? extends V> array) { in putAll() 874 final Object[] array = mArray; in hashCode() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | RoundedCorners.java | 193 final TypedArray array = res.obtainTypedArray(R.array.config_roundedCornerRadiusArray); in getRoundedCornerRadius() local 221 final TypedArray array = res.obtainTypedArray(R.array.config_roundedCornerTopRadiusArray); in getRoundedCornerTopRadius() local 243 final TypedArray array = res.obtainTypedArray( in getRoundedCornerBottomRadius() local 266 final TypedArray array = res.obtainTypedArray( in getRoundedCornerRadiusAdjustment() local 289 final TypedArray array = res.obtainTypedArray( in getRoundedCornerRadiusTopAdjustment() local 313 final TypedArray array = res.obtainTypedArray( in getRoundedCornerRadiusBottomAdjustment() local 335 final TypedArray array = res.obtainTypedArray(R.array.config_builtInDisplayIsRoundArray); in getBuiltInDisplayIsRound() local
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/ |
D | ArrayUtils.java | 34 public static <T> int indexOf(@Nullable T[] array, T value) { in indexOf() 45 public static boolean isEmpty(@Nullable int[] array) { in isEmpty() 52 public static boolean isEmpty(@Nullable byte[] array) { in isEmpty() 59 public static boolean isEmpty(@Nullable Object[] array) { in isEmpty()
|
/aosp_15_r20/packages/modules/Permission/service/java/com/android/permission/util/ |
D | ArrayUtils.java | 32 public static <T> boolean contains(@Nullable T[] array, T value) { in contains() 43 public static <T> T firstOrNull(@Nullable T[] array) { in firstOrNull() 50 public static <T> int indexOf(@Nullable T[] array, T value) { in indexOf() 67 public static <T> boolean isEmpty(@Nullable T[] array) { in isEmpty()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/ |
D | grpc_wrap.cc | 123 grpc_metadata_array* array) { in grpcwrap_metadata_array_destroy_metadata_only() 132 grpc_metadata_array* array) { in grpcwrap_metadata_array_destroy_metadata_including_entries() 147 grpcwrap_metadata_array_destroy_full(grpc_metadata_array* array) { in grpcwrap_metadata_array_destroy_full() 159 grpcwrap_metadata_array_init(grpc_metadata_array* array, size_t capacity) { in grpcwrap_metadata_array_init() 173 grpc_metadata_array* array, const char* key, size_t key_length, in grpcwrap_metadata_array_add() 190 const grpc_metadata_array* array, size_t index, size_t* key_length) { in grpcwrap_metadata_array_get_key() 197 const grpc_metadata_array* array, size_t index, size_t* value_length) { in grpcwrap_metadata_array_get_value() 204 grpcwrap_metadata_array_cleanup(grpc_metadata_array* array) { in grpcwrap_metadata_array_cleanup() 209 grpcwrap_metadata_array_shrink_to_fit(grpc_metadata_array* array) { in grpcwrap_metadata_array_shrink_to_fit()
|
/aosp_15_r20/libnativehelper/tests/ |
H A D | scoped_primitive_array_test.cpp | 21 void TestScopedPrimitiveArrayRO(JNIEnv* env, jbooleanArray array) { in TestScopedPrimitiveArrayRO() 28 void TestCompilationRW(JNIEnv* env, jintArray array) { in TestCompilationRW() 36 void TestCompilationCriticalRO(JNIEnv* env, jfloatArray array) { in TestCompilationCriticalRO() 43 void TestCompilationCriticalRW(JNIEnv* env, jdoubleArray array) { in TestCompilationCriticalRW()
|