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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionUncaughtTest.java 52 printTestLog("STARTED...");
58 printTestLog("returnedException.objectID = " + returnedException.objectID);
62 printTestLog("returnedException.tag = " + returnedException.objectID);
69 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|");
74 printTestLog("resume debuggee...");
90 printTestLog("STARTED...");
97 printTestLog("returnedThread = " + returnedThread);
101 printTestLog("returnedExceptionLoc = " + throwLocation);
106 printTestLog("topFrameLoc = " + topFrameLoc);
129 printTestLog("resume debuggee...")
    [all...]
ExceptionCaughtTest.java 146 printTestLog("STARTED...");
152 printTestLog("returnedException.objectID = " + returnedException.objectID);
156 printTestLog("returnedException.tag = " + returnedException.objectID);
163 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|");
168 printTestLog("resume debuggee...");
176 printTestLog("STARTED...");
183 printTestLog("returnedThread = " + returnedThread);
187 printTestLog("returnedExceptionLoc = " + throwLocation);
192 printTestLog("topFrameLoc = " + topFrameLoc);
217 printTestLog("resume debuggee...")
    [all...]
CombinedExceptionEventsTest.java 115 printTestLog("=> receiveEvent()...");
118 printTestLog("Received " + parsedEvents.length + " + event(s).");
127 printTestLog("Event #" + i + ": kind="
175 printTestLog("Request EXCEPTION event: class=" + exceptionClassID + ", caught="
181 printTestLog("Created request " + requestID);
ExceptionBaseTest.java 39 printTestLog("=> receiveEvent()...");
41 printTestLog("Event is received! Check it ...");
45 printTestLog("parsedEvents.length = " + parsedEvents.length);
46 printTestLog("parsedEvents[0].getEventKind() = " + parsedEvents[0].getEventKind());
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPRawTestCase.java 165 protected void printTestLog(String msg) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameAccessTest.java 151 printTestLog("STARTED");
159 printTestLog("FINISHED");

Completed in 68 milliseconds