/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadGroupTest.java | 65 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 …]
|
D | ProcessTest.java | 79 p.destroy(); in test_getOutputStream() 95 p.destroy(); in test_getErrorStream() 119 process.destroy(); in test_exitValue() 134 process.destroy(); in test_destroy() 135 process.destroy(); in test_destroy() 136 process.destroy(); in test_destroy()
|
D | Process2Test.java | 64 process.destroy(); in test_getErrorStream() 84 erProcess.destroy(); in test_getErrorStream()
|
D | ThreadTest.java | 168 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() 887 tg.destroy(); in test_toString()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | Transliterator.java | 34 destroy(peer); in finalize() 54 private static native void destroy(long peer); in destroy() method in Transliterator
|
D | AlphabeticIndex.java | 40 destroy(peer); in finalize() 86 destroy(peer); in finalize() 162 private static native void destroy(long peer); in destroy() method in AlphabeticIndex
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/ |
D | DestroyableTest.java | 40 md.destroy(); in test_destroy() 54 public void destroy() throws DestroyFailedException { in destroy() method in DestroyableTest.myDestroyable
|
/libcore/luni/src/main/java/javax/security/auth/ |
D | Destroyable.java | 34 void destroy() throws DestroyFailedException; in destroy() method
|
/libcore/luni/src/main/java/java/lang/ |
D | Process.java | 65 public abstract void destroy(); in destroy() method in Process
|
D | ProcessManager.java | 255 public void destroy() { in destroy() method in ProcessManager.ProcessImpl
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ProcessBuilderTest.java | 62 process.destroy(); in testDestroyClosesEverything() 88 process.destroy(); in testDestroyDoesNotLeak()
|
D | OldThreadGroupTest.java | 189 childGroup.destroy(); in test_enumerateLThreadGroupArray() 268 tg.destroy(); in test_interrupt() 277 testRoot.destroy(); in test_isDestroyed()
|
D | OldThreadTest.java | 59 tg.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KSPasswordProtectionTest.java | 57 ksPWP.destroy(); in testGetPassword()
|
/libcore/libart/src/main/java/java/lang/ |
D | ThreadGroup.java | 203 public final void destroy() { in destroy() method in ThreadGroup 221 groups.get(0).destroy(); in destroy() 248 destroy(); in destroyIfEmptyDaemon()
|
D | Thread.java | 479 public void destroy() { in destroy() method in Thread
|
/libcore/luni/src/main/native/ |
D | libcore_icu_Transliterator.cpp | 67 NATIVE_METHOD(Transliterator, destroy, "(J)V"),
|
D | libcore_icu_AlphabeticIndex.cpp | 188 NATIVE_METHOD(AlphabeticIndex, destroy, "(J)V"),
|
/libcore/luni/src/main/java/java/security/ |
D | KeyStore.java | 1146 public synchronized void destroy() throws DestroyFailedException { in destroy() method in KeyStore.PasswordProtection
|