Searched
refs:Thread (Results
776 -
800 of
1369) sorted by null
<<31323334353637383940>>
| /external/mockwebserver/src/main/java/com/google/mockwebserver/ |
| MockWebServer.java | 192 * all thread, even if any close fails. 493 String originalName = Thread.currentThread().getName(); 494 Thread.currentThread().setName(name); 498 Thread.currentThread().setName(originalName);
|
| /frameworks/base/core/tests/coretests/src/android/os/storage/ |
| StorageManagerBaseTest.java | 71 class MountingObbThread extends Thread { 93 * Runs the thread 118 Thread.sleep(WAIT_TIME_INCR); 151 * Requests the thread to stop running 568 Thread.sleep(WAIT_TIME_INCR);
|
| /frameworks/base/media/libstagefright/chromium_http/ |
| support.cpp | 27 #include "base/threading/thread.h" 46 static base::Thread *gNetworkThread = NULL; 100 // running at normal priority instead of inheriting this thread's. 103 gNetworkThread = new base::Thread("network"); 104 base::Thread::Options options;
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
| MediaVisualizerTest.java | 235 Thread.sleep(500); 342 Thread.sleep(500); 449 new Thread() { 455 // Save the looper so that we can terminate this thread 499 * Terminates the listener looper thread.
|
| /frameworks/base/services/java/com/android/server/ |
| Watchdog.java | 45 public class Watchdog extends Thread { 52 // Set this to true to have the watchdog record kernel thread stacks when it fires 72 /* This handler will be used to post message back onto the main thread */ 443 // Pull our own kernel thread stacks as well if we're configured for that 451 Thread dropboxThread = new Thread("watchdogWriteToDropbox") {
|
| /libcore/support/src/test/java/tests/http/ |
| MockWebServer.java | 191 * all thread, even if any close fails. 492 String originalName = Thread.currentThread().getName(); 493 Thread.currentThread().setName(name); 497 Thread.currentThread().setName(originalName);
|
| /libcore/support/src/test/java/tests/support/ |
| Support_TestWebServer.java | 20 import java.lang.Thread; 60 /* The thread handling new requests from clients */ 233 * Cause the thread accepting connections on the server socket to close 236 /* Stop the Accept thread */ 247 class AcceptThread extends Thread { 264 * Main thread responding to new connections 275 new Thread(new Worker(s), "additional worker").start(); 332 * The worker thread handles all interactions with a current open 334 * thread to continuously operate on numerous requests before the 366 /* Create a new worker thread */ [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
| LoopbackExperiment.java | 113 /* Class which records audio in a background thread, to fill the supplied buffer. */ 114 class Recorder extends Thread {
|
| /cts/tests/src/android/content/cts/ |
| DummyProvider.java | 150 Thread.sleep(target - time);
|
| /cts/tests/tests/os/src/android/os/cts/ |
| CountDownTimerTest.java | 144 Thread.sleep(time);
|
| RemoteCallbackListTest.java | 170 Thread.sleep(1000);
|
| /cts/tests/tests/security/src/android/security/cts/ |
| VoldExploitTest.java | 156 Thread.sleep(50);
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| ViewFlipperTest.java | 151 Thread.sleep(timeout);
|
| /dalvik/vm/ |
| SignalCatcher.cpp | 18 * This is a thread that catches signals and does something useful. For 38 * Crank up the signal catcher thread. 54 * Shut down the signal catcher thread if it was started. 56 * Since we know the thread is just sitting around waiting for signals 129 * Respond to a SIGQUIT by dumping the thread stacks. Optionally dump 132 * Thread stacks can either go to the log or to a file designated for holding 254 Thread* self = dvmThreadSelf(); 260 LOGV("Signal catcher thread started (threadid=%d)", self->threadId);
|
| /dalvik/vm/compiler/ |
| Compiler.h | 21 #include "Thread.h" 87 Thread *requestingThread; // For debugging purpose
|
| /dalvik/vm/native/ |
| InternalNative.cpp | 213 Thread* self = dvmThreadSelf();
|
| /development/samples/BrowserPlugin/jni/ |
| RenderingThread.cpp | 32 RenderingThread::RenderingThread(NPP npp) : android::Thread() { 46 gLogI.log(kError_ANPLogType, "thread %p acquiring native window...", this); 50 gLogI.log(kError_ANPLogType, "thread %p acquire native window FAILED!", this); 53 gLogI.log(kError_ANPLogType, "thread %p acquired native window successfully!", this);
|
| /development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
| DictionaryDatabase.java | 188 * Starts a thread to load the database table with words 191 new Thread(new Runnable() {
|
| /development/samples/USB/AdbTest/src/com/android/adb/ |
| AdbDevice.java | 193 private class WaiterThread extends Thread {
|
| /development/testrunner/ |
| run_command.py | 120 t = threading.Thread(target=Run)
|
| /external/android-mock/tests/com/google/android/testing/mocking/ |
| AndroidMockGeneratorTest.java | 234 Method method = Thread.class.getMethod("run"); 249 Method method = Thread.class.getMethod("currentThread"); 391 Method method = Thread.class.getMethod("run"); 407 Method method = Thread.class.getMethod("currentThread");
|
| /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
| Krb5LoginModuleTest.java | 162 static class KrbServer extends Thread {
|
| /external/apache-http/src/org/apache/http/util/ |
| VersionInfo.java | 199 * <code>null</code> for the thread context classloader 229 * <code>null</code> for the thread context classloader 242 clsldr = Thread.currentThread().getContextClassLoader();
|
| /external/chromium/base/memory/ |
| weak_ptr_unittest.cc | 9 #include "base/threading/thread.h" 20 Thread creator_thread("creator_thread"); 26 DCHECK(result); // We synchronized on thread destruction above. 120 // thread, but use it on another. This tests that we do not trip runtime 129 // thread, but use it on another. This tests that we do not trip runtime
|
| /external/chromium/chrome/browser/download/ |
| save_package.h | 37 class Thread; 102 // Need to make sure that this method must be called in the UI thread because 103 // using g_browser_process on a non-UI thread can cause crashes during 111 // Notifications sent from the file thread to the UI thread. 271 // Non-owning pointer for handling file writing on the file thread.
|
Completed in 1133 milliseconds
<<31323334353637383940>>