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

/libcore/luni/src/main/java/javax/security/auth/
H A DDestroyable.java34 void destroy() throws DestroyFailedException; method in interface:Destroyable
/libcore/luni/src/main/java/java/lang/
H A DProcess.java40 * process should be closed by calling {@link #destroy}. This will kill the
56 * process.destroy();
65 public abstract void destroy(); method in class:Process
H A DProcessManager.java255 public void destroy() { method in class:ProcessManager.ProcessImpl
262 System.logI("Failed to destroy process " + pid, e);
H A DThreadGroup.java195 * to destroy a {@code ThreadGroup} that has no threads in it. Any daemon
203 public final void destroy() { method in class:ThreadGroup
221 groups.get(0).destroy();
238 * @see #destroy
248 destroy();
431 * @see #destroy
441 * @see #destroy
559 * @see #destroy
H A DThread.java273 * if <code>group.destroy()</code> has already been done
293 * if <code>group.destroy()</code> has already been done
314 * if <code>group.destroy()</code> has already been done
343 * if <code>group.destroy()</code> has already been done
398 * @throws IllegalThreadStateException if <code>group.destroy()</code> has
485 public void destroy() { method in class:Thread
486 throw new NoSuchMethodError("Thread.destroy()"); // TODO Externalize???
/libcore/luni/src/test/java/tests/api/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/luni/src/test/java/tests/api/java/lang/
H A DProcessTest.java61 proc.destroy();
100 proc.destroy();
126 process.destroy();
154 process.destroy();
176 public void destroy() { method in class:ProcessTest.ProcessClass
/libcore/luni/src/main/java/java/security/
H A DKeyStore.java1145 public synchronized void destroy() throws DestroyFailedException { method in class:KeyStore.PasswordProtection

Completed in 2566 milliseconds