Home
last modified time | relevance | path

Searched defs:elements (Results 1 – 25 of 75) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/util/
DSpliteratorsTest.java212 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/
DDexFile.java75 DexFile(File file, ClassLoader loader, DexPathList.Element[] elements) in DexFile()
111 … DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) throws IOException { in DexFile()
134 DexPathList.Element[] elements) throws IOException { in DexFile()
210 int flags, ClassLoader loader, DexPathList.Element[] elements) throws IOException { in loadDex()
365 ClassLoader loader, DexPathList.Element[] elements) throws IOException { in openDexFile()
397 ClassLoader loader, DexPathList.Element[] elements); in openDexFileNative()
/libcore/ojluni/src/main/java/java/security/
DPermissions.java43 public Enumeration<Permission> elements() { return null; } in elements() method in Permissions
DPermissionCollection.java40 public abstract Enumeration<Permission> elements(); in elements() method in PermissionCollection
/libcore/jsr166-tests/src/test/java/jsr166/
DCopyOnWriteArraySetTest.java44 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
DCopyOnWriteArrayListTest.java47 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
DLinkedBlockingQueueTest.java105 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
DArrayBlockingQueueTest.java102 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
DLinkedBlockingDequeTest.java361 Collection<Integer> elements = Arrays.asList(new Integer[SIZE]); in testConstructor4() local
376 Collection<Integer> elements = Arrays.asList(ints); in testConstructor5() local
522 Collection<Integer> elements = Arrays.asList(ints); in testAddAll3() local
537 Collection<Integer> elements = Arrays.asList(ints); in testAddAll4() local
/libcore/ojluni/src/main/java/java/util/
DDictionary.java97 abstract public Enumeration<V> elements(); in elements() method in Dictionary
DArrayDeque.java99 transient Object[] elements; // non-private to simplify nested class access field in ArrayDeque
278 final Object[] elements = this.elements; in pollFirst() local
291 final Object[] elements = this.elements; in pollLast() local
521 final Object[] elements = this.elements; in delete() local
/libcore/ojluni/src/main/java/javax/crypto/
DCryptoPermissions.java53 public Enumeration elements() { return null; } in elements() method in CryptoPermissions
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java93 AnnotationMember[] elements) { in createAnnotation()
100 private AnnotationMember[] elements; field in AnnotationFactory
/libcore/ojluni/src/main/java/sun/security/x509/
DCertificateIssuerExtension.java198 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DSubjectKeyIdentifierExtension.java186 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DCertificateAlgorithmId.java159 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DCertificateX509Key.java151 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DCertificateSubjectName.java168 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DCertificateSubjectUniqueIdentity.java164 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DCertificateIssuerName.java168 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DCertificateIssuerUniqueIdentity.java165 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DCertificateSerialNumber.java170 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
DPolicyMappingsExtension.java211 AttributeNameEnumeration elements = new AttributeNameEnumeration(); in getElements() local
/libcore/ojluni/src/main/java/sun/security/util/
DDisabledAlgorithmConstraints.java100 Set<String> elements = null; in permits() local
161 Set<String> elements = new HashSet<String>(); in decomposes() local
/libcore/support/src/test/java/tests/support/
DSupport_Exec.java66 public static String createPath(String... elements) { in createPath()

123