/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ConcurrentModTest.java | 35 AbstractList al = new ArrayList(); in testGet() local 79 AbstractList al = new ArrayList(); in testSet() local 109 AbstractList al = new ArrayList(); in testAdd() local 139 AbstractList al = new ArrayList(); in testRemove() local 205 AbstractList al = new ArrayList(); in testAddAll() local
|
D | AbstractListTest.java | 159 List al = new ArrayList(); in test_subListII() local 182 List al = new ArrayList(); in test_subList_empty() local 307 AbstractList al = new ArrayList(); in test_indexOfLjava_lang_Object() local 319 AbstractList al = new ArrayList(); in test_lastIndexOfLjava_lang_Object() local
|
D | ArrayListTest.java | 61 ArrayList al = new ArrayList(5); in test_ConstructorI() local 79 ArrayList al = new ArrayList(Arrays.asList(objArray)); in test_ConstructorLjava_util_Collection() local 540 ArrayList al = new ArrayList(capacity); in test_ensureCapacityI() local 871 ArrayList al = new ArrayList(v); in test_trimToSize() local
|
D | CollectionsTest.java | 328 ArrayList al = new ArrayList(); in test_copyLjava_util_ListLjava_util_List() local 454 ArrayList al = new ArrayList(); in test_maxLjava_util_Collection() local 593 ArrayList al = new ArrayList(); in test_shuffleLjava_util_List() local 656 ArrayList al = new ArrayList(); in test_shuffleLjava_util_ListLjava_util_Random() local 741 ArrayList al = new ArrayList(); in test_sortLjava_util_ListLjava_util_Comparator() local 1245 ArrayList al = Collections.list(e); in test_listLjava_util_Enumeration() local 1941 ArrayList al = new ArrayList(); in test_unmodifiable_toString_methods() local
|
D | AbstractSequentialListTest.java | 60 AbstractSequentialList<String> al = new ASLT<String>(); in test_addAll_ILCollection() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 854 ForkJoinTask<?>[] a; int n, al, s; in isEmpty() local 869 int s = top, al, d; ForkJoinTask<?>[] a; in push() local 917 int b = base, s = top, al, i; ForkJoinTask<?>[] a; in pop() local 938 ForkJoinTask<?>[] a; int al; in pollAt() local 958 int b = base, s = top, d, al; ForkJoinTask<?>[] a; in poll() local 993 int al; ForkJoinTask<?>[] a; in peek() local 1002 int b = base, s = top, al; ForkJoinTask<?>[] a; in tryUnpush() local 1022 int b = base, s = top, al, d; ForkJoinTask<?>[] a; in sharedPush() local 1047 int s = top, al; ForkJoinTask<?>[] a; in growAndSharedPush() local 1062 int s = top - 1, al; ForkJoinTask<?>[] a; in trySharedUnpush() local [all …]
|
D | CopyOnWriteArraySet.java | 103 private final CopyOnWriteArrayList<E> al; field in CopyOnWriteArraySet
|
/libcore/ojluni/src/main/java/java/util/ |
D | ArraysParallelSortHelpers.java | 213 T t, al, ar; in compute() local 437 char t, al, ar; in compute() local 548 short t, al, ar; in compute() local 659 int t, al, ar; in compute() local 770 long t, al, ar; in compute() local 881 float t, al, ar; in compute() local 992 double t, al, ar; in compute() local
|
D | Formatter.java | 2544 ArrayList<FormatString> al = new ArrayList<>(); in parse() local
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | ExtendedKeyUsageExtension.java | 306 List<String> al = new ArrayList<String>(keyUsages.size()); in getExtendedKeyUsage() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldCollectionsTest.java | 747 ArrayList al = new ArrayList<Integer>(); in test_checkedCollectionLjava_util_CollectionLjava_lang_Class() local 762 ArrayList al = new ArrayList<Integer>(); in test_checkedListLjava_util_ListLjava_lang_Class() local
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 772 ArrayList<String> al = new ArrayList<String>(); in genNames() local
|