/external/guice/core/test/com/google/inject/ |
InjectorTest.java | 51 Injector injector = Guice.createInjector(Stage.TOOL); 60 Injector injector = Guice.createInjector(new AbstractModule() { 94 return Guice.createInjector(new AbstractModule() { 114 Injector injector = Guice.createInjector(new AbstractModule() { 125 Injector injector = Guice.createInjector(); 206 Guice.createInjector(new AbstractModule() { 220 Guice.createInjector(new AbstractModule() { 251 Injector injector = Guice.createInjector(new AbstractModule() { 279 Injector injector = Guice.createInjector(new AbstractModule() { 307 Guice.createInjector(new AbstractModule() [all...] |
MembersInjectorTest.java | 54 Guice.createInjector(new AbstractModule() { 99 Injector injector = Guice.createInjector(new AbstractModule() { 127 Injector injector = Guice.createInjector(); 137 Injector injector = Guice.createInjector(); 152 Injector injector = Guice.createInjector(); 159 InjectsMembersInjector injectsMembersInjector = Guice.createInjector(new AbstractModule() { 173 Guice.createInjector(new AbstractModule() { 181 "1) Binding to core guice framework type is not allowed: MembersInjector."); 185 Guice.createInjector(new AbstractModule() { 194 "1) Binding to core guice framework type is not allowed: MembersInjector.") [all...] |
ProvisionExceptionTest.java | 42 Guice.createInjector().getInstance(A.class); 54 * There's a pass-through of user code in the scope. We want exceptions thrown by Guice to be 59 Guice.createInjector(new AbstractModule() { 77 Guice.createInjector().getInstance(E.class); 88 Guice.createInjector(new AbstractModule() { 108 Guice.createInjector().getInstance(F.class); 118 Guice.createInjector(new AbstractModule() { 133 Guice.createInjector(new AbstractModule() { 148 Guice.createInjector().getInstance(A.class); 167 Guice.createInjector().getInstance(G.class) [all...] |
ParentInjectorTest.java | 42 Injector parent = Guice.createInjector(bindsA); 54 Injector parent = Guice.createInjector(); 70 Injector parent = Guice.createInjector(); 82 Injector parent = Guice.createInjector(); 94 Injector parent = Guice.createInjector(bindsB); 100 Injector top = Guice.createInjector(bindsA); 109 Injector parent = Guice.createInjector(); 119 Injector parent = Guice.createInjector(new AbstractModule() { 141 Injector parent = Guice.createInjector(new AbstractModule() { 159 Injector parent = Guice.createInjector(bindListConverterModule) [all...] |
/external/guice/extensions/dagger-adapter/test/com/google/inject/daggeradapter/ |
DaggerAdapterTest.java | 23 import com.google.inject.Guice; 49 Injector i = Guice.createInjector(DaggerAdapter.from(new SimpleDaggerModule())); 61 Injector i = Guice.createInjector( 80 Injector i = Guice.createInjector( 94 Injector i = Guice.createInjector(
|
/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/ |
BoundFieldModuleTest.java | 25 import com.google.inject.Guice; 49 Guice.createInjector(module); 61 Injector injector = Guice.createInjector(module); 73 Injector injector = Guice.createInjector(module); 96 Injector injector = Guice.createInjector(module); 110 Injector injector = Guice.createInjector(module); 123 Injector injector = Guice.createInjector(module); 135 Injector injector = Guice.createInjector(module); 159 Guice.createInjector(module); 184 Injector injector = Guice.createInjector(module) [all...] |
/external/guice/core/test/com/googlecode/guice/ |
BytecodeGenTest.java | 17 package com.googlecode.guice; 23 import com.google.inject.Guice; 26 import com.googlecode.guice.PackageVisibilityTestModule.PublicUserOfPackagePrivate; 76 Injector injector = Guice.createInjector(new PackageVisibilityTestModule()); 81 Injector injector = Guice.createInjector(interceptorModule, new PackageVisibilityTestModule()); 86 Injector injector = Guice.createInjector(interceptorModule, new PackageVisibilityTestModule()); 150 * able to see private internal Guice classes, as they are also loaded 193 * Note: this class must be marked as public or protected so that the Guice 211 Object testObject = Guice.createInjector(interceptorModule, testModule) 220 ProxyTest testProxy = Guice.createInjector(interceptorModule, new Module() [all...] |
/external/guice/core/test/com/google/inject/spi/ |
ModuleAnnotatedMethodScannerTest.java | 31 import com.google.inject.Guice; 63 Injector injector = Guice.createInjector(module, NamedMunger.module()); 88 Injector injector = Guice.createInjector(module, NamedMunger.module()); 102 Injector injector = Guice.createInjector(module, NamedMunger.module()); 115 Guice.createInjector(module, NamedMunger.module()); 174 Guice.createInjector(new SomeModule(), FailingScanner.module()); 218 Injector parent = Guice.createInjector(NamedMunger.module()); 238 Injector parent = Guice.createInjector(); 249 Injector injector = Guice.createInjector(NamedMunger.module(), new PrivateModule() { 260 Injector injector = Guice.createInjector(NamedMunger.module(), new PrivateModule() [all...] |
HasDependenciesTest.java | 22 import com.google.inject.Guice; 41 Injector injector = Guice.createInjector(new AbstractModule() { 53 Injector injector = Guice.createInjector(new AbstractModule() { 65 Injector injector = Guice.createInjector(new AbstractModule() {
|
ProviderMethodsTest.java | 31 import com.google.inject.Guice; 73 Injector injector = Guice.createInjector(this); 151 // Injector injector = Guice.createInjector(new Module() { 202 Guice.createInjector(new AbstractModule() { 223 Injector injector = Guice.createInjector( 262 Injector injector = Guice.createInjector((Module) new AbstractModule() { 292 Injector injector = Guice.createInjector(installsSelf); 300 Injector injector = Guice.createInjector(new AbstractModule() { 336 Injector injector = Guice.createInjector(module); 362 Injector injector = Guice.createInjector(module) [all...] |
/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/ |
DaggerAdapter.java | 28 * {@link @dagger.Provides} methods can be properly invoked by Guice to perform their 32 * Guice.createInjector(...other modules..., DaggerAdapter.from(new SomeDaggerAdapter())); 37 * <li>Dagger provider methods have a "SET_VALUES" provision mode not supported by Guice. 40 * expected to be recreated on-demand with new Module instances), Guice typically 46 * <li>Dagger 2.x supports custom scope annotations, but for use in Guice, a custom scope 55 * Returns a guice module from a dagger module.
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-plexus/1.4.2/ |
sisu-inject-plexus-1.4.2.pom | 9 <artifactId>guice-plexus</artifactId>
39 <artifactId>guice-plexus-shim</artifactId>
66 META-INF.plexus,org.sonatype.guice.*,org.objectweb.asm
88 <shadedPattern>org.sonatype.guice</shadedPattern>
97 <include>org/sonatype/guice/plexus/**</include>
129 org/codehaus/plexus/**,org/sonatype/guice/plexus/**
|
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/ |
sisu-inject-plexus-1.4.2.pom | 9 <artifactId>guice-plexus</artifactId>
39 <artifactId>guice-plexus-shim</artifactId>
66 META-INF.plexus,org.sonatype.guice.*,org.objectweb.asm
88 <shadedPattern>org.sonatype.guice</shadedPattern>
97 <include>org/sonatype/guice/plexus/**</include>
129 org/codehaus/plexus/**,org/sonatype/guice/plexus/**
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
DefaultRootKeySetCreator.java | 20 import com.google.inject.Guice; 28 * Root key set creator that starts with all types that are not Guice internal types or the 40 if (key.getTypeLiteral().getRawType().getPackage() != Guice.class.getPackage()
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
InjectorGrapherDemo.java | 19 import com.google.inject.Guice; 38 Injector demoInjector = Guice.createInjector(Stage.DEVELOPMENT, 42 Injector injector = Guice.createInjector(new GraphvizModule());
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
FilterPipeline.java | 29 * An internal dispatcher for guice-servlet registered servlets and filters. 30 * By default, we assume a Guice 1.0 style servlet module is in play. In other 36 * after dispatching to Guice-injected filters and servlets continues to the web.xml
|
/external/guice/core/src/com/google/inject/ |
Injector.java | 28 * for each type and uses bindings to inject them. This is the core of Guice, although you rarely 41 * Injectors are created using the facade class {@link Guice}. 62 * <p>Whenever Guice creates an instance, it performs this injection automatically (after first 63 * performing constructor injection), so if you're able to let Guice create all your objects for 104 * <p>This method is part of the Guice SPI and is intended for use by tools and extensions. 117 * <p>This method is part of the Guice SPI and is intended for use by tools and extensions. 128 * <p>This method is part of the Guice SPI and is intended for use by tools and extensions. 139 * <p>This method is part of the Guice SPI and is intended for use by tools and extensions. 151 * <p> This method is part of the Guice SPI and is intended for use by tools and extensions. 160 * <p>This method is part of the Guice SPI and is intended for use by tools and extensions [all...] |
/external/guice/core/src/com/google/inject/internal/ |
package-info.java | 18 * <i>Guice</i> (sounds like like "juice")
|
/external/guice/core/src/com/google/inject/spi/ |
package-info.java | 18 * Guice service provider interface
|
/external/guice/core/src/com/google/inject/util/ |
package-info.java | 18 * Helper methods for working with Guice.
|
/external/guice/extensions/struts2/example/src/ |
struts.xml | 9 <!-- Register some actions, these get injected for you by Guice -->
|
/external/guice/jdk8-tests/ |
pom.xml | 20 <artifactId>guice-parent</artifactId> 28 <name>Google Guice - JDK8 Tests</name> 33 <artifactId>guice</artifactId> 61 Override guice-parent's maven-jar-plugin settings to use the default instead.
|
/external/testng/ant/ |
ivy.xml | 8 <dependency org="com.google.inject" name="guice" rev="2.0" />
|
/external/testng/src/test/java/test/guice/ |
GuiceParentModule.java | 1 package test.guice;
|
GuiceTest.java | 1 package test.guice;
|