Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassUnloadTest.java61 int foundClasses = 0; in testClassUnloadEvent() local
103 foundClasses = reply.getNextValueAsInt(); in testClassUnloadEvent()
104 logWriter.println("=> Found clases: " + foundClasses); in testClassUnloadEvent()
123 if (foundClasses > 0) { in testClassUnloadEvent()
124 fail("Tested class was found after ClasUnload event: count=" + foundClasses); in testClassUnloadEvent()
131 if (foundClasses <= 0) { in testClassUnloadEvent()
132 fail("No ClassUnload event, but tested class not found: count=" + foundClasses); in testClassUnloadEvent()
/external/kotlinx.coroutines/publication-validator/src/test/kotlin/kotlinx/coroutines/tools/
DMavenPublicationValidator.kt34 val foundClasses = mutableListOf<String>() in checkForAtomicFu() constant
42 foundClasses += e.name // report error at the end with all class names in checkForAtomicFu()
46 if (foundClasses.isNotEmpty()) { in checkForAtomicFu()
/external/kotlinx.coroutines/binary-compatibility-validator/test/
DPublicApiTest.kt79 val foundClasses = mutableListOf<String>() in checkForAtomicFu() constant
87 foundClasses += e.name // report error at the end with all class names in checkForAtomicFu()
91 if (foundClasses.isNotEmpty()) { in checkForAtomicFu()