Home
last modified time | relevance | path

Searched refs:parentModule (Results 1 – 18 of 18) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DBindsDependsOnSubcomponentValidationTest.java49 JavaFileObject parentModule = in testBinds() local
100 .compile(parentComponent, parentModule, childComponent, childModule, iface, impl); in testBinds()
122 JavaFileObject parentModule = in testSetBindings() local
175 .compile(parentComponent, parentModule, childComponent, childModule, iface, impl); in testSetBindings()
197 JavaFileObject parentModule = in testSetValueBindings() local
255 .compile(parentComponent, parentModule, childComponent, childModule, iface, impl); in testSetValueBindings()
277 JavaFileObject parentModule = in testMapBindings() local
332 .compile(parentComponent, parentModule, childComponent, childModule, iface, impl); in testMapBindings()
DOptionalBindingTest.java46 JavaFileObject parentModule = in provideExplicitOptionalInParent_AndBindsOptionalOfInChild() local
89 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in provideExplicitOptionalInParent_AndBindsOptionalOfInChild()
DMultibindingTest.java207 JavaFileObject parentModule = in provideExplicitSetInParent_AndMultibindingContributionInChild() local
255 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in provideExplicitSetInParent_AndMultibindingContributionInChild()
DMissingBindingValidationTest.java501 JavaFileObject parentModule = in bindingUsedOnlyInSubcomponentDependsOnBindingOnlyInSubcomponent() local
536 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in bindingUsedOnlyInSubcomponentDependsOnBindingOnlyInSubcomponent()
576 JavaFileObject parentModule = in multibindingContributionBetweenAncestorComponentAndEntrypointComponent() local
612 daggerCompiler().compile(parent, parentModule, child, childModule, grandchild); in multibindingContributionBetweenAncestorComponentAndEntrypointComponent()
DSetBindingRequestFulfillmentTest.java231 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local
311 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
DComponentRequirementFieldTest.java292 JavaFileObject parentModule = in componentRequirementNeededInFactoryCreationOfSubcomponent() local
425 .compile(parentModule, childModule, component, subcomponent); in componentRequirementNeededInFactoryCreationOfSubcomponent()
DMapBindingExpressionTest.java306 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local
355 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
DSetBindingRequestFulfillmentWithGuavaTest.java240 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local
286 compilerWithOptions(compilerMode.javacopts()).compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
DComponentHierarchyValidationTest.java86 JavaFileObject parentModule = in productionComponents_productionScopeImplicitOnBoth() local
124 daggerCompiler().compile(component, subcomponent, parentModule, childModule); in productionComponents_productionScopeImplicitOnBoth()
DMapBindingExpressionWithGuavaTest.java433 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local
482 compilerWithOptions(compilerMode.javacopts()).compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
DDuplicateBindingsValidationTest.java1046 JavaFileObject parentModule = in reportedInParentAndChild() local
1091 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in reportedInParentAndChild()
DScopingValidationTest.java115 JavaFileObject parentModule = in bindsWithChildScope_inParentModule_notAllowed() local
156 daggerCompiler().compile(childScope, foo, fooImpl, parentModule, parent, child); in bindsWithChildScope_inParentModule_notAllowed()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToLLVM.cpp60 ModuleOp parentModule = op->getParentOfType<ModuleOp>(); in matchAndRewrite() local
63 auto printfRef = getOrInsertPrintf(rewriter, parentModule); in matchAndRewrite()
65 loc, rewriter, "frmt_spec", StringRef("%f \0", 4), parentModule); in matchAndRewrite()
67 loc, rewriter, "nl", StringRef("\n\0", 2), parentModule); in matchAndRewrite()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToLLVM.cpp60 ModuleOp parentModule = op->getParentOfType<ModuleOp>(); in matchAndRewrite() local
63 auto printfRef = getOrInsertPrintf(rewriter, parentModule); in matchAndRewrite()
65 loc, rewriter, "frmt_spec", StringRef("%f \0", 4), parentModule); in matchAndRewrite()
67 loc, rewriter, "nl", StringRef("\n\0", 2), parentModule); in matchAndRewrite()
/external/testng/src/main/java/org/testng/internal/
DClassImpl.java157 Class<Module> parentModule = (Class<Module>) ClassHelper.forName(suite.getParentModule()); in getParentInjector() local
158 if (parentModule == null) { in getParentInjector()
159 throw new TestNGException("Cannot load parent Guice module class: " + parentModule); in getParentInjector()
161 Module module = newModule(parentModule); in getParentInjector()
/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java168 String parentModule = attributes.getValue("parent-module"); in xmlSuite() local
169 if (parentModule != null) { in xmlSuite()
170 m_currentSuite.setParentModule(parentModule); in xmlSuite()
DXmlSuite.java208 public void setParentModule(String parentModule) { in setParentModule() argument
209 m_parentModule = parentModule; in setParentModule()
/external/kotlinc/lib/
Dkotlin-main-kts.jarMETA-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...