Home
last modified time | relevance | path

Searched refs:Exposed (Results 1 – 19 of 19) sorted by relevance

/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DPrivateTestModule.java27 interface Exposed {} interface in PrivateTestModule
28 static class Hidden implements Exposed {}
31 bind(Exposed.class).to(Hidden.class); in configure()
32 expose(Exposed.class); in configure()
DDeLorian.java27 @Inject PrivateTestModule.Exposed exposed;
/external/guice/core/test/com/google/inject/spi/
DModuleAnnotatedMethodScannerTest.java30 import com.google.inject.Exposed;
252 @Exposed @TestProvides @Named("foo") String foo() {
264 @Exposed @TestProvides @Named("foo") String foo() {
279 @Exposed @TestProvides @Named("foo") String foo() {
293 @Exposed @TestProvides @Named("foo") String foo() {
308 @Exposed @TestProvides @Named("foo") String foo() {
323 @Exposed @TestProvides @Named("foo") String foo() {
338 @Exposed @TestProvides @Named("foo") String foo() {
345 @Exposed @TestProvides @Named("foo") String foo() {
360 @Exposed @TestProvides @Named("foo") String foo() {
[all …]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
DExposed.java7 public class Exposed { class
15 …@Inject Exposed(Generic<PackagePrivate> gpp, Generic<PackagePrivateContainer.PublicEnclosed> gppc)… in Exposed() method in Exposed
/external/guice/core/test/com/google/inject/
DPrivateModuleTest.java101 @Provides @Exposed in testMisplacedExposedAnnotation()
153 @Provides @Exposed @Named("d") String providePublicD() { in testPrivateModulesAndProvidesMethods()
331 @Provides @Exposed @Named("a") String provideA() { in testDependenciesBetweenPrivateAndPublic()
335 @Provides @Exposed @Named("abc") String provideAbc(@Named("ab") String ab) { in testDependenciesBetweenPrivateAndPublic()
360 @Provides @Exposed @Named("a") String provideA() { in testDependenciesBetweenPrivateAndPublicWithPublicEagerSingleton()
364 @Provides @Exposed @Named("abc") String provideAbc(@Named("ab") String ab) { in testDependenciesBetweenPrivateAndPublicWithPublicEagerSingleton()
417 @Provides @Exposed @Named("a") String provideA() { in testDependenciesBetweenPrivateAndPublicWithPrivateEagerSingleton()
421 @Provides @Exposed @Named("abc") String provideAbc(@Named("ab") String ab) { in testDependenciesBetweenPrivateAndPublicWithPrivateEagerSingleton()
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DGenericComponent.java19 import test.sub.Exposed;
34 Exposed exposed(); in exposed()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethod.java21 import com.google.inject.Exposed;
71 this.exposed = method.isAnnotationPresent(Exposed.class); in CheckedProviderMethod()
/external/guice/core/src/com/google/inject/
DExposed.java34 public @interface Exposed {} annotation
/external/glide/third_party/disklrucache/
DREADME.third_party10 Exposed File objects directly to gets, removed key validation, removed test sources.
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderMethodsModuleTest.java21 import com.google.inject.Exposed;
118 @CheckedProvides(RpcProvider.class) @Named("fruit") @Exposed
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DGenericTest.java25 import test.sub.Exposed;
117 Exposed exposed = component.exposed(); in packagePrivateTypeParameterDependencies()
/external/guice/core/src/com/google/inject/internal/
DProviderMethod.java23 import com.google.inject.Exposed;
118 this.exposed = method.isAnnotationPresent(Exposed.class); in ProviderMethod()
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java33 import com.google.inject.Exposed;
558 @Provides @Exposed @Named(RESULT)
/external/llvm/docs/
DSystemLibrary.rst129 No Exposed Functions
145 No Exposed Data
/external/v8/
DChangeLog8270 Exposed v8::Function::GetDisplayName to public API.
8701 Exposed eternal handle api.
9054 Exposed AssertNoAllocation to API.
9083 Exposed the GC under a name that is less collision prone than window.gc.
10184 Exposed last seen heap object id via v8 public api.
11332 Exposed APIs for detecting boxed primitives, native errors. Patch by
11746 Exposed WebGL typed array constructors in the shell sample.
12020 Exposed heap size limit to the heap statistics gathered by
12144 Exposed API for getting the name of the function used to construct
12269 Exposed RegExp construction through the API.
[all …]
/external/opencv3/3rdparty/openexr/
DChangeLog.openexr323 * Exposed staticInitialize() function in ImfHeader.h in order
/external/chromium-trace/catapult/third_party/flot/
DNEWS.md44 - Exposed the dateGenerator function on the plot object, as it used to be
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/libxml2/
DChangeLog5106 Exposed targetNamespace for simple/complex types, model groups,