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/InterfaceType/
DInvokeMethodDebuggee.java37 synchronizer.receiveMessageWithoutException( in run()
40 synchronizer.receiveMessageWithoutException( in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethod003Debuggee.java42 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMe… in run()
44 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMe… in run()
DNewInstance002Debuggee.java57 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInsta… in run()
59 …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/ObjectReference/
DInvokeMethod003Debuggee.java52 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
54 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
DInvokeMethod002Debuggee.java56 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
58 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ObjectReference.In… in run()
DInvokeMethodDefaultDebuggee.java71 synchronizer.receiveMessageWithoutException( in run()
74 synchronizer.receiveMessageWithoutException( in run()
DInvokeMethodDefault002Debuggee.java79 synchronizer.receiveMessageWithoutException( in run()
82 synchronizer.receiveMessageWithoutException( in run()
DDisableCollectionDebuggee.java47 synchronizer.receiveMessageWithoutException("DisableCollectionDebuggee(#1)"); in run()
100 synchronizer.receiveMessageWithoutException("DisableCollectionDebuggee(#2)"); in run()
DDisableCollectionTest.java128 .receiveMessageWithoutException("DisableCollectionDebuggee(#2)"); in testDisableCollection001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStatus006Debuggee.java72 synchronizer.receiveMessageWithoutException("Status006Debuggee(#1)"); in run()
94 parent.synchronizer.receiveMessageWithoutException("Status006Debuggee_Thread(#1)"); in run()
DStatus006Test.java74 String checkedThreadName = synchronizer.receiveMessageWithoutException in testStatus007()
88 synchronizer.receiveMessageWithoutException in testStatus007()
DThreadGroup002Test.java144 … String messageFromDebuggee = synchronizer.receiveMessageWithoutException("testThreadGroup002"); in testThreadGroup002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DInvokeMethodDebuggee.java92 …synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.share.debuggee.Inv… in run()
95 …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.java148 public synchronized String receiveMessageWithoutException(String invoker) { in receiveMessageWithoutException() method in JPDADebuggeeSynchronizer