Searched defs:TestJob (Results 1 – 3 of 3) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ | ||
| D | JobDisposeStressTest.kt | 79 private class TestJob : JobSupport(active = true) in <lambda>() class |
| /external/cronet/net/base/ | ||
| D | prioritized_dispatcher_unittest.cc | 36 class TestJob : public PrioritizedDispatcher::Job { class in net::__anone1cd732d0111::PrioritizedDispatcherTest |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/ | ||
| D | SharedFlowScenarioTest.kt | 263 private data class TestJob(val job: Job, val name: String) { in <lambda>() dataClass |