Searched defs:staticMethod (Results 1 - 15 of 15) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DRequestInjectionTest.java46 HasInjections.staticMethod = null;
63 assertNull(HasInjections.staticMethod);
77 assertEquals("test", HasInjections.staticMethod);
96 assertEquals("test", HasInjections.staticMethod);
177 static String staticMethod; field in class:RequestInjectionTest.HasInjections
180 @Inject static void setStaticMethod(@ForMethod String staticMethod) { argument
181 HasInjections.staticMethod = staticMethod;
/external/guice/core/test/com/google/inject/spi/
H A DToolStageInjectorTest.java131 @SuppressWarnings("unused") @Inject static void staticMethod(Map map) {} method in class:ToolStageInjectorTest.Bar
140 @SuppressWarnings("unused") @Inject static void staticMethod(SM sm) { Tooled.sm = sm; } method in class:ToolStageInjectorTest.Foo
153 @Toolable @SuppressWarnings("unused") @Inject static void staticMethod(SM sm) { Tooled.sm = sm; } method in class:ToolStageInjectorTest.Tooled
H A DInjectionPointTest.java184 Method staticMethod = HasInjections.class.getMethod("staticMethod", String.class);
190 new InjectionPoint(TypeLiteral.get(HasInjections.class), staticMethod, false),
196 @Inject public static void staticMethod(@Named("a") String a) {} method in class:InjectionPointTest.HasInjections
/external/guava/guava-tests/test/com/google/common/reflect/
H A DInvokableTest.java266 Invokable<?, ?> delegate = Prepender.method("staticMethod");
544 new NullPointerTester().testAllPublicInstanceMethods(Prepender.method("staticMethod"));
601 static void staticMethod() {} method in class:InvokableTest.Prepender
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java134 * int result = DexMakerTest.staticMethod(a);
142 MethodId<?, Integer> staticMethod
143 = TEST_TYPE.getMethod(TypeId.INT, "staticMethod", TypeId.INT);
144 code.invokeStatic(staticMethod, localResult, localA);
172 public static int staticMethod(int a) { method in class:DexMakerTest
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java457 public static void staticMethod() { method in class:ProxyBuilderTest
462 ProxyBuilderTest.class.getDeclaredMethod("staticMethod");
465 proxyFor(ProxyBuilderTest.class).build().getClass().getDeclaredMethod("staticMethod");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 696 milliseconds