Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 3 of 3) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DClass.java571 ArrayList<Constructor<T>> constructors = new ArrayList(); in getConstructors() local
572 getDeclaredConstructors(true, constructors); in getConstructors()
573 return constructors.toArray(new Constructor[constructors.size()]); in getConstructors()
585 ArrayList<Constructor<T>> constructors = new ArrayList(); in getDeclaredConstructors() local
586 getDeclaredConstructors(false, constructors); in getDeclaredConstructors()
587 return constructors.toArray(new Constructor[constructors.size()]); in getDeclaredConstructors()
590 private void getDeclaredConstructors(boolean publicOnly, List<Constructor<T>> constructors) { in getDeclaredConstructors() argument
600 constructors.add(new Constructor<T>(m)); in getDeclaredConstructors()
/libcore/luni/src/main/java/java/io/
DObjectStreamClass.java528 Constructor<?>[] constructors = cl.getDeclaredConstructors(); in computeSerialVersionUID() local
529 if (constructors.length > 1) { in computeSerialVersionUID()
540 Arrays.sort(constructors, constructorComparator); in computeSerialVersionUID()
544 for (int i = 0; i < constructors.length; i++) { in computeSerialVersionUID()
545 Constructor<?> constructor = constructors[i]; in computeSerialVersionUID()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...