/external/dagger2/javatests/dagger/internal/codegen/ |
D | BindsDependsOnSubcomponentValidationTest.java | 49 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()
|
D | OptionalBindingTest.java | 46 JavaFileObject parentModule = in provideExplicitOptionalInParent_AndBindsOptionalOfInChild() local 89 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in provideExplicitOptionalInParent_AndBindsOptionalOfInChild()
|
D | MultibindingTest.java | 207 JavaFileObject parentModule = in provideExplicitSetInParent_AndMultibindingContributionInChild() local 255 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in provideExplicitSetInParent_AndMultibindingContributionInChild()
|
D | MissingBindingValidationTest.java | 501 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()
|
D | SetBindingRequestFulfillmentTest.java | 231 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local 311 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
|
D | ComponentRequirementFieldTest.java | 292 JavaFileObject parentModule = in componentRequirementNeededInFactoryCreationOfSubcomponent() local 425 .compile(parentModule, childModule, component, subcomponent); in componentRequirementNeededInFactoryCreationOfSubcomponent()
|
D | MapBindingExpressionTest.java | 306 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local 355 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
|
D | SetBindingRequestFulfillmentWithGuavaTest.java | 240 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local 286 compilerWithOptions(compilerMode.javacopts()).compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
|
D | ComponentHierarchyValidationTest.java | 86 JavaFileObject parentModule = in productionComponents_productionScopeImplicitOnBoth() local 124 daggerCompiler().compile(component, subcomponent, parentModule, childModule); in productionComponents_productionScopeImplicitOnBoth()
|
D | MapBindingExpressionWithGuavaTest.java | 433 JavaFileObject parentModule = in subcomponentOmitsInheritedBindings() local 482 compilerWithOptions(compilerMode.javacopts()).compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
|
D | DuplicateBindingsValidationTest.java | 1046 JavaFileObject parentModule = in reportedInParentAndChild() local 1091 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in reportedInParentAndChild()
|
D | ScopingValidationTest.java | 115 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/ |
D | LowerToLLVM.cpp | 60 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/ |
D | LowerToLLVM.cpp | 60 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/ |
D | ClassImpl.java | 157 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/ |
D | TestNGContentHandler.java | 168 String parentModule = attributes.getValue("parent-module"); in xmlSuite() local 169 if (parentModule != null) { in xmlSuite() 170 m_currentSuite.setParentModule(parentModule); in xmlSuite()
|
D | XmlSuite.java | 208 public void setParentModule(String parentModule) { in setParentModule() argument 209 m_parentModule = parentModule; in setParentModule()
|
/external/kotlinc/lib/ |
D | kotlin-main-kts.jar | META-INF/
META-INF/MANIFEST.MF
DebugProbesKt.bin
META-INF/LICENSE
... |