OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guice
(Results
151 - 175
of
411
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guice/extensions/jndi/src/com/google/inject/jndi/
package-info.java
18
* JNDI integration; this extension requires {@code
guice
-jndi.jar}.
/external/guice/extensions/multibindings/
build.xml
3
<project name="
guice
-multibindings" basedir="." default="jar">
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
package-info.java
19
*
guice
-multibindings.jar}.
/external/guice/extensions/persist/
build.xml
3
<project name="
guice
-persist" basedir="." default="jar">
/external/guice/extensions/persist/src/com/google/inject/persist/
PersistFilter.java
33
*
guice
-persist manage the lifecycle of active units of work.
39
* register this filter <b>once</b> in your
Guice
{@code ServletModule}. It is
60
* and deploy multiple
guice
-persist modules within the same injector, or even
63
* This filter requires the
Guice
Servlet extension.
/external/guice/extensions/persist/src/com/google/inject/persist/finder/
package-info.java
18
* Dynamic Finder API for
Guice
Persist.
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
package-info.java
18
*
guice
-persist's Java Persistence API (JPA) support.
/external/guice/extensions/servlet/
build.xml
3
<project name="
guice
-servlet" basedir="." default="jar">
/external/guice/extensions/spring/
build.xml
3
<project name="
guice
-spring" basedir="." default="jar">
/external/guice/extensions/spring/src/com/google/inject/spring/
package-info.java
18
* Spring integration; this extension requires {@code
guice
-spring.jar}.
/external/guice/extensions/struts2/
build.xml
3
<project name="
guice
-struts2-plugin" basedir="." default="jar">
/external/guice/extensions/struts2/src/com/google/inject/struts2/
Struts2GuicePluginModule.java
22
* Initializes the Struts 2
Guice
Plugin. Must be added to the injector returned
/external/guice/extensions/testlib/
build.xml
3
<project name="
guice
-testlib" basedir="." default="jar">
/external/guice/extensions/throwingproviders/
build.xml
3
<project name="
guice
-throwingproviders" basedir="." default="jar">
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
package-info.java
19
*
guice
-throwingproviders.jar}.
/external/guice/util/
compareBuilds.sh
23
if [ $ANT = "./build/dist/
guice
-snapshot.jar" ]; then
25
MVN=./core/target/
guice
-$version-SNAPSHOT.jar
28
#compareJars "./build/no_aop/$ANT" "./core/target/
guice
-$version-SNAPSHOT-no_aop.jar" "no_aop: $extension"
32
MVN=./extensions/$extension/target/
guice
-$extension-$version-SNAPSHOT.jar
/external/jsr330/tck/
tck.iml
11
<orderEntry type="library" name="
Guice
" level="project" />
/external/testng/
.classpath-linux
8
<classpathentry kind="lib" path="lib/
guice
-2.0.jar"/>
.classpath-mac
8
<classpathentry kind="lib" path="lib/
guice
-2.0.jar"/>
Android.mk
63
LOCAL_STATIC_JAVA_LIBRARIES := jcommander snakeyaml
guice
72
LOCAL_STATIC_JAVA_LIBRARIES := jcommander snakeyaml
guice
81
LOCAL_STATIC_JAVA_LIBRARIES := jcommander-host snakeyaml-host
guice
-host
91
LOCAL_STATIC_JAVA_LIBRARIES := jcommander-hostdex snakeyaml-hostdex
guice
-hostdex
/external/guice/core/test/com/google/inject/
MethodInterceptionTest.java
68
Injector injector =
Guice
.createInjector(new AbstractModule() {
97
Injector injector2 =
Guice
.createInjector(new AbstractModule() {
112
Injector injector =
Guice
.createInjector(new AbstractModule() {
129
Injector injector =
Guice
.createInjector(new AbstractModule() {
152
Injector injector =
Guice
.createInjector(new AbstractModule() {
180
Injector injector =
Guice
.createInjector(new AbstractModule() {
204
Injector injector =
Guice
.createInjector(new AbstractModule() {
257
Injector injector =
Guice
.createInjector(new AbstractModule() {
287
Injector injector =
Guice
.createInjector(new AbstractModule() {
318
Injector injector =
Guice
.createInjector(new AbstractModule()
[
all
...]
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderTest.java
31
import com.google.inject.
Guice
;
98
bindInjector =
Guice
.createInjector(new AbstractModule() {
116
providesInjector =
Guice
.createInjector(new AbstractModule() {
140
cxtorInjector =
Guice
.createInjector(new AbstractModule() {
302
bindInjector =
Guice
.createInjector(new AbstractModule() {
321
providesInjector =
Guice
.createInjector(new AbstractModule() {
355
cxtorInjector =
Guice
.createInjector(new AbstractModule() {
416
bindInjector =
Guice
.createInjector(new AbstractModule() {
433
Guice
.createInjector(new AbstractModule() {
450
Guice
.createInjector(new AbstractModule()
[
all
...]
/external/guice/
AndroidCallMunge.mk
17
# Build support for
guice
within the Android Open Source Project
21
# Factored-out implementation of calling munge to post-process
guice
java files.
/external/guice/core/
pom.xml
8
<artifactId>
guice
-parent</artifactId>
12
<artifactId>
guice
</artifactId>
14
<name>Google
Guice
- Core Library</name>
151
<id>
guice
.with.no_aop</id>
154
<name>
guice
.with.no_aop</name>
215
| JarJar build profile: Embed CGLIB (and ASM) classes under a
Guice
namespace
217
<id>
guice
.with.jarjar</id>
220
<name>
guice
.with.jarjar</name>
/external/guice/core/src/com/google/inject/internal/
MessageProcessor.java
19
import com.google.inject.
Guice
;
33
private static final Logger logger = Logger.getLogger(
Guice
.class.getName());
Completed in 465 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>