HomeSort by relevance Sort by last modified time
    Searched refs:voidMethod (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java 96 public void voidMethod() {
97 logWriter.println("--> calling voidMethod()");
128 voidMethod();
129 logWriter.println("--> voidMethod() is invoked");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 35 public void voidMethod() throws IllegalArgumentException {
MethodTest.java 39 public void voidMethod() throws IllegalArgumentException {
267 Method mth = TestMethod.class.getMethod("voidMethod", new Class[0]);
344 mth = TestMethod.class.getMethod("voidMethod", new Class[0]);
349 "voidMethod", mth.getName());
527 mth = cl.getMethod("voidMethod", new Class[0]);
633 mth = cl.getMethod("voidMethod", new Class[0]);
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
OptionalMethodTest.java 41 public void voidMethod() {}
83 new OptionalMethod<BaseClass>(null, "voidMethod");
85 new OptionalMethod<BaseClass>(Void.TYPE, "voidMethod");
  /external/guava/guava-testlib/test/com/google/common/testing/
ClassSanityTesterTest.java 73 public void voidMethod() {
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 295 * DexMakerTest.voidMethod();
300 MethodId<?, Void> voidMethod = TEST_TYPE.getMethod(TypeId.VOID, "voidMethod");
304 code.invokeStatic(voidMethod, null);
311 public static void voidMethod() {
    [all...]

Completed in 1531 milliseconds