Home
last modified time | relevance | path

Searched defs:arrayList (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/ui/util/
H A DIntIndexedMap.kt27 private val arrayList = ArrayList<T?>() constant
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
H A DStreamFlagsTest.java43 Stream<String> arrayList = new ArrayList<String>().stream(); field in StreamFlagsTest
60 Stream<String> arrayList = new ArrayList<String>().stream(); in testBaseStreams() local
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DParcelTest.java528 ArrayList arrayList = new ArrayList(); in testReadValue() local
3613 ArrayList<IBinder> arrayList = new ArrayList<IBinder>(); in testWriteBinderList() local
3659 ArrayList<IBinder> arrayList = new ArrayList<IBinder>(); in testCreateBinderArrayList() local
3782 ArrayList<MockIInterface> arrayList = new ArrayList<>(); in testInterfaceList() local
4169 ArrayList arrayList = new ArrayList(); in testReadList() local
4204 ArrayList<Signature> arrayList = new ArrayList(); in testReadListWithClass() local
4243 ArrayList<Intent> arrayList = new ArrayList(); in testReadListWithSubClass() local
H A DBundleTest.java486 final ArrayList<Integer> arrayList = new ArrayList<Integer>(); in testGetIntegerArrayList() local
1104 ArrayList<Parcelable> arrayList = new ArrayList<Parcelable>(); in testHasFileDescriptorsOnNullValuedCollection() local
/aosp_15_r20/frameworks/base/services/core/jni/gnss/
H A DGnssAntennaInfoCallback.cpp139 jobject arrayList = env->NewObject(class_arrayList, in translateAllGnssAntennaInfos() local
338 jobject arrayList = translateAllGnssAntennaInfos(env, gnssAntennaInfos); in translateAndReportGnssAntennaInfo() local
/aosp_15_r20/system/incremental_delivery/libdataloader/
H A DManagedDataLoader.cpp43 jclass arrayList; member
152 jobject arrayList = in toJavaArrayList() local
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/json/
H A DImmutableListTypeAdatperFactory.java61 ArrayList<?> arrayList = arrayListAdapter.read(in); in create() local
/aosp_15_r20/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DUtils.java26 ArrayList<Integer> arrayList = new ArrayList<>(); in stringsToIntArray() local
/aosp_15_r20/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
H A DIsCollectionWithSizeTest.java74 ArrayList<String> arrayList = new ArrayList<String>(); in testCompilesWithATypedCollection() local
H A DIsMapWithSizeTest.java71 Map<String, Integer> arrayList = new HashMap<String, Integer>(); in testCompilesWithATypedMap() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DArrayListMultimap.java152 ArrayList<V> arrayList = (ArrayList<V>) collection; in trimToSize() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DArrayListMultimap.java152 ArrayList<V> arrayList = (ArrayList<V>) collection; in trimToSize() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DParameterAnnotationStruct.java67 ArrayList<AnnotationSetRefItem> arrayList = new in ParameterAnnotationStruct() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DCheckedSetBash.java125 List<T> arrayList = Arrays.asList((T[]) s.toArray()); in clone() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DParameterAnnotationStruct.java67 ArrayList<AnnotationSetRefItem> arrayList = new in ParameterAnnotationStruct() local
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/collect/
H A DIteratorBenchmark.java36 ArrayList<Object> arrayList; field in IteratorBenchmark
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DFileSpecTest.kt36 val arrayList = ClassName("java.util", "ArrayList").parameterizedBy(hoverboard) in importStaticReadmeExample() constant
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DBundleableUtil.java118 ArrayList<Bundle> arrayList = new ArrayList<>(bundleables.size()); in toBundleArrayList() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DBundleableUtil.java118 ArrayList<Bundle> arrayList = new ArrayList<>(bundleables.size()); in toBundleArrayList() local
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DIteratorBenchmark.java36 ArrayList<Object> arrayList; field in IteratorBenchmark
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DTypeVariableTest.java42 ArrayList<Integer> arrayList = new ArrayList<>(); in testAdvancedTypeVariables() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsSubscriptionsMonitorTest.java119 private static int[] convertArrayListToIntArray(@NonNull List<Integer> arrayList) { in convertArrayListToIntArray()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DReversedLinesFileReader.java508 final ArrayList<String> arrayList = new ArrayList<>(lineCount); in readLines() local
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DInvalidEventHandlerTestCase.java389 java.util.ArrayList arrayList = new java.util.ArrayList(); in doTestInvalidReferenceEventHandler0() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DAbstractListTest.java34 ArrayList arrayList; field in AbstractListTest.SimpleList

12345678910>>...18