| /sdk/eventanalyzer/src/com/android/eventanalyzer/ |
| EventAnalyzer.java | 240 // we can't just ask for the device list right away, as the internal thread getting 246 Thread.sleep(100);
|
| /cts/tests/tests/media/src/android/media/cts/ |
| AudioEffectTest.java | [all...] |
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| WebSettingsTest.java | 667 Thread.sleep(1000); 674 Thread.sleep(1000); [all...] |
| /dalvik/vm/ |
| Dvm.mk | 111 Thread.cpp \
|
| /dalvik/vm/alloc/ |
| MarkSweep.cpp | 145 static void rootMarkObjectVisitor(void *addr, u4 thread, RootType type, 161 * - For each thread: 166 * - Associated Thread/VMThread object 192 static void rootReMarkObjectVisitor(void *addr, u4 thread, RootType type, 705 * scheduled for appending by the heap worker thread. 767 Thread *self = dvmThreadSelf(); 832 Thread *self = dvmThreadSelf();
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| ControlTest.java | 648 Thread.sleep(1000); 657 Thread.sleep(2000); [all...] |
| /external/chromium/net/proxy/ |
| proxy_config_service_linux_unittest.cc | 19 #include "base/threading/thread.h" 251 // the IO thread and synchronously waits for the result. 260 // Start an IO thread. 261 base::Thread::Options options; 265 // Make sure the thread started. 272 // Let the config service post a destroy message to the IO thread 273 // before cleaning up that thread. 275 // Clean up the IO thread. 282 // all on the calling thread (meant to be the thread with th [all...] |
| /external/chromium/net/tools/dump_cache/ |
| upgrade.cc | 11 #include "base/threading/thread.h" 137 base::Thread cache_thread_; 156 base::Thread::Options(MessageLoop::TYPE_IO, 0)));
|
| /external/chromium/third_party/libjingle/source/talk/examples/call/ |
| callclient.cc | 39 #include "talk/base/thread.h" 333 worker_thread_ = new talk_base::Thread(); 334 // The worker thread must be started here since initialization of 672 talk_base::Thread::Current()->Quit();
|
| /external/clang/tools/scan-view/ |
| ScanView.py | 85 class ReporterThread(threading.Thread): 87 threading.Thread.__init__(self) 326 # Kick off a reporting thread. 330 # Wait for thread to die...
|
| /external/junit/src/junit/swingui/ |
| TestRunner.java | 80 private Thread fRunner; 692 fRunner= new Thread("TestRunner-Thread") { 714 // test runner thread so that listeners can register for it. 800 * Wait until all the events are processed in the event thread
|
| /external/llvm/utils/lit/lit/ |
| main.py | 103 class Tester(threading.Thread): 105 threading.Thread.__init__(self) 301 # If only using one testing thread, don't use threads at all; this lets us 361 def main(builtinParameters = {}): # Bump the GIL check interval, its more important to get any one thread to a
|
| /external/v8/src/ |
| execution.cc | 685 Thread::YieldCPU(); 691 Thread::YieldCPU();
|
| /frameworks/base/core/java/android/app/ |
| LoadedApk.java | 298 // Temporarily disable logging of disk reads on the Looper thread 320 * Setup value for Thread.getContextClassLoader(). If the 334 * may contain several Contexts executing on one thread with 336 * ClassLoader is a thread local. This is why in the case when 371 Thread.currentThread().setContextClassLoader(contextClassLoader); 383 Thread.currentThread().setContextClassLoader(getParent()); 386 "Thread.getContextClassLoader() may fail for processes " + 389 "Thread.setContextClassLoader(getClass().getClassLoader());"); [all...] |
| /frameworks/base/core/java/android/widget/ |
| ProgressBar.java | 75 * a worker thread to update the user interface to notify the user of progress: 94 * // Start lengthy operation in a background thread 95 * new Thread(new Runnable() { 247 mUiThreadId = Thread.currentThread().getId(); 620 if (mUiThreadId == Thread.currentThread().getId()) { 878 // let's be nice with the UI thread 893 // let's be nice with the UI thread [all...] |
| /frameworks/base/libs/gui/tests/ |
| SurfaceTextureClient_test.cpp | 429 class MyThread : public Thread { 470 MyThread* thread = new MyThread(mST); local 471 sp<Thread> threadBase(thread); 475 thread->run(); 480 thread->bufferDequeued(); 481 thread->requestExitAndWait();
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
| VideoEditorPreviewTest.java | [all...] |
| /frameworks/base/services/java/com/android/server/ |
| DropBoxManagerService.java | 108 // Run the initialization in the background (not this main thread). 111 new Thread() { 189 temp = new File(mDropBoxDir, "drop" + Thread.currentThread().getId() + ".tmp");
|
| SystemServer.java | 65 class ServerThread extends Thread { 741 Slog.i(TAG, "Enabled StrictMode for system server main thread."); [all...] |
| /frameworks/ex/chips/src/com/android/ex/chips/ |
| BaseRecipientAdapter.java | 219 Log.d(TAG, "start filtering. constraint: " + constraint + ", thread:" 220 + Thread.currentThread()); 241 // since this method is run outside the UI thread. 255 // We'll copy this result to mEntry in publicResults() (run in the UX thread). 355 + ", constraint: " + constraint + ", thread: " + Thread.currentThread()); 366 // We don't want to pass this Cursor object to UI thread (b/5017608). 455 * These variables are only used in UI thread, thus should not be touched in 652 * thread to get one from directories. [all...] |
| /hardware/ti/omap4xxx/camera/inc/ |
| CameraHal.h | 549 //thread loops 587 class NotificationThread : public Thread { 599 : Thread(false), mAppCallbackNotifier(nh) { } [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppService.java | 65 * Performs the background Bluetooth OPP transfer. It also starts thread to 162 new Thread("trimDatabase") { 372 private class UpdateThread extends Thread { [all...] |
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| ImportVCardActivity.java | 156 // Runs on the UI thread. 200 String.format("Connected to VCardService. Kick a vCard cache thread (uri: %s)", 219 private class VCardCacheThread extends Thread 250 Log.i(LOG_TAG, "vCard cache thread starts running."); 252 throw new NullPointerException("vCard cache thread must be launched " 605 * Thread scanning VCard from SDCard. After scanning, the dialog which lets a user select 608 private class VCardScanThread extends Thread implements OnCancelListener, OnClickListener { [all...] |
| /packages/apps/Email/src/com/android/email/service/ |
| AttachmentDownloadService.java | 95 // sRunningService is only set in the UI thread; it's visibility elsewhere is guaranteed 157 new Thread(new Runnable() { [all...] |
| /packages/apps/Gallery/src/com/android/camera/ |
| GalleryPicker.java | 75 Handler mHandler = new Handler(); // handler for the main thread 76 Thread mWorkerThread; 80 GalleryPickerAdapter mAdapter; // mAdapter is only accessed in main thread. 297 // This is used to stop the worker thread. 300 // Create the worker thread. 303 mWorkerThread = new Thread("GalleryPicker Worker") { 333 // This is run in the worker thread. 358 // This is run in the worker thread. 370 // This is run in the main thread. 375 // This is run in the worker thread [all...] |