Home
last modified time | relevance | path

Searched defs:voidMethod (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMethodExitWithReturnValueDebuggee.java96 public void voidMethod() { in voidMethod() method in MethodExitWithReturnValueDebuggee
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestCallbackInterface.cpp32 void V8TestCallbackInterface::voidMethod() in voidMethod() function in WebCore::V8TestCallbackInterface
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java290 MethodId<?, Void> voidMethod = TEST_TYPE.getMethod(TypeId.VOID, "voidMethod"); in testInvokeVoidMethodIgnoresTargetLocal() local
301 public static void voidMethod() { in voidMethod() method in DexMakerTest