/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/test/ |
D | SwingTest.kt | 48 fun testCancellation() : Job = launch(start = CoroutineStart.ATOMIC) { in <lambda>() method 79 component.testCancellation().join() in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | AwaitCancellationTest.kt | 12 fun testCancellation() = runTest(expected = { it is CancellationException }) { in testCancellation() method in kotlinx.coroutines.AwaitCancellationTest
|
D | DelayTest.kt | 15 fun testCancellation() = runTest(expected = {it is CancellationException }) { in testCancellation() method in kotlinx.coroutines.DelayTest
|
D | DelayDurationTest.kt | 18 fun testCancellation() = runTest(expected = { it is CancellationException }) { in testCancellation() method in kotlinx.coroutines.DelayDurationTest
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/internal/ |
D | FlowScopeTest.kt | 13 fun testCancellation() = runTest { in testCancellation() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | CombineStressTest.kt | 13 public fun testCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.flow.CombineStressTest
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | FlatMapMergeFastPathTest.kt | 78 fun testCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.flow.FlatMapMergeFastPathTest
|
D | FlatMapMergeTest.kt | 108 fun testCancellation() = runTest { in <lambda>() method
|
D | BufferTest.kt | 175 fun testCancellation() = runTest { in <lambda>() method
|
D | FlowOnTest.kt | 265 fun testCancellation() = runTest { in testCancellation() method in kotlinx.coroutines.flow.FlowOnTest
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | RunBlockingTest.kt | 72 fun testCancellation() = newFixedThreadPoolContext(2, "testCancellation").use { in testCancellation() method in kotlinx.coroutines.RunBlockingTest
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/ |
D | PublisherAsFlowTest.kt | 14 fun testCancellation() = runTest { in <lambda>() method in kotlinx.coroutines.jdk9.PublisherAsFlowTest
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/ |
D | ObservableAsFlowTest.kt | 19 fun testCancellation() = runTest { in testCancellation() method
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/ |
D | ObservableAsFlowTest.kt | 19 fun testCancellation() = runTest { in testCancellation() method
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
D | PublisherAsFlowTest.kt | 15 fun testCancellation() = runTest { in <lambda>() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | WithContextExceptionHandlingTest.kt | 25 fun testCancellation() = runTest { in <lambda>() method
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | reduce_test.py | 241 def testCancellation(self): member in ReduceTest
|
/external/tensorflow/tensorflow/python/distribute/coordinator/ |
D | cluster_coordinator_test.py | 861 def testCancellation(self): member in ErrorReportingTest
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | data_service_ops_test.py | 763 def testCancellation(self): member in DataServiceOpsTest
|