Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/java/text/
DFormat.java178 StringBuffer buffer, char stop) { in upTo() argument
189 } else if (ch == stop && !quote) { in upTo()
202 StringBuffer buffer, char stop, char start) { in upToWithQuotes() argument
211 if (ch == stop) { in upToWithQuotes()
/libcore/libart/src/main/java/java/lang/
DDaemons.java47 public static void stop() { in stop() method in Daemons
48 ReferenceQueueDaemon.INSTANCE.stop(); in stop()
49 FinalizerDaemon.INSTANCE.stop(); in stop()
50 FinalizerWatchdogDaemon.INSTANCE.stop(); in stop()
51 HeapTrimmerDaemon.INSTANCE.stop(); in stop()
52 GCDaemon.INSTANCE.stop(); in stop()
93 public void stop() { in stop() method in Daemons.Daemon
DThreadGroup.java607 public final void stop() { in stop() method in ThreadGroup
609 Thread.currentThread().stop(); in stop()
622 thread.stop(); in stopHelper()
DThread.java1077 public final void stop() { in stop() method in Thread
1078 stop(new ThreadDeath()); in stop()
1087 public final synchronized void stop(Throwable throwable) { in stop() method in Thread
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DSamplingProfiler.java292 public void stop() { in stop() method in SamplingProfiler
297 sampler.stop = true; in stop()
315 stop(); in shutdown()
346 private boolean stop; field in SamplingProfiler.Sampler
353 if (stop) { in run()
/libcore/dalvik/src/main/java/dalvik/system/
DZygoteHooks.java38 Daemons.stop(); in preFork()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java400 thread.stop(); in test_stop()
436 thread.stop(new Exception("Oops!")); in test_stopLjava_lang_Throwable_subtest0()
/libcore/dalvik/src/test/java/dalvik/system/profiler/
DSamplingProfilerTest.java56 profiler.stop(); in test_SamplingProfiler()
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java219 thread.stop(); in checkForkJoinPoolThreadLeaks()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...