Home
last modified time | relevance | path

Searched defs:testThread (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/source/
H A DConcatenatingMediaSourceTest.java410 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 DConcatenatingMediaSourceTest.java410 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 DRunnableFutureTaskTest.java43 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 DRunnableFutureTaskTest.java43 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 DBackupAgentConnectionManagerTest.java160 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 DCoroutinesTimeoutImpl.kt27 val testThread = Thread(testResult, "Timeout test thread").apply { isDaemon = true } in runWithTimeoutDumpingCoroutines() constant
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/
DNfcWatchdog.java72 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 DJobDisposeStressTest.kt23 private fun testThread(name: String, block: () -> Unit): Thread = in <lambda>() method
H A DEventLoopsTest.kt91 val testThread = Thread.currentThread() in <lambda>() constant
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsSocketClientTests.java261 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 DEventDebuggee.java62 SimpleThread testThread = new SimpleThread(); in run() local
/aosp_15_r20/external/robolectric/junit/src/main/java/org/robolectric/internal/
H A DTimeLimitedStatement.java23 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 DEventDebuggee.java62 SimpleThread testThread = new SimpleThread(); in run() local
/aosp_15_r20/art/test/054-uncaught/src/
H A DMain.java29 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 DTestExceptionDeferrer.kt25 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 DInlineExecutorServiceTest.java30 final Thread testThread = Thread.currentThread(); in executionRunsInBackgroundThread() local
H A DPausedExecutorServiceTest.java31 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 DInvokeMethodWithSuspensionDebuggee.java36 private static Thread testThread = null; field in InvokeMethodWithSuspensionDebuggee
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/logger/
DInvocationMetricLoggerTest.java60 Thread testThread = new Thread(testGroup, runnable); in logMetric() local
DTfObjectTrackerTest.java99 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 DDownloadServiceDashTest.java75 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 DDownloadServiceDashTest.java75 private DummyMainThread testThread; field in DownloadServiceDashTest
H A DDownloadManagerDashTest.java74 private DummyMainThread testThread; field in DownloadManagerDashTest
/aosp_15_r20/cts/hostsidetests/jvmti/allocation-tracking/app/src/android/jvmti/cts/
H A DJvmtiTrackingTest.java119 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 DTest904.java102 private static Thread testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() method in Test904

123