Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessTest.java152 assertNotNull(process.destroyForcibly()); in test_destroyForcibly()
161 assertNotNull(process.destroyForcibly()); in test_isAlive()
173 assertNotNull(process.destroyForcibly()); in test_waitForTimeout()
185 assertNotNull(process.destroyForcibly()); in test_waitForTimeout_NPE()
/libcore/ojluni/src/main/java/java/lang/
DProcess.java244 public Process destroyForcibly() { in destroyForcibly() method in Process