Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java65 newGroup.destroy(); in test_ConstructorLjava_lang_String()
83 newGroup.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_String()
90 newGroup.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_String()
122 tg.destroy(); in test_activeCount()
133 testRoot.destroy(); in test_destroy()
140 child.destroy(); in test_destroy()
154 child.destroy(); in test_destroy()
158 child.destroy(); in test_destroy()
166 testRoot.destroy(); in test_destroy()
193 child.destroy(); in test_destroy()
[all …]
DProcessTest.java79 p.destroy(); in test_getOutputStream()
95 p.destroy(); in test_getErrorStream()
124 process.destroy(); in test_exitValue()
139 process.destroy(); in test_destroy()
140 process.destroy(); in test_destroy()
141 process.destroy(); in test_destroy()
DProcess2Test.java58 process.destroy(); in test_getErrorStream()
79 erProcess.destroy(); in test_getErrorStream()
DThreadTest.java168 tg.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable()
187 tg.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String()
201 foo.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String()
254 tg.destroy(); in test_checkAccess()
278 new Thread().destroy(); in test_destroy_throwsUnsupportedOperationException()
351 mytg.destroy(); in test_enumerate$Ljava_lang_Thread()
365 tg.destroy(); in test_enumerate$Ljava_lang_Thread()
423 tg.destroy(); in test_getThreadGroup()
892 tg.destroy(); in test_toString()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
DDestroyableTest.java40 md.destroy(); in test_destroy()
54 public void destroy() throws DestroyFailedException { in destroy() method in DestroyableTest.myDestroyable
/libcore/ojluni/src/main/java/javax/security/auth/
DDestroyable.java51 void destroy() throws DestroyFailedException; in destroy() method
/libcore/ojluni/src/main/java/java/lang/
DProcess.java145 abstract public void destroy(); in destroy() method in Process
DThreadGroup.java780 public final void destroy() { in destroy() method in ThreadGroup
803 groupsSnapshot[i].destroy(); in destroy()
859 destroy(); in remove()
961 destroy(); in threadTerminated()
DUNIXProcess.java221 public void destroy() {
DThread.java1017 public void destroy() { in destroy() method in Thread
/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java62 process.destroy(); in testDestroyClosesEverything()
88 process.destroy(); in testDestroyDoesNotLeak()
DOldThreadGroupTest.java189 childGroup.destroy(); in test_enumerateLThreadGroupArray()
268 tg.destroy(); in test_interrupt()
277 testRoot.destroy(); in test_isDestroyed()
DOldThreadTest.java59 tg.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSPasswordProtectionTest.java57 ksPWP.destroy(); in testGetPassword()
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java326 public synchronized void destroy() in destroy() method in KeyStore.PasswordProtection