Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/json/
DImmutableListTypeAdatperFactory.java61 ArrayList<?> arrayList = arrayListAdapter.read(in); in create() local
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsCollectionWithSizeTest.java74 ArrayList<String> arrayList = new ArrayList<String>(); in testCompilesWithATypedCollection() local
DIsMapWithSizeTest.java71 Map<String, Integer> arrayList = new HashMap<String, Integer>(); in testCompilesWithATypedMap() local
/external/guava/guava/src/com/google/common/collect/
DArrayListMultimap.java149 ArrayList<V> arrayList = (ArrayList<V>) collection; in trimToSize() local
/external/guava/android/guava/src/com/google/common/collect/
DArrayListMultimap.java149 ArrayList<V> arrayList = (ArrayList<V>) collection; in trimToSize() local
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DIteratorBenchmark.java36 ArrayList<Object> arrayList; field in IteratorBenchmark
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DBundleableUtil.java118 ArrayList<Bundle> arrayList = new ArrayList<>(bundleables.size()); in toBundleArrayList() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DBundleableUtil.java118 ArrayList<Bundle> arrayList = new ArrayList<>(bundleables.size()); in toBundleArrayList() local
/external/guava/guava-tests/benchmark/com/google/common/collect/
DIteratorBenchmark.java36 ArrayList<Object> arrayList; field in IteratorBenchmark
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java1016 final Key<ArrayList> arrayList = Key.get(ArrayList.class); in testNewPrivateBinder() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DJavaFileTest.java50 ClassName arrayList = ClassName.get("java.util", "ArrayList"); in importStaticReadmeExample() local