/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/source/ |
H A D | ConcatenatingMediaSourceTest.java | 410 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddSingle() local 427 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddMultiple() local 444 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddSingleWithIndex() local 462 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddMultipleWithIndex() local 480 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationRemove() local 497 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationMove() local 516 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddSingle() local 533 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddMultiple() local 553 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddSingleWithIndex() local 573 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddMultipleWithIndex() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/source/ |
H A D | ConcatenatingMediaSourceTest.java | 410 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddSingle() local 427 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddMultiple() local 444 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddSingleWithIndex() local 462 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationAddMultipleWithIndex() local 480 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationRemove() local 497 DummyMainThread testThread = new DummyMainThread(); in customCallbackBeforePreparationMove() local 516 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddSingle() local 533 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddMultiple() local 553 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddSingleWithIndex() local 573 DummyMainThread testThread = new DummyMainThread(); in customCallbackAfterPreparationAddMultipleWithIndex() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/util/ |
H A D | RunnableFutureTaskTest.java | 43 Thread testThread = in blockUntilStarted_ifNotStarted_blocks() local 72 Thread testThread = new Thread(task); in blockUntilStarted_ifStarted_unblocks() local 140 Thread testThread = new Thread(task); in blockUntilFinished_ifFinished_unblocks() local 215 Thread testThread = new Thread(task); in get_returnsResult() local 234 Thread testThread = new Thread(task); in get_throwsExecutionException_containsIOException() local 254 Thread testThread = new Thread(task); in get_throwsExecutionException_containsRuntimeException() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/util/ |
H A D | RunnableFutureTaskTest.java | 43 Thread testThread = in blockUntilStarted_ifNotStarted_blocks() local 72 Thread testThread = new Thread(task); in blockUntilStarted_ifStarted_unblocks() local 140 Thread testThread = new Thread(task); in blockUntilFinished_ifFinished_unblocks() local 215 Thread testThread = new Thread(task); in get_returnsResult() local 234 Thread testThread = new Thread(task); in get_throwsExecutionException_containsIOException() local 254 Thread testThread = new Thread(task); in get_throwsExecutionException_containsRuntimeException() local
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/ |
H A D | BackupAgentConnectionManagerTest.java | 160 Thread testThread = new Thread(() -> setBackupAgentResult( in bindToAgentSynchronous_agentDisconnectedCalled_returnsNullAndClearsPendingBackups() local 194 Thread testThread = new Thread(() -> setBackupAgentResult( in bindToAgentSynchronous_unexpectedAgentConnected_doesNotReturnWrongAgent() local 462 Thread testThread = new Thread(() -> setBackupAgentResult( in bindAndConnectToTestAppAgent() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/ |
H A D | CoroutinesTimeoutImpl.kt | 27 val testThread = Thread(testResult, "Timeout test thread").apply { isDaemon = true } in runWithTimeoutDumpingCoroutines() constant
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcWatchdog.java | 72 Thread testThread = new TestThread(); in monitor() local 98 MonitorThread(@NonNull Thread testThread) { in MonitorThread()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
H A D | JobDisposeStressTest.kt | 23 private fun testThread(name: String, block: () -> Unit): Thread = in <lambda>() method
|
H A D | EventLoopsTest.kt | 91 val testThread = Thread.currentThread() in <lambda>() constant
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsSocketClientTests.java | 261 Thread testThread = in testSendPackets_useSeparateSocketForUnicast() local 314 Thread testThread = in testSendPackets_useSameSocketForMulticastAndUnicast() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
H A D | EventDebuggee.java | 62 SimpleThread testThread = new SimpleThread(); in run() local
|
/aosp_15_r20/external/robolectric/junit/src/main/java/org/robolectric/internal/ |
H A D | TimeLimitedStatement.java | 23 Thread testThread = Thread.currentThread(); in evaluate() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
H A D | EventDebuggee.java | 62 SimpleThread testThread = new SimpleThread(); in run() local
|
/aosp_15_r20/art/test/054-uncaught/src/ |
H A D | Main.java | 29 private static void testThread(int which) { in testThread() method in Main
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/test/ |
H A D | TestExceptionDeferrer.kt | 25 class TestExceptionDeferrer(private val tag: String, private val testThread: Thread) { in <lambda>() constant in com.android.systemui.util.test.TestExceptionDeferrer
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/android/util/concurrent/ |
H A D | InlineExecutorServiceTest.java | 30 final Thread testThread = Thread.currentThread(); in executionRunsInBackgroundThread() local
|
H A D | PausedExecutorServiceTest.java | 31 final Thread testThread = Thread.currentThread(); in executionRunsInBackgroundThread() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
H A D | InvokeMethodWithSuspensionDebuggee.java | 36 private static Thread testThread = null; field in InvokeMethodWithSuspensionDebuggee
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/logger/ |
D | InvocationMetricLoggerTest.java | 60 Thread testThread = new Thread(testGroup, runnable); in logMetric() local
|
D | TfObjectTrackerTest.java | 99 Thread testThread = new Thread(testGroup, runnable); in logMetric() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/ |
H A D | DownloadServiceDashTest.java | 75 private DummyMainThread testThread; field in DownloadServiceDashTest
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/ |
H A D | DownloadServiceDashTest.java | 75 private DummyMainThread testThread; field in DownloadServiceDashTest
|
H A D | DownloadManagerDashTest.java | 74 private DummyMainThread testThread; field in DownloadManagerDashTest
|
/aosp_15_r20/cts/hostsidetests/jvmti/allocation-tracking/app/src/android/jvmti/cts/ |
H A D | JvmtiTrackingTest.java | 119 private static void testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() method in JvmtiTrackingTest
|
/aosp_15_r20/art/test/904-object-allocation/src/art/ |
H A D | Test904.java | 102 private static Thread testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() method in Test904
|