Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessTest.java157 assertNotNull(process.destroyForcibly()); in test_destroyForcibly()
166 assertNotNull(process.destroyForcibly()); in test_isAlive()
178 assertNotNull(process.destroyForcibly()); in test_waitForTimeout()
190 assertNotNull(process.destroyForcibly()); in test_waitForTimeout_NPE()
/libcore/ojluni/src/main/java/java/lang/
DProcess.java244 public Process destroyForcibly() { in destroyForcibly() method in Process
/libcore/api/
Dcurrent.txt3758 method public Process destroyForcibly();