| /external/apache-harmony/security/src/test/api/java/tests/api/java/security/ |
| AccessControlContextTest.java | 51 Thread th = new Thread(new Runnable() { 68 assertTrue("Thread should have permission", result[0]);
|
| /external/chromium/chrome/browser/ |
| crash_handler_host_linux.h | 21 class Thread; 76 // Do work on the FILE thread for OnFileCanReadWithoutBlocking(). 82 // Continue OnFileCanReadWithoutBlocking()'s work on the IO thread. 91 scoped_ptr<base::Thread> uploader_thread_;
|
| user_style_sheet_watcher_unittest.cc | 13 #include "base/threading/thread.h" 29 base::Thread io_thread("UserStyleSheetWatcherTestIOThread"); 30 base::Thread::Options options(MessageLoop::TYPE_IO, 0);
|
| /external/chromium/chrome/browser/sync/ |
| profile_sync_test_util.cc | 8 #include "base/threading/thread.h" 15 base::Thread* notification_thread) 48 ThreadNotifier::ThreadNotifier(base::Thread* notify_thread)
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| relayserver_main.cc | 30 #include "talk/base/thread.h" 53 talk_base::Thread *pthMain = talk_base::Thread::Current();
|
| stunrequest.h | 32 #include "talk/base/thread.h" 45 StunRequestManager(talk_base::Thread* thread); 70 talk_base::Thread* thread_;
|
| /external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
| securetunnelsessionclient.h | 99 Session* session, talk_base::Thread* stream_thread, 121 // stream_thread is passed to the PseudoTCPChannel: it's the thread 126 talk_base::Thread* stream_thread,
|
| /external/webkit/Source/WebKit/android/smoke/ |
| MessageThread.h | 85 class MessageThread : public Thread { 90 MessageThread() : Thread(true /* canCallJava */) {} 95 // Used for thread initialization
|
| /external/webkit/Tools/Scripts/webkitpy/common/net/irc/ |
| ircproxy.py | 32 from webkitpy.common.thread.threadedmessagequeue import ThreadedMessageQueue 36 class _IRCThread(threading.Thread): 38 threading.Thread.__init__(self)
|
| /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/ |
| osx_last_crash.rb | 23 if line =~ /^Thread \d+ Crashed/
|
| /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
| osx_last_crash.rb | 38 if line =~ /^Thread \d+ Crashed/
|
| /frameworks/base/core/java/android/webkit/ |
| DeviceMotionAndOrientationManager.java | 39 assert WebViewCore.THREAD_NAME.equals(Thread.currentThread().getName()); 48 assert WebViewCore.THREAD_NAME.equals(Thread.currentThread().getName());
|
| /hardware/ti/omap4xxx/camera/inc/ |
| SensorListener.h | 41 class SensorLooperThread : public Thread { 44 : Thread(false) {
|
| /libcore/luni/src/main/java/java/nio/channels/spi/ |
| AbstractSelector.java | 115 Thread.currentThread().pushInterruptAction$(wakeupRunnable); 123 Thread.currentThread().popInterruptAction$(wakeupRunnable);
|
| /libcore/luni/src/main/java/javax/xml/xpath/ |
| XPathFactory.java | 145 ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); 183 classLoader = Thread.currentThread().getContextClassLoader();
|
| /libcore/luni/src/test/java/libcore/java/util/logging/ |
| OldLogRecordTest.java | 33 Thread.sleep(2); 52 // Create and start the thread 53 MockThread thread = new MockThread(); local 54 thread.start(); 56 thread.join(); 70 assertTrue(lr.getThreadID() != thread.lr.getThreadID()); 72 assertTrue(thread.lr.getThreadID() != thread2.lr.getThreadID()); 75 public class MockThread extends Thread { 76 public LogRecord lr = null; //will be update by the thread 83 lr = new LogRecord(Level.CONFIG, "msg thread"); [all...] |
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
| TestThread.java | 34 Thread thread = null; local 38 thread = new Thread(this); 39 thread.start(); 41 thread.join();
|
| /libcore/luni/src/test/java/tests/api/java/lang/ |
| ProcessManagerTest.java | 33 Thread thread = null; field in class:ProcessManagerTest 62 thread = new Thread() { 79 Thread interruptThread = new Thread() { 87 thread.interrupt(); 90 thread.start(); 98 Thread.sleep(100); 103 thread.interrupt() 140 Thread thread = new Thread() { local [all...] |
| /libcore/luni/src/test/java/tests/api/java/lang/ref/ |
| ReferenceQueueTest.java | 127 class RemoveThread extends Thread { 139 Thread.sleep(100); 145 Thread.sleep(100); 161 Thread ct = new Thread(new ChildThread()); 199 class RemoveThread extends Thread { 211 Thread.sleep(10); 217 Thread.sleep(10);
|
| /libcore/luni/src/test/java/tests/api/java/util/ |
| ConcurrentModificationExceptionTest.java | 60 Thread collectionSlapper = new Thread(cm);
|
| /packages/apps/Camera/src/com/android/camera/ |
| SoundPlayer.java | 27 * Plays an AssetFileDescriptor, but does all the hard work on another thread so 28 * that any slowness with preparing or loading doesn't block the calling thread. 32 private Thread mThread; 89 mThread = new Thread(this);
|
| /packages/apps/Contacts/src/com/android/contacts/util/ |
| AsyncTaskExecutors.java | 82 Preconditions.checkState(Thread.currentThread() == Looper.getMainLooper().getThread(), 83 "submit method must be called from ui thread, was: " + Thread.currentThread());
|
| /packages/apps/Music/tests/src/com/android/music/functional/ |
| TestPlaylist.java | 73 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); 76 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); 93 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); 96 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); 102 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); 114 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); 117 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); 123 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
|
| /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
| SSLServerSocketImplTest.java | 64 Thread thread = new Thread() { local 73 thread.start(); 82 Thread.sleep(500); 122 Thread thread = new Thread() { local 131 thread.start(); 140 Thread.sleep(500) 180 Thread thread = new Thread() { local 238 Thread thread = new Thread() { local [all...] |
| /external/webkit/Source/WebKit/android/WebCoreSupport/ |
| WebUrlLoaderClient.cpp | 47 base::Thread* WebUrlLoaderClient::ioThread() 49 static base::Thread* networkThread = 0; 57 networkThread = new base::Thread("network"); 65 base::Thread::Options options; 134 base::Thread* thread = ioThread(); local 135 if (thread) { 137 thread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(m_request.get(), &WebRequest::appendBytesToUpload, data)); 150 base::Thread* thread = ioThread() local 171 base::Thread* thread = ioThread(); local 269 base::Thread* thread = ioThread(); local 312 base::Thread* thread = ioThread(); local 320 base::Thread* thread = ioThread(); local 328 base::Thread* thread = ioThread(); local [all...] |