Home
last modified time | relevance | path

Searched defs:testScope (Results 1 – 15 of 15) sorted by relevance

/external/dagger2/javatests/dagger/functional/kotlinsrc/scope/
DScopeTest.kt27 fun testScope() { in testScope() method in dagger.functional.kotlinsrc.scope.ScopeTest
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestBuildersDeprecated.kt172 val testScope = TestBodyCoroutine(createTestCoroutineScope(context + RunningInRunTest)) in runBlockingTest() constant
210 private val testScope: TestCoroutineScope, in runTest() constant in kotlinx.coroutines.test.TestBodyCoroutine
/external/dagger2/javatests/dagger/functional/scope/
DScopeTest.java29 public void testScope() { in testScope() method in ScopeTest
/external/jetpack-camera-app/domain/camera/src/test/java/com/google/jetpackcamera/domain/camera/test/
DFakeCameraUseCaseTest.kt39 private val testScope = TestScope() constant in com.google.jetpackcamera.domain.camera.test.FakeCameraUseCaseTest
/external/jetpack-camera-app/feature/preview/src/test/java/com/google/jetpackcamera/feature/preview/
DScreenFlashTest.kt40 private val testScope = TestScope() constant in com.google.jetpackcamera.feature.preview.ScreenFlashTest
/external/jetpack-camera-app/feature/preview/src/test/java/com/google/jetpackcamera/feature/preview/ui/
DScreenFlashComponentsKtTest.kt53 private val testScope = TestScope() constant in com.google.jetpackcamera.feature.preview.ui.ScreenFlashComponentsKtTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutineScopeTest.kt15 fun testScope() = runTest { in <lambda>() method
DCancelledParentAttachTest.kt104 private suspend inline fun testScope(crossinline block: suspend () -> Unit) { in testScope() method in kotlinx.coroutines.CancelledParentAttachTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreadLocalTest.kt214 fun testScope() = runTest { in <lambda>() method in kotlinx.coroutines.ThreadLocalTest
/external/dagger2/javatests/dagger/internal/codegen/
DComponentHierarchyValidationTest.java247 Source testScope = in repeatedModulesWithScopes() local
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderMethodsModuleTest.java50 private final TestScope testScope = new TestScope(); field in CheckedProviderMethodsModuleTest
DThrowingProviderTest.java66 private final TestScope testScope = new TestScope(); field in ThrowingProviderTest
DCheckedProviderTest.java85 private final TestScope testScope = new TestScope(); field in CheckedProviderTest
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib_test.py176 def testScope(self): member in TestStrategyTest
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Drnn_cell_test.py343 def testScope(self): member in RNNTest