/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
D | CheckedProviderMethodsModuleTest.java | 131 TestModule testModule = new TestModule(); in testWithScope() local 132 Injector injector = Guice.createInjector(testModule); in testWithScope() 136 testModule.setNextIntToReturn(120); in testWithScope() 143 TestModule testModule = new TestModule(); in testWithAnnotation() local 144 Injector injector = Guice.createInjector(testModule); in testWithAnnotation() 151 TestModule testModule = new TestModule(); in testWithInjectedParameters() local 152 Injector injector = Guice.createInjector(testModule); in testWithInjectedParameters() 159 TestModule testModule = new TestModule(); in testWithThrownException() local 160 Injector injector = Guice.createInjector(testModule); in testWithThrownException() 173 TestModule testModule = new TestModule(); in testExposedMethod() local [all …]
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | MembersInjectionValidationTest.java | 289 Compilation compilation = daggerCompiler().compile(component, testModule); in memberInjectionForKotlinObjectFails() 309 Compilation compilation = daggerCompiler().compile(component, testModule); in setterMemberInjectionForKotlinObjectFails() 330 Compilation compilation = daggerCompiler().compile(component, testModule); in memberInjectionForKotlinClassWithCompanionObjectFails() 350 Compilation compilation = daggerCompiler().compile(component, testModule); in setterMemberInjectionForKotlinClassWithCompanionObjectFails() 372 Compilation compilation = daggerCompiler().compile(component, testModule); in memberInjectionForKotlinClassWithNamedCompanionObjectFails() 393 Compilation compilation = daggerCompiler().compile(component, testModule); in setterMemberInjectionForKotlinClassWithNamedCompanionObjectFails() 399 private final JavaFileObject testModule = field in MembersInjectionValidationTest
|
D | BindsInstanceValidationTest.java | 33 JavaFileObject testModule = in bindsInstanceInModule() local 45 Compilation compilation = daggerCompiler().compile(testModule); in bindsInstanceInModule()
|
D | ComponentValidationTest.java | 176 JavaFileObject testModule = in moduleInDependencies() local 197 Compilation compilation = daggerCompiler().compile(testModule, testComponent); in moduleInDependencies()
|
D | ComponentProcessorTest.java | 637 JavaFileObject testModule = JavaFileObjects.forSourceLines("test.TestModule", in transitiveModuleDeps() local 753 testModule, in transitiveModuleDeps() 2344 JavaFileObject testModule = in privateMethodUsedOnlyInChildDoesNotUseQualifiedThis() local 2386 Compilation compilation = daggerCompiler().compile(parent, testModule, child); in privateMethodUsedOnlyInChildDoesNotUseQualifiedThis() 2416 JavaFileObject testModule = in componentMethodInChildCallsComponentMethodInParent() local 2459 Compilation compilation = daggerCompiler().compile(supertype, parent, testModule, child); in componentMethodInChildCallsComponentMethodInParent()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
D | TestTreeWithType.java | 123 …SimpleModule testModule = new SimpleModule("MyModule", new Version(1, 0, 0, null, "TEST", "TEST")); in testIssue353() local 124 testModule.addDeserializer(SavedCookie.class, new SavedCookieDeserializer()); in testIssue353() 125 mapper.registerModule(testModule); in testIssue353()
|
/external/guice/core/test/com/googlecode/guice/ |
D | BytecodeGenTest.java | 163 private Module testModule; field in BytecodeGenTest 174 testModule = in setUp() 208 Guice.createInjector(interceptorModule, testModule).getInstance(proxyTestClass); in testProxyClassLoading() 236 Guice.createInjector(interceptorModule, testModule).getInstance(proxyTestClass); in testProxyClassUnloading()
|
/external/guice/core/test/com/google/inject/ |
D | ImplicitBindingTest.java | 271 final Module testModule = in testInstancesRequestingProvidersForThemselvesWithChildInjectors() local 280 Injector parentSetupRootInjector = Guice.createInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors() 291 Injector childSetupChildInjector = childSetupRootInjector.createChildInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
D | ArrayDeserializationTest.java | 579 SimpleModule testModule = new SimpleModule("test", Version.unknownVersion()); 580 … testModule.addDeserializer(NonDeserializable[].class, new CustomNonDeserArrayDeserializer()); 581 mapper.registerModule(testModule);
|
/external/libxml2/ |
D | .gitignore | 99 testModule
|
D | README.zOS | 54 - testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \ 55 + testModule$(EXEEXT) runtest$(EXEEXT) \
|
D | Makefile.am | 15 testReader testapi testModule runtest runsuite testchar \ program 164 testModule_SOURCES=testModule.c 1201 ModuleTests: testModule$(EXEEXT) testdso.la 1203 @(./testModule$(EXEEXT))
|
D | CMakeLists.txt | 563 testModule
|
D | ChangeLog | 825 * testModule.c: patch from Florent Guiliani to fix build on 4392 * testModule.c: removed mingw warnings 5208 * xmlmodule.c testModule.c include/libxml/xmlmodule.h: 5233 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
|
/external/libxml2/win32/ |
D | Makefile.mingw | 212 $(BINDIR)/testModule.exe\
|
D | Makefile.bcb | 217 $(BINDIR)\testModule.exe\
|
D | Makefile.msvc | 268 $(BINDIR)\testModule.exe\
|
/external/python/apitools/apitools/base/protorpclite/ |
D | descriptor_test.py | 418 def testModule(self): member in DescribeTest
|
/external/python/cpython3/Lib/test/ |
D | test_marshal.py | 464 def testModule(self): member in InstancingTestCase
|