| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
| MediaPresetReverbTest.java | 226 Thread.sleep(1000); 228 Thread.sleep(200); 306 Thread.sleep(1000); 308 Thread.sleep(200);
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/ |
| CountryDetectorServiceTest.java | 100 Thread.sleep(500);
|
| /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/ |
| Forwarder.java | 31 public class Forwarder extends Thread {
|
| /libcore/dalvik/src/main/java/dalvik/system/ |
| Zygote.java | 59 * down to just one thread. 67 Thread.sleep(10);
|
| /libcore/luni/src/main/java/javax/xml/parsers/ |
| DocumentBuilderFactory.java | 70 classLoader = Thread.currentThread().getContextClassLoader();
|
| SAXParserFactory.java | 82 classLoader = Thread.currentThread().getContextClassLoader();
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| Logger.java | 38 prefix = name + "["+Thread.currentThread().getName()+"] ";
|
| /packages/apps/Exchange/src/com/android/exchange/ |
| EmailSyncAlarmReceiver.java | 56 new Thread(new Runnable() {
|
| /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
| KeyChainServiceTestSupport.java | 62 * This method blocks so it must not be called from the UI thread. 75 Thread.currentThread().interrupt();
|
| /packages/apps/Nfc/tests/src/com/android/nfc/snep/ |
| SnepCustomClientTests.java | 41 Thread.sleep(6000);
|
| SnepDefaultClientTests.java | 41 Thread.sleep(6000);
|
| /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
| SourceLatency.java | 96 (new Thread() { 104 Thread.sleep(delay); 113 Thread.sleep(1000); 249 Thread.sleep(2000);
|
| /packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/ |
| InteractionProvider.java | 84 Thread.sleep(mEventThrottle);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
| DexDumpAction.java | 264 Thread t1 = new Thread("") { //$NON-NLS-1$ 287 Thread t2 = new Thread("") { //$NON-NLS-1$ 314 // before the thread have filled the arrays, so we wait for both threads and the
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
| AMReceiver.java | 110 // launch another thread, that waits a bit and attempts another launch 111 new Thread("Delayed Launch attempt") {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
| SdkTestCase.java | 73 // wait for ADT to load the SDK on a separate thread 78 Thread.sleep(200);
|
| /system/media/mca/effect/java/android/media/effect/ |
| EffectFactory.java | 471 ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
|
| /cts/tests/tests/media/src/android/media/cts/ |
| VisualizerTest.java | 197 Thread.sleep(100); 258 Thread.sleep(100); 353 new Thread() { 359 // Save the looper so that we can terminate this thread 403 * Terminates the listener looper thread.
|
| /cts/tests/tests/os/src/android/os/cts/ |
| LooperTest.java | 206 Thread.sleep(WAIT_TIME); 211 Thread.sleep(WAIT_TIME); 214 Thread.sleep(WAIT_TIME);
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| ChronometerTest.java | 172 // in the same thread with UI, that's why we use runOnMainSync here. 183 Thread.sleep(1500); 188 // in the same thread with UI, that's why we use runOnMainSync here. 199 Thread.sleep(1500); 229 Thread.sleep(1500);
|
| /dalvik/vm/alloc/ |
| Visit.cpp | 83 static void visitThreadStack(RootVisitor *visitor, Thread *thread, void *arg) 86 assert(thread != NULL); 87 u4 threadId = thread->threadId; 89 for (u4 *fp = (u4 *)thread->interpSave.curFrame; 160 * Visits all roots associated with a thread. 162 static void visitThread(RootVisitor *visitor, Thread *thread, void *arg) 167 assert(thread != NULL); 168 threadId = thread->threadId 184 Thread *thread; local [all...] |
| /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
| MissileLauncherActivity.java | 139 Thread thread = new Thread(this); local 140 thread.start(); 238 Thread.sleep(100);
|
| /external/apache-harmony/support/src/test/java/tests/support/ |
| Support_Exec.java | 235 Thread errThread = new Thread(new Runnable() { 283 Thread.currentThread().interrupt();
|
| /external/apache-http/src/org/apache/http/impl/conn/ |
| AbstractClientConnAdapter.java | 83 /** Thread that requested this connection. */ 84 private final Thread executionThread; 116 executionThread = Thread.currentThread(); 382 // a helper thread in order to unblock the main execution thread 384 // #releaseConnection() from the helper thread, so we have to rely 385 // on an IOException thrown by the closed socket on the main thread 389 // However, if this method is called from the main execution thread 393 // thread while there is no blocking I/O operation. 394 if (executionThread.equals(Thread.currentThread())) [all...] |
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| relayserver.h | 37 #include "talk/base/thread.h" 52 // Creates a server, which will use this thread to post messages to itself. 53 explicit RelayServer(talk_base::Thread* thread); 56 talk_base::Thread* thread() { return thread_; } function in class:cricket::RelayServer 95 talk_base::Thread* thread_; 132 // Handle messages in our worker thread.
|