Searched defs:destroy (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/javax/security/auth/
H A DDestroyable.java30 * to provide the capability to destroy its contents.
46 * @exception DestroyFailedException if the destroy operation fails. <p>
49 * to destroy this <code>Object</code>.
51 void destroy() throws DestroyFailedException; method in interface:Destroyable
/libcore/ojluni/src/main/java/java/lang/
H A DProcess.java145 abstract public void destroy(); method in class:Process
H A DThreadGroup.java780 public final void destroy() { method in class:ThreadGroup
803 groupsSnapshot[i].destroy();
859 destroy();
961 destroy();
H A DUNIXProcess.java221 public void destroy() { method in class:UNIXProcess
H A DThread.java1000 * @deprecated This method was originally designed to destroy this
1017 public void destroy() { method in class:Thread
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
H A DDestroyableTest.java33 * javax.security.auth.Destroyable#destroy()
40 md.destroy();
54 public void destroy() throws DestroyFailedException { method in class:DestroyableTest.myDestroyable
/libcore/ojluni/src/main/java/java/security/
H A DKeyStore.java308 * @see #destroy()
326 public synchronized void destroy() method in class:KeyStore.PasswordProtection

Completed in 204 milliseconds