Home
last modified time | relevance | path

Searched defs:array (Results 226 – 250 of 6340) sorted by relevance

12345678910>>...254

/aosp_15_r20/system/core/libutils/binder/
H A DVectorImpl.cpp124 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 Dsyncobj_wait.c170 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 DImmutableIntArrayTest.java97 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 DImmutableLongArrayTest.java99 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 DImmutableDoubleArrayTest.java100 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 DMethodHandlesTest.java294 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 Dget_const.pass.cpp21 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 Dget.pass.cpp27 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/
Dgenerated_packet_test.cc498 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 Djni-helper.cc188 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 Djni-helper.cc188 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 DHostInfoStore.java178 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 DDeviceInfoStore.java180 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 DSetCreationTester.java45 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 DSetCreationTester.java45 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 Dstatic-array-member.cpp4 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 Datol_strict.c17 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 Datoi_strict.c17 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 Datoll_strict.c20 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 DArrayMap.java225 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 DRoundedCorners.java193 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/
DArrayUtils.java34 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/
DArrayUtils.java32 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/
Dgrpc_wrap.cc123 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 Dscoped_primitive_array_test.cpp21 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()

12345678910>>...254