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

/dalvik/libcore/auth/src/main/java/javax/security/auth/
H A DDestroyable.java34 void destroy() throws DestroyFailedException; method in interface:Destroyable
/dalvik/libcore/luni/src/main/java/java/lang/
H A DProcess.java35 abstract public void destroy(); method in class:Process
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
H A DDestroyableTest.java39 * @tests javax.security.auth.Destroyable#destroy()
46 method = "destroy",
60 md.destroy();
74 public void destroy() throws DestroyFailedException { method in class:DestroyableTest.myDestroyable
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/
H A DProcessTest.java71 proc.destroy();
116 proc.destroy();
148 process.destroy();
180 method = "destroy",
188 process.destroy();
210 public void destroy() { method in class:ProcessTest.ProcessClass
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DProcessManager.java274 public void destroy() { method in class:ProcessManager.ProcessImpl
279 "Failed to destroy process " + id + ".", e);
H A DThreadGroup.java287 * to destroy a ThreadGroup that has no Threads in it. Any daemon
298 public final void destroy() { method in class:ThreadGroup
322 this.childrenGroups[0].destroy();
340 * @see #destroy
350 destroy();
527 * @see #destroy
538 * @see #destroy
695 * @see #destroy
H A DThread.java296 * if <code>group.destroy()</code> has already been done
323 * if <code>group.destroy()</code> has already been done
351 * if <code>group.destroy()</code> has already been done
387 * if <code>group.destroy()</code> has already been done
447 * @throws IllegalThreadStateException if <code>group.destroy()</code> has
599 public void destroy() { method in class:Thread
600 throw new NoSuchMethodError("Thread.destroy()"); // TODO Externalize???
/dalvik/libcore/security/src/main/java/java/security/
H A DKeyStore.java1259 public synchronized void destroy() throws DestroyFailedException { method in class:KeyStore.PasswordProtection

Completed in 127 milliseconds