Home
last modified time | relevance | path

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

/dalvik/libcore/text/src/main/java/java/text/
DFormat.java255 StringBuffer buffer, char stop) {
266 } else if (ch == stop && !quote) {
279 StringBuffer buffer, char stop, char start) {
288 if (ch == stop) {
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/
DAndroidSequencer.java195 stop(); in setSequence()
274 public void stop() { in stop() method in AndroidSequencer
280 player.stop(); in stop()
290 stop(); in close()
/dalvik/libcore/sql/src/main/java/SQLite/
DVm.java61 public native void stop() throws SQLite.Exception; in stop() method in Vm
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
DAndroidClip.java195 public void stop() { in stop() method in AndroidClip
201 player.stop(); in stop()
211 stop(); in close()
/dalvik/libcore/luni/src/test/java/com/google/coretests/
DCoreTestResult.java134 runnable.stop(); in runProtected()
135 thread.stop(); in runProtected()
DCoreTestRunnable.java117 public void stop() { in stop() method in CoreTestRunnable
/dalvik/dx/tests/098-dex-jsr-ret-throw/
DViewDebug$ViewServer.class ... .IOException e public void start () public void stop () java.io.IOException e public void ...
/dalvik/libcore-disabled/sound/src/test/java/android/core/
DSoundTest.java96 sequencer.stop(); in testMidiSupport()
131 clip.stop(); in testSampledSupport()
/dalvik/libcore/luni/src/main/java/java/lang/
DVMThread.java84 void stop(Throwable throwable) { in stop() method in VMThread
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
DThread.java1307 public final void stop() { in stop() method in Thread
1308 stop(new ThreadDeath()); in stop()
1328 public final synchronized void stop(Throwable throwable) { in stop() method in Thread
1343 vmt.stop(throwable); in stop()
DThreadGroup.java771 public final void stop() { in stop() method in ThreadGroup
773 Thread.currentThread().stop(); in stop()
793 this.childrenThreads[i].stop(); in stopHelper()
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
DDataLine.java138 void stop(); in stop() method
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
DSequencer.java159 void stop(); in stop() method
/dalvik/libcore/junit/src/main/java/junit/framework/
DTestResult.java157 public synchronized void stop() { in stop() method in TestResult
/dalvik/dx/src/junit/framework/
DTestResult.java157 public synchronized void stop() { in stop() method in TestResult
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
DHandshakeProtocol.java204 protected void stop() { in stop() method in HandshakeProtocol
DSSLEngineImpl.java512 handshakeProtocol.stop(); in unwrap()
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DThreadTest.java1568 thread.stop(); in test_stop()
1575 thread.stop(); in test_stop()
1620 thread.stop(new Exception("Oops!")); in test_stopLjava_lang_Throwable_subtest0()
1636 thread.stop(); in test_stopLjava_lang_Throwable_subtest0()
DThreadGroupTest.java1251 group.stop(); in test_stop()
1258 group.stop(); in test_stop()
1830 t.stop(); in wipeThread()
/dalvik/vm/mterp/
DNOTES.txt65 calls returning objects, and ensuring that we stop tracking the reference