Home
last modified time | relevance | path

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

/art/test/901-hello-ti-agent/src/art/
DTest901.java50 int consecutiveErrors = 0; in testErrorNames() local
63 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()
65 consecutiveErrors = 0; in testErrorNames()
72 consecutiveErrors++; in testErrorNames()
75 if (consecutiveErrors > 0) { in testErrorNames()
76 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()