Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethod003Debuggee.java41 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMe… in run()
43 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMe… in run()
DNewInstance002Debuggee.java55 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInsta… in run()
57 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInsta… in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodDebuggee.java39 synchronizer.receiveMessageWithoutException( in run()
42 synchronizer.receiveMessageWithoutException( in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethod003Debuggee.java50 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
52 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
DInvokeMethod002Debuggee.java55 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
57 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
DInvokeMethodDefaultDebuggee.java69 synchronizer.receiveMessageWithoutException( in run()
72 synchronizer.receiveMessageWithoutException( in run()
DInvokeMethodDefault002Debuggee.java77 synchronizer.receiveMessageWithoutException( in run()
80 synchronizer.receiveMessageWithoutException( in run()
DDisableCollectionDebuggee.java46 synchronizer.receiveMessageWithoutException("DisableCollectionDebuggee(#1)"); in run()
99 synchronizer.receiveMessageWithoutException("DisableCollectionDebuggee(#2)"); in run()
DDisableCollectionTest.java129 .receiveMessageWithoutException("DisableCollectionDebuggee(#2)"); in testDisableCollection001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStatus006Debuggee.java71 synchronizer.receiveMessageWithoutException("Status006Debuggee(#1)"); in run()
92 parent.synchronizer.receiveMessageWithoutException("Status006Debuggee_Thread(#1)"); in run()
DStatus006Test.java73 String checkedThreadName = synchronizer.receiveMessageWithoutException in testStatus007()
87 synchronizer.receiveMessageWithoutException in testStatus007()
DThreadGroup002Test.java145 … String messageFromDebuggee = synchronizer.receiveMessageWithoutException("testThreadGroup002"); in testThreadGroup002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DInvokeMethodDebuggee.java90 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.share.debuggee.Inv… in run()
93 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.share.debuggee.Inv… in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DJPDADebuggeeSynchronizer.java145 public synchronized String receiveMessageWithoutException(String invoker) { in receiveMessageWithoutException() method in JPDADebuggeeSynchronizer