HomeSort by relevance Sort by last modified time
    Searched refs:Thread (Results 1101 - 1125 of 1369) sorted by null

<<41424344454647484950>>

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 119 /** The thread that the transformer is running on. */
120 private Thread m_transformThread;
179 // * the main thread from the transform thread in {@link #transform(Source source)}
302 * If the transform thread throws an exception, the exception needs to
303 * be stashed away so that the main thread can pass it on to the
310 * which must be called in order for the transform thread's run
481 * Get the thread that the transform process is on.
483 * @return The thread that the transform process is on, or null.
486 public Thread getTransformThread(
    [all...]
TransformerHandlerImpl.java 353 // Thread listener = new Thread(m_transformer);
362 int cpriority = Thread.currentThread().getPriority();
365 // except that the Thread may come from a pool.
410 /* Thread transformThread = m_transformer.getTransformThread();
  /external/v8/test/cctest/
test-debug.cc     [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 171 // We use a thread in ImageSaver to do the work of saving images and
262 * This Handler is used to post message back onto the main thread of the
787 // yet. The main thread puts the request into the queue. The saver thread
790 // There are several cases the main thread needs to wait for the saver
791 // thread to finish all the work in the queue:
798 // thread until the queue length drops below the threshold (QUEUE_LIMIT).
801 // when we need to wait for saver thread finishing all the work (in
804 private class ImageSaver extends Thread {
812 // Runs in main thread
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 476 new Thread() {
627 * we need to do our work in a new thread.
629 new Thread() {
725 new Thread() {
1191 Thread thread = new Thread(mConnector, VOLD_TAG); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 104 import java.lang.Thread.State;
179 // The amount of time we allow for a thread to release its post lock after receiving an alert
267 * Try to wake up a sync thread that is waiting on an HttpClient POST and has waited past its
271 * the thread
309 Thread.sleep(POST_LOCK_TIMEOUT);
319 // If the thread is still hanging around and the same post is pending, let's try to
320 // stop the thread with an interrupt.
325 // Let the caller know we had to interrupt the thread
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 135 new Thread() {
141 // Save the looper so that we can terminate this thread
167 * Terminates the message looper thread.
175 // the method. So we need to join the looper thread here.
444 Thread.sleep(1000);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 35 loadWordDisp(cUnit, r6SELF, offsetof(Thread, cardTable),
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 256 * A thread that runs in the background waiting for a Sco Server Socket to
260 private class IncomingScoAcceptThread extends Thread{
293 if (!Thread.interrupted() && isHeadsetConnected() &&
332 * A thread that runs in the background waiting for a Sco Socket to
333 * connect.Once the socket is connected, this thread shall be
336 private class ScoSocketConnectThread extends Thread{
365 if (!Thread.interrupted() && isHeadsetConnected() && mConnectedSco == null) {
401 // If this thread has been interrupted, it has been shutdown and
427 private class SignalScoCloseThread extends Thread{
451 // call a message to close this thread and turn off audi
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 817 ClassLoader saveCCL = Thread.currentThread().getContextClassLoader();
827 Thread.currentThread().setContextClassLoader(testClassLoader);
837 Thread.currentThread().setContextClassLoader(saveCCL);
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java 371 /* The thread and the sensor list are global to the process
372 * but the actual thread is spawned on demand */
437 Thread mThread;
453 Thread thread = new Thread(runnable, SensorThread.class.getName()); local
454 thread.start();
460 mThread = thread;
473 // it's held in the main thread at least until we
480 //Log.d(TAG, "entering main sensor thread");
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 253 // GpsLocationProvider's handler thread
254 private final Thread mThread;
257 // Used to signal when our main thread has initialized everything
454 Thread.currentThread().interrupt();
460 // register our receiver on our thread rather than the main thread
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 173 private Thread mPlayingThread;
251 * called once, when the application is initializing, from the UI thread.
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 495 Thread.sleep(duration + TOLERANCE);
  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 607 class ListenerThread extends Thread {
628 // Save the looper so that we can terminate this thread
686 // Terminates the listener looper thread.
EqualizerTest.java 509 class ListenerThread extends Thread {
530 // Save the looper so that we can terminate this thread
588 // Terminates the listener looper thread.
  /cts/tests/tests/os/src/android/os/cts/
MessageTest.java 362 Thread.sleep(time);
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 23 * Thread that are skipped during whole-method invocation (specified below),
33 * Thread:
87 /* thread->method = method */
89 /* thread->interpSave.curFrame = current FP */
90 storeWordDisp(cUnit, r6SELF, offsetof(Thread, interpSave.curFrame), r5FP);
91 /* thread->methodClassDex = pDvmDex */
  /dalvik/vm/mterp/armv5te/
footer.S 17 .global dvmJitResumeTranslation @ (Thread* self, u4* dFP)
99 .global dvmJitResumeTranslation @ (Thread* self, u4* dFP)
383 SAVE_PC_FP_TO_SELF() @ copy of pc/fp to Thread
405 mov r2,rSELF @ r2<- self (Thread) pointer
446 * State registers will be saved to the "thread" area before bailing
450 SAVE_PC_FP_TO_SELF() @ export state to "thread"
666 ldr r9, [rSELF, #offThread_jniLocal_topCookie]@r9<-thread->localRef->...
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 448 Thread.sleep(250);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 449 Thread.sleep(250);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 505 clazz2 = Thread.class;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ServiceLoaderTest.java 351 // can not load by Thread.currentThread().getContextClassLoader()
352 serviceLoader = ServiceLoader.load(Service.class, Thread
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 24 // asynchronously on the worker thread.
77 // A ScopedAllowIO object is required to join the thread when calling Stop.
78 // The worker thread should be idle at this time.
103 // so best not to do it on the caller's thread.
246 thread_.reset(new base::Thread("AudioMixerAlsa"));
262 // We can block; make sure that we're not on the UI thread.
392 // This happens during init, so set the volume off the UI thread.

Completed in 2054 milliseconds

<<41424344454647484950>>