Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/api/java/lang/
DProcessTest.java71 proc.destroy(); in test_getInputStream()
116 proc.destroy(); in test_getOutputStream()
148 process.destroy(); in test_exitValue()
188 process.destroy(); in test_destroy()
210 public void destroy() { in destroy() method in ProcessTest.ProcessClass
DProcess2Test.java95 process.destroy(); in test_getErrorStream()
115 erProcess.destroy(); in test_getErrorStream()
/libcore/luni/src/test/java/tests/api/javax/security/auth/
DDestroyableTest.java60 md.destroy(); in test_destroy()
74 public void destroy() throws DestroyFailedException { in destroy() method in DestroyableTest.myDestroyable
/libcore/luni/src/main/java/javax/security/auth/
DDestroyable.java34 void destroy() throws DestroyFailedException; in destroy() method
/libcore/luni/src/main/java/java/lang/
DProcess.java35 abstract public void destroy(); in destroy() method in Process
DThreadGroup.java272 public final void destroy() { in destroy() method in ThreadGroup
296 this.childrenGroups[0].destroy(); in destroy()
324 destroy(); in destroyIfEmptyDaemon()
DProcessManager.java272 public void destroy() { in destroy() method in ProcessManager.ProcessImpl
DThread.java566 public void destroy() { in destroy() method in Thread
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSPasswordProtectionTest.java89 ksPWP.destroy(); in testGetPassword()
/libcore/luni/src/test/java/com/google/coretests/
DCoreTestRunnable.java119 fProcess.destroy(); in stop()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java280 tg.destroy(); in test_interrupt()
289 testRoot.destroy(); in test_isDestroyed()
DOldThreadTest.java58 tg.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L()
/libcore/luni/src/main/java/java/security/
DKeyStore.java1219 public synchronized void destroy() throws DestroyFailedException { in destroy() method in KeyStore.PasswordProtection