Home
last modified time | relevance | path

Searched defs:grandchild (Results 1 – 11 of 11) sorted by relevance

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentWithBoundExecutorTest.java71 GrandchildComponent grandchild = child.newGrandchildComponentBuilder().build(); in topLevelComponent_grandchild() local
80 GrandchildComponentWithoutBuilder grandchild = child.newGrandchildComponent(); in topLevelComponent_grandchildWithoutBuilder() local
97 GrandchildComponent grandchild = child.newGrandchildComponentBuilder().build(); in topLevelProductionComponent_grandchild() local
106 GrandchildComponentWithoutBuilder grandchild = child.newGrandchildComponent(); in topLevelProductionComponent_grandchildWithoutBuilder() local
/external/dagger2/javatests/dagger/functional/builder/
DBuilderTest.java236 Grandchild grandchild = in requireSubcomponentBuilderProviders() local
257 Grandchild grandchild = in requireSubcomponentBuilders() local
/external/dagger2/javatests/dagger/internal/codegen/
DDependencyCycleValidationTest.java397 JavaFileObject grandchild = in cyclicDependencyInSubcomponents() local
480 JavaFileObject grandchild = in cyclicDependencyInSubcomponentsWithChildren() local
DMissingBindingValidationTest.java566 JavaFileObject grandchild = in multibindingContributionBetweenAncestorComponentAndEntrypointComponent() local
/external/dagger2/javatests/dagger/functional/subcomponent/
DMultibindingSubcomponents.java230 Grandchild grandchild(); in grandchild() method
238 Grandchild grandchild(); in grandchild() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DParentCancellationTest.kt139 val grandchild = launch(handler) { in <lambda>() constant
/external/guice/core/test/com/google/inject/
DJitBindingsTest.java379 Injector grandchild = in testChildInjectorInheritsOption() local
433 Injector grandchild = in testChildInjectorAddsOption() local
DParentInjectorTest.java97 Injector grandchild = child.createChildInjector(); in testJustInTimeBindingsAreSharedWithParentIfPossible() local
/external/llvm-project/lldb/test/API/lang/c/anonymous/
Dmain.c19 } grandchild; member
/external/iputils/ninfod/
Dninfod_core.c458 pid_t grandchild = fork(); in ni_send_fork() local
/external/webrtc/stats/
Drtc_stats_unittest.cc193 RTCGrandChildStats grandchild("grandchildId", 42); in TEST() local