Searched defs:stop (Results 1 - 10 of 10) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DFormat.java178 StringBuffer buffer, char stop) {
189 } else if (ch == stop && !quote) {
202 StringBuffer buffer, char stop, char start) {
211 if (ch == stop) {
177 upTo(String string, ParsePosition position, StringBuffer buffer, char stop) argument
201 upToWithQuotes(String string, ParsePosition position, StringBuffer buffer, char stop, char start) argument
/libcore/libart/src/main/java/java/lang/
H A DDaemons.java46 public static void stop() { method in class:Daemons
47 ReferenceQueueDaemon.INSTANCE.stop();
48 FinalizerDaemon.INSTANCE.stop();
49 FinalizerWatchdogDaemon.INSTANCE.stop();
50 HeapTrimmerDaemon.INSTANCE.stop();
51 GCDaemon.INSTANCE.stop();
89 * Waits for the runtime thread to stop. This interrupts the thread
92 public void stop() { method in class:Daemons.Daemon
171 // Take a reference, blocking until one is ready or the thread should stop
235 // Daemon.stop ma
[all...]
H A DThreadGroup.java599 * @see Thread#stop()
600 * @see Thread#stop(Throwable)
603 * @deprecated Requires deprecated method Thread.stop().
607 public final void stop() { method in class:ThreadGroup
609 Thread.currentThread().stop();
622 thread.stop();
H A DThread.java1048 * Requests the receiver Thread to stop and throw ThreadDeath. The Thread is
1056 public final void stop() { method in class:Thread
1057 stop(new ThreadDeath());
1066 public final synchronized void stop(Throwable throwable) { method in class:Thread
/libcore/libdvm/src/main/java/java/lang/
H A DDaemons.java44 public static void stop() { method in class:Daemons
45 ReferenceQueueDaemon.INSTANCE.stop();
46 FinalizerDaemon.INSTANCE.stop();
47 FinalizerWatchdogDaemon.INSTANCE.stop();
86 * Waits for the runtime thread to stop. This interrupts the thread
89 public void stop() { method in class:Daemons.Daemon
168 // Take a reference, blocking until one is ready or the thread should stop
232 // Daemon.stop may have interrupted us.
H A DThreadGroup.java599 * @see Thread#stop()
600 * @see Thread#stop(Throwable)
603 * @deprecated Requires deprecated method {@link Thread#stop()}.
607 public final void stop() { method in class:ThreadGroup
609 Thread.currentThread().stop();
622 thread.stop();
H A DThread.java1033 * Requests the receiver Thread to stop and throw ThreadDeath. The Thread is
1041 public final void stop() { method in class:Thread
1042 stop(new ThreadDeath());
1051 public final synchronized void stop(Throwable throwable) { method in class:Thread
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DSamplingProfiler.java48 * profiler.stop();
52 * profiler.stop();
292 public void stop() { method in class:SamplingProfiler
297 sampler.stop = true;
315 stop();
346 private boolean stop; field in class:SamplingProfiler.Sampler
353 if (stop) {
415 // thread start/stop shouldn't happen too often and
/libcore/crypto/src/main/java/org/conscrypt/
H A DHandshakeProtocol.java193 protected void stop() { method in class:HandshakeProtocol
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 210 milliseconds