Home
last modified time | relevance | path

Searched refs:testModule (Results 1 – 11 of 11) sorted by relevance

/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderMethodsModuleTest.java133 TestModule testModule = new TestModule(); in testWithScope() local
134 Injector injector = Guice.createInjector(testModule); in testWithScope()
139 testModule.setNextIntToReturn(120); in testWithScope()
146 TestModule testModule = new TestModule(); in testWithAnnotation() local
147 Injector injector = Guice.createInjector(testModule); in testWithAnnotation()
154 TestModule testModule = new TestModule(); in testWithInjectedParameters() local
155 Injector injector = Guice.createInjector(testModule); in testWithInjectedParameters()
163 TestModule testModule = new TestModule(); in testWithThrownException() local
164 Injector injector = Guice.createInjector(testModule); in testWithThrownException()
178 TestModule testModule = new TestModule(); in testExposedMethod() local
[all …]
/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java171 private Module testModule; field in BytecodeGenTest
181 testModule = new AbstractModule() { in setUp()
211 Object testObject = Guice.createInjector(interceptorModule, testModule) in testProxyClassLoading()
234 Object testObject = Guice.createInjector(interceptorModule, testModule) in testProxyClassUnloading()
/external/guice/core/test/com/google/inject/
DImplicitBindingTest.java237 final Module testModule = new AbstractModule() { in testInstancesRequestingProvidersForThemselvesWithChildInjectors() local
246 Injector parentSetupRootInjector = Guice.createInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
255 Injector childSetupChildInjector = childSetupRootInjector.createChildInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
/external/libxml2/
D.gitignore92 testModule
DMakefile.am15 testReader testapi testModule runtest runsuite testchar \ program
168 testModule_SOURCES=testModule.c
1156 ModuleTests: testModule$(EXEEXT) testdso.la
1158 @(./testModule$(EXEEXT))
DChangeLog825 * 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/dagger2/compiler/src/test/java/dagger/internal/codegen/
DComponentProcessorTest.java554 JavaFileObject testModule = JavaFileObjects.forSourceLines("test.TestModule", in transitiveModuleDeps() local
696 testModule, in transitiveModuleDeps()
/external/libxml2/win32/
DMakefile.bcb223 $(BINDIR)\testModule.exe\
DMakefile.mingw220 $(BINDIR)/testModule.exe\
DMakefile.msvc258 $(BINDIR)\testModule.exe\
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Ddescriptor_test.py490 def testModule(self): member in DescribeTest