Home
last modified time | relevance | path

Searched defs:arrayList (Results 1 – 15 of 15) 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/android/guava/src/com/google/common/collect/
DArrayListMultimap.java148 ArrayList<V> arrayList = (ArrayList<V>) collection; in trimToSize() local
/external/guava/guava/src/com/google/common/collect/
DArrayListMultimap.java148 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/gson/gson/src/test/java/com/google/gson/functional/
DTypeVariableTest.java39 ArrayList<Integer> arrayList = new ArrayList<>(); in testAdvancedTypeVariables() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DReversedLinesFileReader.java440 final ArrayList<String> arrayList = new ArrayList<>(lineCount); in readLines() local
/external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/
DFileSpecTest.kt36 val arrayList = ClassName("java.util", "ArrayList").parameterizedBy(hoverboard) in importStaticReadmeExample() constant
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DInvalidEventHandlerTestCase.java389 java.util.ArrayList arrayList = new java.util.ArrayList(); in doTestInvalidReferenceEventHandler0() local
/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