| /cts/tests/tests/media/src/android/media/cts/ |
| VirtualizerTest.java | 409 class ListenerThread extends Thread { 430 // Save the looper so that we can terminate this thread 488 // Terminates the listener looper thread.
|
| /cts/tests/tests/text/src/android/text/method/cts/ |
| MultiTapKeyListenerTest.java | 240 Thread.sleep(TIME_OUT);
|
| TextKeyListenerTest.java | 241 Thread.sleep(TIME_OUT);
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| WebViewClientTest.java | 153 Thread.sleep(1000); // allow for javascript to post the form
|
| /dalvik/vm/ |
| UtfString.cpp | 386 Thread* self = dvmThreadSelf();
|
| /dalvik/vm/mterp/out/ |
| InterpC-armv5te-vfp.cpp | 377 extern "C" void dvmMterp_##_target(Thread* self, ## __VA_ARGS__); 381 void dvmMterp_##_target(Thread* self, ## __VA_ARGS__) { \ 392 * Redefine what used to be local variable accesses into Thread struct 426 extern "C" void dvmMterp_##_op(Thread* self); \ 427 void dvmMterp_##_op(Thread* self) { \ 494 * Periodically check for thread suspension. [all...] |
| InterpC-armv5te.cpp | 377 extern "C" void dvmMterp_##_target(Thread* self, ## __VA_ARGS__); 381 void dvmMterp_##_target(Thread* self, ## __VA_ARGS__) { \ 392 * Redefine what used to be local variable accesses into Thread struct 426 extern "C" void dvmMterp_##_op(Thread* self); \ 427 void dvmMterp_##_op(Thread* self) { \ 494 * Periodically check for thread suspension. [all...] |
| InterpC-armv7-a-neon.cpp | 377 extern "C" void dvmMterp_##_target(Thread* self, ## __VA_ARGS__); 381 void dvmMterp_##_target(Thread* self, ## __VA_ARGS__) { \ 392 * Redefine what used to be local variable accesses into Thread struct 426 extern "C" void dvmMterp_##_op(Thread* self); \ 427 void dvmMterp_##_op(Thread* self) { \ 494 * Periodically check for thread suspension. [all...] |
| InterpC-armv7-a.cpp | 377 extern "C" void dvmMterp_##_target(Thread* self, ## __VA_ARGS__); 381 void dvmMterp_##_target(Thread* self, ## __VA_ARGS__) { \ 392 * Redefine what used to be local variable accesses into Thread struct 426 extern "C" void dvmMterp_##_op(Thread* self); \ 427 void dvmMterp_##_op(Thread* self) { \ 494 * Periodically check for thread suspension. [all...] |
| /dalvik/vm/native/ |
| dalvik_system_Zygote.cpp | 264 * easy to handle, because the JDWP thread isn't started until we call 275 * This is easy to handle because the compiler thread and associated resources 457 * Our system thread ID has changed. Get the new one. 459 Thread* thread = dvmThreadSelf(); local 460 thread->systemTid = dvmGetSysThreadId();
|
| /dalvik/vm/oo/ |
| Object.h | 52 const Method* method, struct Thread* self);
|
| /development/samples/RSSReader/src/com/example/android/rssreader/ |
| RssReader.java | 50 * The RssReader example demonstrates forking off a thread to download 65 * <li>Download = fork off a worker thread 66 * <li>The worker thread opens a network connection for the rss data 90 * Handler used to post runnables to the UI thread. 95 * Currently running background network thread. 143 // Need one of these to post things back to the UI thread. 258 * Given an rss url string, starts the rss-download-thread going. 273 * Runnable that the worker thread uses to post RssItems to the 293 * Worker thread takes in an rss url string, downloads its data, parses 296 private class RSSWorker extends Thread { [all...] |
| /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/ |
| UnixFileTest.java | 46 private static class ConsoleResulter extends Thread {
|
| /external/chromium/base/files/ |
| file_path_watcher_linux.cc | 30 #include "base/threading/thread.h" 71 // Separate thread on which we run blocking read for inotify events. 72 base::Thread thread_; 110 // object in the right thread. This also observes destruction of the required 111 // cleanup thread, in case it quits before Cancel() is called. 117 // Cleans up and stops observing the |message_loop_| thread. 392 // Watch was never called, or the |message_loop_| thread is already gone.
|
| /external/chromium/chrome/browser/ |
| crash_handler_host_linux.cc | 24 #include "base/threading/thread.h" 104 new base::Thread(std::string(process_type_ + "_crash_uploader").c_str())); 258 // We expect the crashing thread to be in sys_read(), waiting for use to 261 // |actual_crashing_pid|'s thread group and find the thread that's in the 273 // We didn't find the thread we want. Maybe it didn't reach sys_read() 274 // yet, or the kernel doesn't support /proc/[pid]/syscall or the thread 276 // thread is the thread group leader.
|
| /external/chromium/chrome/browser/metrics/ |
| thread_watcher.cc | 59 // Create a new thread watcher object for the given thread and activate it. 63 // If we couldn't register the thread watcher object, we are shutting down, 64 // then don't activate thread watching. 89 // There is some user activity, PostPingMessage task of thread watcher if 111 // Send a ping message to the watched thread. 119 // Post a task to check the responsiveness of watched thread. 126 // Watched thread might have gone away, stop watching it. 134 // Record watched thread's response time. 144 // thread is responsive [all...] |
| /external/chromium/chrome/browser/printing/ |
| print_job_worker.cc | 38 // Send the notification in the right thread. 53 : Thread("Printing_Worker"), 55 // The object is created in the IO thread. 63 // The object is normally deleted in the UI thread, but when the user 65 // on the I/O thread. 85 // on the thread where the PrintDlgEx is called, and definitely both calls 86 // should happen on the same thread. See http://crbug.com/73466 140 // be called on the same thread as the previous call. See 201 // thread and the UI thread. Take no chance [all...] |
| /external/chromium/chrome/browser/service/ |
| service_process_control.cc | 11 #include "base/threading/thread.h" 46 // Run the IPC channel on the shared IO thread. 47 base::Thread* io_thread = g_browser_process->io_thread(); 321 // the UI thread.
|
| /external/chromium/chrome/browser/sync/glue/ |
| http_bridge_unittest.cc | 6 #include "base/threading/thread.h" 31 base::Thread::Options options; 86 // Separate thread for IO used by the HttpBridge. 141 // Run this test on the IO thread because we can only call 142 // URLRequestContextGetter::GetURLRequestContext on the IO thread.
|
| sync_backend_host.h | 18 #include "base/threading/thread.h" 57 // NOTE: All methods will be invoked by a SyncBackendHost on the same thread 110 // A UI-thread safe API into the sync backend that "hosts" the top-level 111 // syncapi element, the SyncManager, on its own thread. This class handles 122 // and communicates to via the SyncFrontend interface (on the same thread 213 // Called from any thread to obtain current status information in detailed or 328 // It calls us on a dedicated thread to actually perform synchronous 370 // SaveChanges, close sqlite handles, and halt the syncer thread (which 373 // syncapi thread-exit handlers to run and make use of cached pointers to 376 // because the thread that was using them has exited (in step 2) [all...] |
| /external/chromium/chrome/browser/webdata/ |
| web_data_service.h | 44 class Thread; 203 // This can be invoked from any thread. From this point we assume that 208 // This will notify the service in whatever thread was used to create this 312 // done on the background thread. 519 // The following methods are only invoked in the web data service thread. 532 // Invoked on the main thread if initializing the db fails. 547 // Schedule a task on our worker thread.
|
| /external/chromium/net/disk_cache/ |
| disk_cache_test_base.cc | 179 // Simple task to run part of a test from the cache thread. 245 base::Thread::Options(MessageLoop::TYPE_IO, 0))); 252 scoped_refptr<base::MessageLoopProxy> thread = 259 disk_cache::kNoRandom, thread, NULL, &cache_, &cb); 264 scoped_refptr<base::MessageLoopProxy> thread = local 268 cache_impl_ = new disk_cache::BackendImpl(path, mask_, thread, NULL); 270 cache_impl_ = new disk_cache::BackendImpl(path, thread, NULL);
|
| /external/emma/core/java12/com/vladium/logging/ |
| Logger.java | 31 * inheritable thread-local piece of data. This decouples classes and 35 * if the class is instantiated and used only on a single thread (or a set of 310 * Returns the current top of the thread-local logger stack or the static 352 // TODO: add guards for making sure only the pushing thread is allowed to 368 throw new IllegalStateException ("empty logger context stack on thread [" + Thread.currentThread () + "]: " + nsee);
|
| /external/javassist/src/main/javassist/tools/web/ |
| Webserver.java | 391 class ServiceThread extends Thread {
|
| /frameworks/base/core/java/android/net/http/ |
| Connection.java | 145 * Note: this runs in non-network thread 178 Thread.sleep(100);
|