Home
last modified time | relevance | path

Searched refs:setClassPreparedForSourceNameMatch (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassPrepareTest.java96 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithoutSourceDebugExtension()
159 …ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceName… in testClassPrepareEventWithSourceDebugExtension()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java942 public ReplyPacket setClassPreparedForSourceNameMatch(String sourceNamePattern) { in setClassPreparedForSourceNameMatch() method in VmMirror