Searched defs:Provider (Results 1 - 25 of 40) sorted by relevance

12

/external/jsr330/src/javax/inject/
H A DProvider.java22 * {@code Provider<T>}. Compared to injecting {@code T} directly, injecting
23 * {@code Provider<T>} enables:
37 * &#064;Inject Car(Provider&lt;Seat> seatProvider) {
44 public interface Provider<T> { interface
/external/guice/core/src/com/google/inject/
H A DProvider.java25 * is insufficient for a particular binding, the module can specify a custom {@code Provider}
28 * <li>An implementation class may always choose to have a {@code Provider<T>} instance injected,
34 * <li>A custom {@link Scope} is implemented as a decorator of {@code Provider<T>}, which decides
37 * <li>The {@link Injector} offers access to the {@code Provider<T>} it uses to fulfill requests
45 public interface Provider<T> extends javax.inject.Provider<T> { interface in inherits:javax.inject.Provider
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
H A Dutil.py25 from boto.provider import Provider namespace
34 provider = Provider('google')
/external/libchrome/base/files/
H A Dfile_tracing.h32 class Provider { class in class:base::FileTracing
34 virtual ~Provider() = default;
58 static void SetProvider(Provider* provider);
/external/dagger2/lib/
H A Djavax-inject.jarjavax/ javax/inject/ javax/inject/Qualifier.class Qualifier.java package javax.inject public abstract annotation javax ...
/external/guice/lib/
H A Djavax.inject.jarjavax/ javax/inject/ javax/inject/Inject.class Inject.java package javax.inject public abstract annotation javax ...
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
H A Dawsqueryservice.py24 Provider = 'aws' variable in class:AWSQueryService
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
H A Dconnection.py25 from boto.provider import Provider, NO_CREDENTIALS_PROVIDED namespace
95 provider = Provider('aws', NO_CREDENTIALS_PROVIDED,
/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp34 struct Provider struct in namespace:PR9325
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}}
44 Target<int*>* traits = &Provider<int*>::Instance; // expected-note{{requested here}}
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
H A Dlayer1.py29 from boto.provider import Provider namespace
99 self.provider = Provider(self._provider_type)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
H A Dlayer1.py29 from boto.provider import Provider namespace
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/
H A Dtest_sigv4.py33 from boto.provider import Provider namespace
243 provider = Provider('aws', access_key='access_key',
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dconfig.py34 from boto.provider import Provider namespace
918 host_key = Provider.HostKeyMap[provider]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dprovider.py77 class Provider(object): class in inherits:object
450 # Static utility method for getting default Provider.
452 return Provider('aws')
H A Dconnection.py69 from boto.provider import Provider namespace
546 if isinstance(provider, Provider):
547 # Allow overriding Provider
551 self.provider = Provider(self._provider_type,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkey.py39 from boto.provider import Provider namespace
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dutil.py40 from boto.provider import Provider namespace
333 GSConnection.DefaultHost, config, Provider('google'),
/external/guice/core/src/com/google/inject/internal/
H A DInjectorImpl.java35 import com.google.inject.Provider;
180 // If Key is a Provider, we have to see if the type it is providing exists,
184 // This is safe because isProvider above ensures that T is a Provider<?>
286 /** Returns true if the key type is Provider (but not a subclass of Provider). */
288 return key.getTypeLiteral().getRawType().equals(Provider.class);
295 private static <T> Key<T> getProvidedKey(Key<Provider<T>> key, Errors errors) throws ErrorsException {
298 // If the Provider has no type parameter (raw Provider)...
305 @SuppressWarnings("unchecked") // safe because T came from Key<Provider<
370 acceptTargetVisitor(BindingTargetVisitor<? super Provider<T>, V> visitor) argument
[all...]
/external/caliper/lib/
H A Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 725 milliseconds

12