/libcore/ojluni/src/main/java/sun/security/util/ |
D | AlgorithmDecomposer.java | 46 Set<String> elements = new HashSet<>(); in decomposeImpl() local 84 Set<String> elements = decomposeImpl(algorithm); in decompose() local 136 private static void hasLoop(Set<String> elements, String find, String replace) { in hasLoop() 154 Set<String> elements = decomposeImpl(algorithm); in decomposeOneHash() local
|
D | AbstractAlgorithmConstraints.java | 83 Set<String> elements = null; in checkAlgorithm() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArrayList.java | 132 Object[] elements; in CopyOnWriteArrayList() local 183 private static int indexOf(Object o, Object[] elements, in indexOf() 204 private static int lastIndexOf(Object o, Object[] elements, int index) { in lastIndexOf() 226 Object[] elements = getArray(); in contains() local 234 Object[] elements = getArray(); in indexOf() local 254 Object[] elements = getArray(); in indexOf() local 262 Object[] elements = getArray(); in lastIndexOf() local 283 Object[] elements = getArray(); in lastIndexOf() local 320 Object[] elements = getArray(); in toArray() local 364 Object[] elements = getArray(); in toArray() local [all …]
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | SpliteratorsTest.java | 212 int[] elements = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in test_spliterator_int() local 249 int[] elements = { 123123, 131321312, 1, 2, 3, 4, 32323232, 45454}; in test_spliterator_intOffsetBasic() local 262 long[] elements = { 123123, 131321312, 1, 2, 3, 4, 32323232, 45454}; in test_spliterator_longOffsetBasic() local 275 double[] elements = { 123123, 131321312, 1, 2, 3, 4, 32323232, 45454}; in test_spliterator_doubleOffsetBasic() local 288 long[] elements = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in test_spliterator_long() local 325 double[] elements = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in test_spliterator_double() local 362 final int[] elements = { 1, 2, 3, 4, 5, 6}; in test_primitive_spliterators_NPE() local 583 PrimitiveIterator.OfInt elements = new CannedIntPrimitiveIterator(data); in test_spliterator_intPrimitiveIterator() local 620 PrimitiveIterator.OfInt elements = new CannedIntPrimitiveIterator(data); in test_spliterator_intPrimitiveIterator_unsized() local 654 PrimitiveIterator.OfLong elements = new CannedLongPrimitiveIterator(data); in test_spliterator_longPrimitiveIterator() local [all …]
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexFile.java | 84 DexFile(File file, ClassLoader loader, DexPathList.Element[] elements) in DexFile() 111 DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) in DexFile() 119 DexFile(ByteBuffer[] bufs, ClassLoader loader, DexPathList.Element[] elements) in DexFile() 142 DexPathList.Element[] elements) throws IOException { in DexFile() 207 int flags, ClassLoader loader, DexPathList.Element[] elements) throws IOException { in loadDex() 369 ClassLoader loader, DexPathList.Element[] elements) throws IOException { in openDexFile() 381 DexPathList.Element[] elements) throws IOException { in openInMemoryDexFiles() 397 int[] starts, int[] ends, ClassLoader loader, DexPathList.Element[] elements); in openInMemoryDexFilesNative() 443 ClassLoader loader, DexPathList.Element[] elements); in openDexFileNative()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | Util.java | 99 static <E> Set<E> newSet(E... elements) { in newSet() 112 static <E> Set<E> newSet(Set<E> other, E... elements) { in newSet()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CopyOnWriteArraySetTest.java | 44 static CopyOnWriteArraySet populatedSet(Integer[] elements) { in populatedSet() 229 Integer[] elements = new Integer[SIZE]; in testIterator() local 316 Integer[] elements = new Integer[SIZE]; in testToArray() local 344 Integer[] elements = new Integer[SIZE]; in testToArray2() local
|
D | CopyOnWriteArrayListTest.java | 47 static CopyOnWriteArrayList<Integer> populatedArray(Integer[] elements) { in populatedArray() 268 Integer[] elements = new Integer[SIZE]; in testIterator() local 436 Integer[] elements = new Integer[SIZE]; in testToArray() local 464 Integer[] elements = new Integer[SIZE]; in testToArray2() local
|
D | LinkedBlockingQueueTest.java | 105 Collection<Integer> elements = Arrays.asList(new Integer[SIZE]); in testConstructor4() local 120 Collection<Integer> elements = Arrays.asList(ints); in testConstructor5() local 214 Collection<Integer> elements = Arrays.asList(ints); in testAddAll3() local 229 Collection<Integer> elements = Arrays.asList(ints); in testAddAll4() local
|
D | ArrayBlockingQueueTest.java | 102 Collection<Integer> elements = Arrays.asList(new Integer[SIZE]); in testConstructor4() local 116 Collection<Integer> elements = Arrays.asList(ints); in testConstructor5() local 130 Collection<Integer> elements = Arrays.asList(ints); in testConstructor6() local 144 Collection<Integer> elements = Arrays.asList(ints); in testConstructor7() local
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CopyOnWriteArraySetTest.java | 66 static CopyOnWriteArraySet populatedSet(Integer[] elements) { in populatedSet() 251 Integer[] elements = new Integer[SIZE]; in testIterator() local 338 Integer[] elements = new Integer[SIZE]; in testToArray() local 366 Integer[] elements = new Integer[SIZE]; in testToArray2() local
|
D | LinkedBlockingQueueTest.java | 135 Collection<Integer> elements = Arrays.asList(new Integer[SIZE]); in testConstructor4() local 150 Collection<Integer> elements = Arrays.asList(ints); in testConstructor5() local 244 Collection<Integer> elements = Arrays.asList(ints); in testAddAll3() local 259 Collection<Integer> elements = Arrays.asList(ints); in testAddAll4() local
|
D | CopyOnWriteArrayListTest.java | 85 static CopyOnWriteArrayList<Integer> populatedArray(Integer[] elements) { in populatedArray() 306 Integer[] elements = new Integer[SIZE]; in testIterator() local 474 Integer[] elements = new Integer[SIZE]; in testToArray() local 502 Integer[] elements = new Integer[SIZE]; in testToArray2() local
|
/libcore/ojluni/src/main/java/java/security/ |
D | Permissions.java | 45 public Enumeration<Permission> elements() { return null; } in elements() method in Permissions
|
D | PermissionCollection.java | 42 public abstract Enumeration<Permission> elements(); in elements() method in PermissionCollection
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | PermissionCollectionTest.java | 44 public Enumeration<Permission> elements() { in elements() method in PermissionCollectionTest.TestPermissionCollection
|
D | ProtectionDomainTest.java | 119 public Enumeration<Permission> elements() { in elements() method in ProtectionDomainTest.TestPermissionCollection
|
/libcore/ojluni/src/main/java/java/util/ |
D | Dictionary.java | 97 abstract public Enumeration<V> elements(); in elements() method in Dictionary
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationFactory.java | 93 AnnotationMember[] elements) { in createAnnotation() 100 private AnnotationMember[] elements; field in AnnotationFactory
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | CryptoPermissions.java | 55 public Enumeration elements() { return null; } in elements() method in CryptoPermissions
|
/libcore/support/src/test/java/tests/support/ |
D | Support_Exec.java | 66 public static String createPath(String... elements) { in createPath()
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | CertificateIssuerExtension.java | 198 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
D | CertificateX509Key.java | 151 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
D | CertificateAlgorithmId.java | 159 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|
D | SubjectKeyIdentifierExtension.java | 186 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
|