| /cts/tests/tests/app/src/android/app/cts/ |
| InstrumentationTest.java | 692 Thread.sleep(WAIT_TIME); [all...] |
| /cts/tests/tests/hardware/src/android/hardware/cts/ |
| CameraGLTest.java | 130 new Thread() { 133 Log.v(TAG, "Start camera/surfacetexture thread"); 136 // Save the looper so that we can terminate this thread 139 // These must be instantiated outside the UI thread, since the 140 // UI thread will be doing a lot of waiting, stopping callbacks. 146 Log.v(TAG, "Stop camera/surfacetexture thread"); 157 * Terminates the message looper thread. 167 // the method. So we need to join the looper thread here. [all...] |
| /cts/tests/tests/location/src/android/location/cts/ |
| LocationManagerTest.java | 380 new Thread(new Runnable() { [all...] |
| /cts/tests/tests/os/src/android/os/cts/ |
| HandlerTest.java | 708 Thread.sleep(time);
|
| /cts/tests/tests/provider/src/android/provider/cts/ |
| BrowserTest.java | 598 // Thread.sleep(2000); 644 Thread.sleep(timeSlice); [all...] |
| /dalvik/vm/ |
| Init.cpp | 515 * This must only be called from the main thread during zygote init. 868 /* disables SIGQUIT handler thread while still blocking SIGQUIT */ 869 /* (useful if we don't want thread but system still signals us) */ [all...] |
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| Monkey.java | 116 * This is set by the ActivityController thread to request collection of ANR 122 * This is set by the ActivityController thread to request a 128 * This is set by the ActivityController thread to request a 134 * This is set by the ActivityController thread to request a 154 * This is set by the ActivityController thread to request a "procrank" 370 Thread.sleep(5 * 1000); [all...] |
| /development/samples/JetBoy/src/com/example/android/jetboy/ |
| JetBoyView.java | 125 class JetBoyThread extends Thread implements OnJetEventListener { 215 /** Message handler used by thread to interact with TextView */ 433 // JET info: inthis animation thread object. 1293 private JetBoyThread thread; field in class:JetBoyView [all...] |
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| LogManagerTest.java | [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
| HttpsURLConnectionTest.java | [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
| HttpCookieTest.java | [all...] |
| /external/chromium/chrome/browser/password_manager/ |
| password_store_mac.cc | 746 thread_.reset(new base::Thread("Chrome_PasswordStore_Thread")); [all...] |
| /external/chromium/chrome/browser/safe_browsing/ |
| safe_browsing_service.cc | 314 // We can't delete matching checks here because the db thread has a copy of 316 // thread calls us back, we'll clean up the check. 371 // The blocking page must be created from the UI thread. 496 // request, and if any functions on the db thread recreate the database, we 497 // could start using it on the IO thread and then have the second request 502 // handled, and could be used on the IO thread in that time period, leading 614 // because if there is still anything running on the db thread, it could 618 // Flush the database thread. Any in-progress database check results will be 622 // tasks will be added to the db thread between the call above and this one. 625 // A ScopedAllowIO object is required to join the thread when calling Stop [all...] |
| /external/chromium/third_party/libjingle/source/talk/base/ |
| httpclient.cc | 41 #include "talk/base/thread.h" 806 : ReuseSocketPool(factory ? factory : Thread::Current()->socketserver()),
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| port.cc | 127 Port::Port(talk_base::Thread* thread, const std::string& type, 130 : thread_(thread), 514 requests_(port->thread()), rtt_(DEFAULT_RTT), 846 port_->thread()->Post(this, MSG_DELETE);
|
| relayserver.cc | 97 RelayServer::RelayServer(talk_base::Thread* thread) 98 : thread_(thread), log_bindings_(true) { 689 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); 694 server_->thread()->Clear(this); 761 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
|
| session.cc | 158 BaseSession::BaseSession(talk_base::Thread *signaling_thread) [all...] |
| /external/v8/src/ |
| debug.h | 482 // Per-thread data. 649 // A Queue of CommandMessage objects. A thread-safe version is 673 // LockingCommandMessageQueue is a thread-safe circular buffer of CommandMessage [all...] |
| /frameworks/base/core/java/android/server/ |
| BluetoothEventLoop.java | 48 private Thread mThread; 162 if (DBG) log("Starting Event Loop thread"); 169 if (DBG) log("Stopping Event Loop thread"); [all...] |
| /frameworks/base/core/tests/coretests/src/android/webkit/ |
| AccessibilityInjectorTest.java | 91 /** Worker thread with a handler to perform non test thread processing. */ [all...] |
| /frameworks/base/graphics/java/android/renderscript/ |
| RenderScript.java | 686 * handling thread. This will occur some time after sendToClient completes 774 static class MessageThread extends Thread { [all...] |
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| SettingsProvider.java | 271 new Thread("populate-settings-caches") { 371 // from somebody's UI thread... [all...] |
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| KeyguardViewMediator.java | 85 * and runs on its thread. The keyguard UI is created from that thread in the 90 * thread of the keyguard. 477 Thread.currentThread().interrupt(); 551 * This must be safe to call from any thread and with any window manager locks held. [all...] |
| /frameworks/base/services/input/ |
| InputDispatcher.h | 282 * This method may be called on any thread (usually by the input manager). */ 291 * This method should only be called on the input dispatcher thread. 300 * This method may be called on any thread (usually by the input manager). 308 * This method may be called on any thread (usually by the input manager). 314 * This method may be called on any thread (usually by the input manager). 321 * This method may be called on any thread (usually by the input manager). 344 * These methods may be called on any thread (usually by the input manager). [all...] |
| /frameworks/base/services/java/com/android/server/ |
| AlarmManagerService.java | 616 private class AlarmThread extends Thread [all...] |