Home
last modified time | relevance | path

Searched refs:testStress (Results 1 – 21 of 21) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DSharingStressTest.kt31 testStress(0, started = SharingStarted.Lazily) in <lambda>()
35 testStress(0, started = SharingStarted.WhileSubscribed()) in <lambda>()
39 testStress(0, started = SharingStarted.WhileSubscribed(stopTimeoutMillis = 50L)) in <lambda>()
43 testStress(100, started = SharingStarted.WhileSubscribed()) in <lambda>()
47 testStress(100, started = SharingStarted.WhileSubscribed(replayExpirationMillis = 0L)) in <lambda>()
51 testStress(100, started = SharingStarted.WhileSubscribed(stopTimeoutMillis = 50L)) in <lambda>()
55 testStress(1, started = SharingStarted.Lazily) in <lambda>()
59 testStress(1, started = SharingStarted.WhileSubscribed()) in <lambda>()
63 testStress(1, started = SharingStarted.WhileSubscribed(replayExpirationMillis = 0L)) in <lambda>()
65 private fun testStress(replay: Int, started: SharingStarted) = runTest { in <lambda>() method
DSharedFlowStressTest.kt34 testStress(1, 0) in <lambda>()
38 testStress(1, 1) in <lambda>()
42 testStress(2, 1) in <lambda>()
44 private fun testStress(replay: Int, extraBufferCapacity: Int) = runTest { in <lambda>() method in kotlinx.coroutines.flow.SharedFlowStressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DSendReceiveStressTest.kt17 testStress(Channel(2)) in <lambda>()
22 testStress(Channel(Channel.UNLIMITED)) in <lambda>()
27 testStress(Channel(Channel.RENDEZVOUS)) in testRendezvousChannel()
30 private suspend fun testStress(channel: Channel<Int>) = coroutineScope { in <lambda>() method in kotlinx.coroutines.channels.SendReceiveStressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DRandevouzChannelStressTest.kt13 fun testStress() = runTest { in <lambda>() method
DSendReceiveJvmStressTest.kt28 fun testStress() = runTest { in <lambda>() method in kotlinx.coroutines.channels.SendReceiveJvmStressTest
DArrayChannelStressTest.kt22 fun testStress() = runTest { in <lambda>() method in kotlinx.coroutines.channels.ArrayChannelStressTest
DBroadcastChannelSubStressTest.kt36 fun testStress() = runBlocking { in <lambda>() method
DChannelCancelUndeliveredElementStressTest.kt31 fun testStress() = runTest { in <lambda>() method
DTickerChannelCommonTest.kt140 fun testStress() = runTest { in <lambda>() method
DBroadcastChannelMultiReceiveStressTest.kt45 fun testStress() = runBlocking { in <lambda>() method
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.h69 void testStress();
Ddtifmtts.cpp54 TESTCASE(5, testStress); in runIndexedTest()
1526 void DateIntervalFormatTest::testStress() { in testStress() function in DateIntervalFormatTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DRunInterruptibleStressTest.kt23 fun testStress() = runTest { in <lambda>() method
DCancellableContinuationResumeCloseStressTest.kt26 fun testStress() = runTest { in <lambda>() method in kotlinx.coroutines.CancellableContinuationResumeCloseStressTest
DJobHandlersUpgradeStressTest.kt37 fun testStress() { in <lambda>() method in kotlinx.coroutines.JobHandlersUpgradeStressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectDeadlockStressTest.kt27 fun testStress() = runTest { in <lambda>() method in kotlinx.coroutines.selects.SelectDeadlockStressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/sync/
DMutexStressTest.kt13 fun testStress() = runBlocking(Dispatchers.Default) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListLongStressTest.kt33 fun testStress() { in <lambda>() method
DLockFreeLinkedListShortStressTest.kt36 fun testStress() { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListShortStressTest
DLockFreeTaskQueueStressTest.kt46 fun testStress() { in <lambda>() method
DLockFreeLinkedListAtomicLFStressTest.kt39 fun testStress() { in <lambda>() method