| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
| ExportWizard.java | 569 new Thread("") { //$NON-NLS-1$ 591 new Thread("") { //$NON-NLS-1$
|
| /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
| DatagramChannelTest.java | 432 new Thread() { [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
| CalibrateVolumeActivity.java | 144 class Monitor extends Thread { 177 start(); // Begin background thread 192 return; // End thread
|
| Utils.java | 81 Thread.sleep(ms);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
| ColdLatencyExperiment.java | 107 Thread.currentThread().interrupt();
|
| /cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
| BasicAdapterTest.java | 266 Thread.sleep(t);
|
| /cts/tests/tests/os/src/android/os/cts/ |
| FileObserverTest.java | 192 Thread.sleep(DELAY_MSECOND);
|
| /cts/tests/tests/view/src/android/view/cts/ |
| SurfaceViewTest.java | 237 Thread.sleep(time);
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| CookieTest.java | 41 // chance of remove thread running after test has begun 42 Thread.sleep(WAIT_TIME);
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| VideoViewTest.java | 149 Thread.sleep(OPERATION_INTERVAL);
|
| /cts/tools/host/src/com/android/cts/ |
| TestDevice.java | 104 private class LogServiceThread extends Thread { 116 * Cancel logging and exit this thread. 120 // exit, terminating this thread. 269 Thread.sleep(REBOOT_POLL_INTERVAL); [all...] |
| /dalvik/vm/reflect/ |
| Proxy.cpp | 43 const Method* method, Thread* self); 45 const Method* method, Thread* self); 853 const Method* method, Thread* self) 872 const Method* method, Thread* self) [all...] |
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| WindowSurface.java | 28 // This is the thread that will be drawing to our surface. 37 // Make sure the drawing thread is not running while we are paused. 48 // Let the drawing thread resume running. 59 // Make sure the drawing thread goes away. 67 // Tell the drawing thread that a surface is available. 75 // Don't need to do anything here; the drawing thread will pick up 83 // We need to tell the drawing thread to stop, and block until 135 * This is a thread that will be running a loop, drawing into the 138 class DrawingThread extends Thread { 139 // These are protected by the Thread's lock [all...] |
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| DraggableDot.java | 61 try { Thread.sleep(1000); } catch (InterruptedException e) {}
|
| /development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
| SampleView.java | 95 Thread thread; field in class:SampleView 634 thread = new Thread(this); 635 thread.start(); 644 thread = new Thread(this); 645 thread.start(); 767 Thread.sleep(1); 789 /** can be called from non-UI thread */ [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
| ObjectStreamClassTest.java | 191 .lookup(Thread.State.class);
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
| SystemTest.java | 106 Thread.sleep(150);
|
| /external/chromium/chrome/browser/sync/engine/ |
| syncer_thread.h | 5 // A class to run the syncer on a thread. 15 #include "base/threading/thread.h" 34 // In this mode, the thread only performs configuration tasks. This is 60 // thread. 63 // Joins on the thread as soon as possible (currently running session 298 base::Thread thread_; 337 // The SyncerThread manages its own internal thread and thus outlives it. We 338 // don't need refcounting for posting tasks to this internal thread.
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| socketpool.cc | 35 #include "talk/base/thread.h" 158 Thread::Current()->Dispose(stream);
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| stunport.cc | 127 StunPort::StunPort(talk_base::Thread* thread, 132 : Port(thread, STUN_PORT_TYPE, factory, network, ip, min_port, max_port), 134 requests_(thread),
|
| tcpport.cc | 36 TCPPort::TCPPort(talk_base::Thread* thread, 40 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
|
| /external/javassist/src/main/javassist/tools/reflect/ |
| ClassMetaobject.java | 58 * <ul><pre>Thread.currentThread().getContextClassLoader().loadClass()</pre></ul> 99 return Thread.currentThread().getContextClassLoader()
|
| /external/libvpx/examples/includes/geshi/geshi/ |
| ruby.php | 106 'Test::Unit::TestCase', 'Test::Unit', 'Test', 'Thread',
|
| /external/quake/src/com/android/quake/ |
| DownloaderActivity.java | 186 mDownloadThread = new Thread(new Downloader(), "Downloader"); 187 mDownloadThread.setPriority(Thread.NORM_PRIORITY - 1); [all...] |
| /external/v8/src/ |
| cpu-profiler.h | 132 // This class implements both the profile events processor thread and 134 class ProfilerEventsProcessor : public Thread { 140 // Thread control. 183 // Called from events processing thread (Run() method.) 234 // Invoked from stack sampler (thread or signal handler.)
|