Home
last modified time | relevance | path

Searched refs:getParameterCount (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DParameterMetaData.java54 int getParameterCount() throws SQLException; in getParameterCount() method
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DConstructorTest.java57 assertEquals(0, constructor.getParameterCount()); in test_getParameterCount()
61 int count = constructor.getParameterCount(); in test_getParameterCount()
DMethodTest.java64 assertEquals(0, method.getParameterCount()); in test_getParameterCount()
68 int count = method.getParameterCount(); in test_getParameterCount()
DParameterTest.java995 final int parameterCount = executable.getParameterCount(); in getParameterTestHelpers()
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DConstructor.annotated.java46 public int getParameterCount() { throw new RuntimeException("Stub!"); } in getParameterCount() method in Constructor
DExecutable.annotated.java46 public int getParameterCount() { throw new RuntimeException("Stub!"); } in getParameterCount() method in Executable
DMethod.annotated.java50 public int getParameterCount() { throw new RuntimeException("Stub!"); } in getParameterCount() method in Method
/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java150 public int getParameterCount() { in getParameterCount() method in Constructor
DParameter.java267 index == executable.getParameterCount() - 1; in isVarArgs()
DMethod.java198 public int getParameterCount() { in getParameterCount() method in Method
DExecutable.java237 public int getParameterCount() { in getParameterCount() method in Executable
346 final int realparams = getParameterCount(); in synthesizeAllParams()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DConstructor.java73 public int getParameterCount() { in getParameterCount() method in Constructor
DExecutable.java78 public int getParameterCount() { in getParameterCount() method in Executable
/libcore/api/
Dcurrent.txt4488 method public int getParameterCount();
9342 method public int getParameterCount() throws java.sql.SQLException;