| /cts/tests/tests/telephony/src/android/telephony/cts/ |
| CellLocationTest.java | 109 Thread.sleep(1000);
|
| /dalvik/tests/071-dexfile/src/ |
| Main.java | 60 // let the ProcessManager's daemon thread finish before we shut down 63 Thread.sleep(500);
|
| /dalvik/tests/079-phantom/src/ |
| Bitmap.java | 123 * Thread that watches for un-referenced bitmap data. 125 class BitmapWatcher extends Thread {
|
| /dalvik/vm/ |
| Debugger.h | 33 struct Thread; 67 Thread* thread; /* don't deref; for comparison only */ member in struct:StepControl 84 /* boolean; set if the JDWP thread wants this thread to do work */ 89 Object* thread; member in struct:DebugInvokeReq 120 * Return the DebugInvokeReq for the current thread. 224 * Thread, ThreadGroup, Frame 267 void dvmDbgPostThreadStart(Thread* thread); [all...] |
| /dalvik/vm/interp/ |
| InterpState.h | 89 typedef bool (*SafePointCallback)(struct Thread* thread, void* arg);
|
| /dalvik/vm/os/ |
| android.cpp | 32 * We use Android thread priority constants to be consistent with the rest 48 void os_changeThreadPriority(Thread* thread, int newPriority) 56 pid_t pid = thread->systemTid; 65 std::string threadName(dvmGetThreadName(thread)); 97 /* Get the priority (the "nice" value) of the current thread. The
|
| /development/tools/emulator/opengl/host/libs/libOpenglRender/ |
| RenderThread.cpp | 28 osUtils::Thread(), 147 // release the thread from any EGL context 159 // flag that this thread has finished execution
|
| /external/apache-harmony/support/src/test/java/tests/support/ |
| Support_HttpServer.java | 102 Thread serverThread = new Thread(new Runnable() { 116 Thread thread = new Thread(new ServerThread(socket)); 117 thread.start();
|
| /external/chromium/chrome/browser/debugger/ |
| devtools_remote_listen_socket_unittest.h | 23 #include "base/threading/thread.h" 28 #include "base/threading/thread.h" 113 scoped_ptr<base::Thread> thread_;
|
| /external/chromium/chrome/browser/sync/tools/ |
| sync_listen_notifications.cc | 65 base::Thread::Options options;
|
| /external/chromium/chrome/browser/ui/views/tab_contents/ |
| tab_contents_drag_win.cc | 15 #include "base/threading/thread.h" 51 // Forward the message from the UI thread to the drag-and-drop thread. 70 class DragDropThread : public base::Thread { 73 : base::Thread("Chrome_DragDropThread"), 78 Thread::Stop(); 82 // base::Thread implementations: 94 // alive in the thread lifetime. 124 // If it is not drag-out, do the drag-and-drop in the current UI thread. 135 // Start a background thread to do the drag-and-drop [all...] |
| /external/chromium/net/base/ |
| listen_socket_unittest.h | 25 #include "base/threading/thread.h" 100 scoped_ptr<base::Thread> thread_;
|
| /external/chromium/net/disk_cache/ |
| disk_cache_test_base.h | 10 #include "base/threading/thread.h" 145 base::Thread cache_thread_;
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| httprequest.cc | 46 ASSERT(Thread::Current() != NULL); 75 // TODO: Rewrite this to use the thread's native socket server, and a more
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| udpport.cc | 38 UDPPort::UDPPort(talk_base::Thread* thread, 42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
|
| /external/easymock/src/org/easymock/internal/ |
| EasyMockProperties.java | 135 cl = Thread.currentThread().getContextClassLoader();
137 // Cannot access thread context ClassLoader - falling back to system
141 // No thread context class loader -> use class loader of this class.
|
| /external/emma/core/java12/com/vladium/util/ |
| ClassLoaderResolver.java | 33 * typically involves choosing between the caller's current, thread context, 55 * typically involves choosing between the caller's current, thread context, 149 final ClassLoader contextLoader = Thread.currentThread ().getContextClassLoader ();
|
| /external/javassist/src/main/javassist/util/proxy/ |
| SerializedProxy.java | 63 ClassLoader cl = Thread.currentThread().getContextClassLoader();
|
| /external/jsilver/src/org/clearsilver/ |
| FactoryLoader.java | 106 ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
|
| /external/valgrind/main/drd/tests/ |
| tc09_bad_unlock.stderr.exp | 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 11 Thread 2: 12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1. 21 Thread 1: 36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
| /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/ |
| WifiSoftAPTest.java | 77 Thread.sleep(DURATION);
|
| /frameworks/base/core/tests/coretests/src/android/content/ |
| ContentQueryMapTest.java | 34 /** Helper class to run test code in a new thread with a Looper. */ 35 private abstract class LooperThread extends Thread { 54 LooperThread thread = new LooperThread() { local 99 thread.start(); 100 thread.join(); 101 if (thread.mError != null) throw thread.mError; 102 assertTrue(thread.mSuccess);
|
| /frameworks/base/core/tests/coretests/src/android/util/ |
| KeyUtils.java | 82 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
|
| /frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
| ChangeTouchModeTest.java | 122 Thread.sleep(200);
|
| /frameworks/base/include/media/ |
| Visualizer.h | 61 CAPTURE_CALL_JAVA = 0x00000004 // the callback thread can call java 127 class CaptureThread : public Thread
|