HomeSort by relevance Sort by last modified time
    Searched refs:Factory (Results 151 - 175 of 816) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentProcessingStep.java 37 private final ComponentDescriptor.Factory componentDescriptorFactory;
38 private final BindingGraph.Factory bindingGraphFactory;
46 ComponentDescriptor.Factory componentDescriptorFactory,
47 BindingGraph.Factory bindingGraphFactory,
  /external/dagger2/core/src/main/java/dagger/internal/
SetFactory.java 29 * A {@link Factory} implementation used to implement {@link Set} bindings. This factory always
30 * returns a new {@link Set} instance for each call to {@link #get} (as required by {@link Factory})
36 public final class SetFactory<T> implements Factory<Set<T>> {
44 * Returns the supplied factory. If there's just one factory, there's no need to wrap it or its
47 public static <T> Factory<Set<T>> create(Factory<Set<T>> factory) {
48 assert factory != null : ARGUMENTS_MUST_BE_NON_NULL
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/ant/
NestedTask.java 52 final IProperties settings = IProperties.Factory.combine (taskOverrides, parentSettings);
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
NameResolver.java 48 * <strong>must</strong> keep it unchanged. {@code NameResolver}s created from the same factory
85 * Factory that creates {@link NameResolver} instances.
89 public abstract static class Factory {
101 * cannot be resolved by this factory. The decision should be solely based on the scheme of the
106 * {@link Factory}.
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
AbstractServerImplBuilder.java 57 throw new UnsupportedOperationException("Subclass failed to hide static factory");
92 private final List<ServerStreamTracer.Factory> streamTracerFactories =
93 new ArrayList<ServerStreamTracer.Factory>();
115 protected TransportTracer.Factory transportTracerFactory = TransportTracer.getDefaultFactory();
118 protected CallTracer.Factory callTracerFactory = CallTracer.getDefaultFactory();
162 public final T addStreamTracerFactory(ServerStreamTracer.Factory factory) {
163 streamTracerFactories.add(checkNotNull(factory, "factory"));
262 final List<ServerStreamTracer.Factory> getTracerFactories()
    [all...]
  /external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
GrpclbLoadBalancerFactory.java 27 * A factory for {@link LoadBalancer}s that uses the GRPCLB protocol.
33 public class GrpclbLoadBalancerFactory extends LoadBalancer.Factory {
  /external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
InterfacesTest.java 19 import org.chromium.mojo.bindings.test.mojom.sample.Factory;
105 * Basic implementation of {@link Factory}.
107 public class MockFactoryImpl extends CapturingErrorHandler implements Factory {
158 public static class DoStuffResponseImpl implements Factory.DoStuffResponse {
252 Factory.Proxy proxy = BindingsTestUtils.newProxyOverPipe(
253 Factory.MANAGER, new MockFactoryImpl(), mCloseablesToClose);
266 Factory.Proxy proxy =
267 BindingsTestUtils.newProxyOverPipe(Factory.MANAGER, impl, mCloseablesToClose);
281 Factory.Proxy proxy =
282 BindingsTestUtils.newProxyOverPipe(Factory.MANAGER, impl, mCloseablesToClose)
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
compute_engine_metadata_client.cc 31 std::shared_ptr<HttpRequest::Factory> http_request_factory,
compute_engine_metadata_client_test.cc 31 std::shared_ptr<HttpRequest::Factory> http_factory =
58 std::shared_ptr<HttpRequest::Factory> http_factory =
http_request.h 44 class Factory {
46 virtual ~Factory() {}
  /external/dagger2/producers/src/test/java/dagger/producers/monitoring/internal/
MonitorsTest.java 39 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactory;
42 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryA;
43 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryB;
44 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryC;
59 ProductionComponentMonitor.Factory factory = local
61 ImmutableList.<ProductionComponentMonitor.Factory>of());
62 assertThat(factory).isSameAs(Monitors.noOpProductionComponentMonitorFactory());
68 ProductionComponentMonitor.Factory factory local
79 ProductionComponentMonitor.Factory factory = local
91 ProductionComponentMonitor.Factory factory = local
106 ProductionComponentMonitor.Factory factory = local
117 ProductionComponentMonitor.Factory factory = local
138 ProductionComponentMonitor.Factory factory = local
162 ProductionComponentMonitor.Factory factory = local
186 ProductionComponentMonitor.Factory factory = local
209 ProductionComponentMonitor.Factory factory = local
229 ProductionComponentMonitor.Factory factory = local
246 ProductionComponentMonitor.Factory factory = local
280 ProductionComponentMonitor.Factory factory = local
305 ProductionComponentMonitor.Factory factory = local
336 ProductionComponentMonitor.Factory factory = local
370 ProductionComponentMonitor.Factory factory = local
404 ProductionComponentMonitor.Factory factory = local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CharacterFallbacks.java 22 Factory cldrFactory = Factory.make(CLDRPaths.DEFAULT_SUPPLEMENTAL_DIRECTORY, ".*");
  /external/dagger2/core/src/test/java/dagger/internal/
ScopedProviderTest.java 41 Provider<Object> scopedProvider = ScopedProvider.create(new Factory<Object>() {
54 Provider<Integer> scopedProvider = ScopedProvider.create(new Factory<Integer>() {
  /external/grpc-grpc-java/core/src/jmh/java/io/grpc/internal/
StatsTraceContextBenchmark.java 42 private final List<ServerStreamTracer.Factory> serverStreamTracerFactories =
43 Collections.<ServerStreamTracer.Factory>emptyList();
  /external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/
InProcessTransportTest.java 39 protected InternalServer newServer(List<ServerStreamTracer.Factory> streamTracerFactories) {
47 InternalServer server, List<ServerStreamTracer.Factory> streamTracerFactories) {
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CurrencyServiceShim.java 18 import android.icu.impl.ICUService.Factory;
57 return service.unregisterFactory((Factory)registryKey);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
ModuleTest.java 18 import android.icu.dev.test.TestDataModule.Factory;
52 return Factory.get(baseName, testName);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CurrencyServiceShim.java 17 import com.ibm.icu.impl.ICUService.Factory;
56 return service.unregisterFactory((Factory)registryKey);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ModuleTest.java 17 import com.ibm.icu.dev.test.TestDataModule.Factory;
49 return Factory.get(baseName, testName);
  /external/llvm/unittests/ADT/
ImmutableMapTest.cpp 18 ImmutableMap<int, int>::Factory f;
31 ImmutableMap<int, int>::Factory f;
  /external/skia/src/core/
SkPtrRecorder.h 138 class SkFactorySet : public SkTPtrSet<SkFlattenable::Factory> {};
142 * Also has a function to return the next added Factory's name.
151 * Find the specified Factory in the set. If it is not already in the set,
153 * If the Factory has no registered name, return 0.
155 uint32_t find(SkFlattenable::Factory);
159 * Factory added after the Factory name returned by the last call to this
  /external/skqp/src/core/
SkPtrRecorder.h 138 class SkFactorySet : public SkTPtrSet<SkFlattenable::Factory> {};
142 * Also has a function to return the next added Factory's name.
151 * Find the specified Factory in the set. If it is not already in the set,
153 * If the Factory has no registered name, return 0.
155 uint32_t find(SkFlattenable::Factory);
159 * Factory added after the Factory name returned by the last call to this
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-graph-diff.h 48 class Factory {
52 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {}
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
ImmutableMapTest.cpp 18 ImmutableMap<int, int>::Factory f;
31 ImmutableMap<int, int>::Factory f;
  /external/tensorflow/tensorflow/core/common_runtime/
device_factory.h 33 static void Register(const string& device_type, DeviceFactory* factory,
74 template <class Factory>
80 // 1) When choosing which factory (that is, which device
82 // factory registered with the highest priority will be chosen.
109 DeviceFactory::Register(device_type, new Factory(), priority);

Completed in 911 milliseconds

1 2 3 4 5 67 8 91011>>