Home
last modified time | relevance | path

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

/art/test/901-hello-ti-agent/src/art/
DTest901.java51 String lastError = null; in testErrorNames() local
61 if (lastError != null && in testErrorNames()
62 (errorName != null || (error != null && !lastError.equals(error)))) { in testErrorNames()
63 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()
64 lastError = null; in testErrorNames()
71 lastError = error; in testErrorNames()
76 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()