HomeSort by relevance Sort by last modified time
    Searched defs:Thread (Results 401 - 425 of 456) sorted by null

<<111213141516171819

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 712 // On another thread, begin a transaction there. This causes contention
713 // for use of the database. When the main thread yields, the second thread
715 // committed by the main thread when it yielded.
717 Thread t = new Thread() {
720 s.release(); // let main thread continue
732 // Wait for thread to try to begin its transaction.
734 Thread.sleep(500);
740 // Since we reacquired the transaction, the other thread must have finishe
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 462 Thread.sleep(100);
489 Thread.sleep(WAIT_MSEC);
519 Thread.sleep(WAIT_MSEC);
524 Thread.sleep(WAIT_MSEC);
554 Thread.sleep(100);
583 Thread.sleep(100);
600 Thread.sleep(100);
    [all...]
  /frameworks/base/media/java/android/media/
AudioTrack.java 330 * Looper associated with the thread that creates the AudioTrack instance.
    [all...]
MediaPlayer.java 576 * MediaPlayer objects on a thread with its own Looper running (main UI
577 * thread by default has a Looper running).
2678 final HandlerThread thread = new HandlerThread("SetSubtitleAnchorThread"); local
2786 final HandlerThread thread = new HandlerThread("SubtitleReadThread", local
3020 final HandlerThread thread = new HandlerThread( local
    [all...]
MediaPlayer2Impl.java 2118 final HandlerThread thread = new HandlerThread("SetSubtitleAnchorThread"); local
2223 final HandlerThread thread = new HandlerThread("SubtitleReadThread", local
2460 final HandlerThread thread = new HandlerThread( local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java 83 * thread is ever running at a time.
116 * kernel data structures. Accessing this variable is not thread safe, so it is only read or
312 * <p>This class is not thread-safe, and expects that that users of this class will ensure
313 * synchronization and thread safety by holding the IpSecService.this instance lock.
436 * This class is not thread-safe, and expects that that users of this class will ensure
437 * synchronization and thread safety by holding the IpSecService.this instance lock.
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 617 new Thread() {
635 new Thread() {
712 new Thread() {
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 82 * thread-safe, retrieval operations do <em>not</em> entail locking,
86 * thread safety but not on its synchronization details.
101 * However, iterators are designed to be used by only one thread at a time.
371 * threshold (nominally, 0.75, but see below). Any thread
373 * initiating thread allocates and sets up the replacement array.
389 * any reader thread that may be in the midst of concurrently
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 259 // Not thread-safe. Only use in synchronized context
297 /* Purging data requires file io, don't block the main thread. This is probably
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 189 // Test that validates that Views can be constructed on a thread that
198 new Thread() {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 200 DWORD64 Thread;
216 DWORD Thread;
228 p64->Thread = p32->Thread;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 184 DWORD64 Thread;
203 DWORD Thread;
218 p64->Thread = p32->Thread;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wdm.h 1007 struct _KTHREAD *Thread;
1075 struct _KTHREAD *Thread;
    [all...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 1381 milliseconds

<<111213141516171819