Searched defs:destroy (Results 1 - 9 of 9) 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);
/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/luni/src/main/java/libcore/icu/
H A DTransliterator.java34 destroy(peer);
54 private static native void destroy(long peer); method in class:Transliterator
H A DAlphabeticIndex.java40 destroy(peer);
86 destroy(peer);
162 private static native void destroy(long peer); method in class:AlphabeticIndex
/libcore/libart/src/main/java/java/lang/
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.java272 * if <code>group.destroy()</code> has already been done
292 * if <code>group.destroy()</code> has already been done
313 * if <code>group.destroy()</code> has already been done
342 * if <code>group.destroy()</code> has already been done
397 * @throws IllegalThreadStateException if <code>group.destroy()</code> has
479 public void destroy() { method in class:Thread
/libcore/luni/src/main/java/java/security/
H A DKeyStore.java1146 public synchronized void destroy() throws DestroyFailedException { method in class:KeyStore.PasswordProtection

Completed in 154 milliseconds