Home
last modified time | relevance | path

Searched refs:testCancellation (Results 1 – 19 of 19) sorted by relevance

/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/test/
DSwingTest.kt48 fun testCancellation() : Job = launch(start = CoroutineStart.ATOMIC) { in <lambda>() method
79 component.testCancellation().join() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DAwaitCancellationTest.kt12 fun testCancellation() = runTest(expected = { it is CancellationException }) { in testCancellation() method in kotlinx.coroutines.AwaitCancellationTest
DDelayTest.kt15 fun testCancellation() = runTest(expected = {it is CancellationException }) { in testCancellation() method in kotlinx.coroutines.DelayTest
DDelayDurationTest.kt18 fun testCancellation() = runTest(expected = { it is CancellationException }) { in testCancellation() method in kotlinx.coroutines.DelayDurationTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/internal/
DFlowScopeTest.kt13 fun testCancellation() = runTest { in testCancellation() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DCombineStressTest.kt13 public fun testCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.flow.CombineStressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DFlatMapMergeFastPathTest.kt78 fun testCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.flow.FlatMapMergeFastPathTest
DFlatMapMergeTest.kt108 fun testCancellation() = runTest { in <lambda>() method
DBufferTest.kt175 fun testCancellation() = runTest { in <lambda>() method
DFlowOnTest.kt265 fun testCancellation() = runTest { in testCancellation() method in kotlinx.coroutines.flow.FlowOnTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DRunBlockingTest.kt72 fun testCancellation() = newFixedThreadPoolContext(2, "testCancellation").use { in testCancellation() method in kotlinx.coroutines.RunBlockingTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
DPublisherAsFlowTest.kt14 fun testCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.jdk9.PublisherAsFlowTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DObservableAsFlowTest.kt19 fun testCancellation() = runTest { in testCancellation() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DObservableAsFlowTest.kt19 fun testCancellation() = runTest { in testCancellation() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherAsFlowTest.kt15 fun testCancellation() = runTest { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DWithContextExceptionHandlingTest.kt25 fun testCancellation() = runTest { in <lambda>() method
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dreduce_test.py241 def testCancellation(self): member in ReduceTest
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator_test.py861 def testCancellation(self): member in ErrorReportingTest
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Ddata_service_ops_test.py763 def testCancellation(self): member in DataServiceOpsTest