Home
last modified time | relevance | path

Searched refs:constructorParameter (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DProvider.java1608 public Object newInstance(Object constructorParameter) in newInstance() argument
1624 return newInstanceGeneric(constructorParameter); in newInstance()
1627 if (constructorParameter != null) { in newInstance()
1638 if (constructorParameter != null) { in newInstance()
1639 Class<?> argClass = constructorParameter.getClass(); in newInstance()
1649 return cons.newInstance(constructorParameter); in newInstance()
1698 private Object newInstanceGeneric(Object constructorParameter) in newInstanceGeneric() argument
1701 if (constructorParameter == null) { in newInstanceGeneric()
1712 Class<?> argClass = constructorParameter.getClass(); in newInstanceGeneric()
1724 return con.newInstance(constructorParameter); in newInstanceGeneric()
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java126 public java.lang.Object newInstance(java.lang.Object constructorParameter) throws java.security.NoS… in newInstance() argument