Searched defs:Factory (Results 51 - 75 of 139) sorted by relevance

123456

/external/jmdns/src/javax/jmdns/
H A DNetworkTopologyDiscovery.java31 * public static class MyClass implements NetworkTopologyDiscovery.Factory.ClassDelegate {
34 * NetworkTopologyDiscovery.Factory.setClassDelegate(this);
54 * NetworkTopologyDiscovery.Factory enable the creation of new instance of NetworkTopologyDiscovery.
56 public static final class Factory { class in interface:NetworkTopologyDiscovery
60 * This interface defines a delegate to the NetworkTopologyDiscovery.Factory class to enable subclassing.
74 private static final AtomicReference<Factory.ClassDelegate> _databaseClassDelegate = new AtomicReference<Factory.ClassDelegate>();
76 private Factory() { method in class:NetworkTopologyDiscovery.Factory
86 * @see JmmDNS.Factory.ClassDelegate
88 public static void setClassDelegate(Factory
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DNameRegister.java95 public static class Factory { class in interface:NameRegister
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_geometry_cache.h36 class Factory : public BrowserContextKeyedServiceFactory { class in class:extensions::AppWindowGeometryCache
42 static Factory* GetInstance();
45 friend struct DefaultSingletonTraits<Factory>;
47 Factory();
48 virtual ~Factory();
H A Dapp_window_geometry_cache.cc40 return Factory::GetForContext(context, true /* create */);
258 // Factory boilerplate
261 AppWindowGeometryCache* AppWindowGeometryCache::Factory::GetForContext(
268 AppWindowGeometryCache::Factory*
269 AppWindowGeometryCache::Factory::GetInstance() {
270 return Singleton<AppWindowGeometryCache::Factory>::get();
273 AppWindowGeometryCache::Factory::Factory() function in class:extensions::AppWindowGeometryCache::Factory
280 AppWindowGeometryCache::Factory::~Factory() {}
[all...]
H A Dapp_window_registry.cc82 return Factory::GetForBrowserContext(context, true /* create */);
242 // Factory boilerplate
245 AppWindowRegistry* AppWindowRegistry::Factory::GetForBrowserContext(
252 AppWindowRegistry::Factory* AppWindowRegistry::Factory::GetInstance() {
253 return Singleton<AppWindowRegistry::Factory>::get();
256 AppWindowRegistry::Factory::Factory() function in class:extensions::AppWindowRegistry::Factory
261 AppWindowRegistry::Factory::~Factory() {}
[all...]
/external/chromium_org/net/http/
H A Dhttp_auth_handler_digest.h59 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerDigest
61 Factory();
62 virtual ~Factory();
H A Dhttp_auth_handler_digest.cc80 HttpAuthHandlerDigest::Factory::Factory() function in class:net::HttpAuthHandlerDigest::Factory
84 HttpAuthHandlerDigest::Factory::~Factory() {
87 void HttpAuthHandlerDigest::Factory::set_nonce_generator(
92 int HttpAuthHandlerDigest::Factory::CreateAuthHandler(
H A Dhttp_auth_handler_negotiate.cc20 HttpAuthHandlerNegotiate::Factory::Factory() function in class:net::HttpAuthHandlerNegotiate::Factory
31 HttpAuthHandlerNegotiate::Factory::~Factory() {
34 void HttpAuthHandlerNegotiate::Factory::set_host_resolver(
39 int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
H A Dhttp_auth_handler_mock.h31 // The Factory class returns handlers in the order they were added via
33 class Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerMock
35 Factory();
36 virtual ~Factory();
H A Dhttp_auth_handler_negotiate.h43 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerNegotiate
45 Factory();
46 virtual ~Factory();
H A Dhttp_auth_handler_ntlm.h39 class Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerNTLM
41 Factory();
42 virtual ~Factory();
55 // library. After the call |sspi_library| will be owned by this Factory and
56 // will be destroyed when the Factory is destroyed.
/external/chromium_org/net/test/url_request/
H A Durl_request_failed_job.cc68 filter->AddHostnameHandler("http", hostname, URLRequestFailedJob::Factory);
69 filter->AddHostnameHandler("https", hostname, URLRequestFailedJob::Factory);
97 net::URLRequestJob* URLRequestFailedJob::Factory( function in class:net::URLRequestFailedJob
/external/emma/core/java12/com/vladium/emma/filter/
H A DIInclExclFilter.java36 abstract class Factory class in interface:IInclExclFilter
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElement.java26 abstract class Factory class in interface:IElement
39 static class ElementImpl extends ISimpleElement.Factory.SimpleElementImpl
H A DISimpleElement.java26 abstract class Factory class in interface:ISimpleElement
/external/guava/guava/src/com/google/common/collect/
H A DHashBasedTable.java55 private static class Factory<C, V> class in class:HashBasedTable
58 Factory(int expectedSize) { method in class:HashBasedTable.Factory
73 new HashMap<R, Map<C, V>>(), new Factory<C, V>(0));
91 backingMap, new Factory<C, V>(expectedCellsPerRow));
109 HashBasedTable(Map<R, Map<C, V>> backingMap, Factory<C, V> factory) {
/external/skia/include/core/
H A DSkFlattenable.h31 virtual Factory getFactory() const SK_OVERRIDE { return NULL; }
34 virtual Factory getFactory() const SK_OVERRIDE { return CreateProc; } \
70 typedef SkFlattenable* (*Factory)(SkReadBuffer&); typedef in class:SkFlattenable
78 virtual Factory getFactory() const = 0;
84 static Factory NameToFactory(const char name[]);
85 static const char* FactoryToName(Factory);
88 static void Register(const char name[], Factory, Type);
92 Registrar(const char name[], Factory factory, Type type) {
99 be passed to your Factory function, returned by getFactory().
/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.cc211 PrefMetricsService::Factory* PrefMetricsService::Factory::GetInstance() {
212 return Singleton<PrefMetricsService::Factory>::get();
216 PrefMetricsService* PrefMetricsService::Factory::GetForProfile(
222 PrefMetricsService::Factory::Factory() function in class:PrefMetricsService::Factory
228 PrefMetricsService::Factory::~Factory() {
231 KeyedService* PrefMetricsService::Factory::BuildServiceInstanceFor(
236 bool PrefMetricsService::Factory
[all...]
/external/chromium_org/media/audio/
H A Daudio_input_controller.h148 // AudioInputController::Create() can use the currently registered Factory
149 // to create the AudioInputController. Factory is intended for testing only.
151 class Factory { class in class:media::AudioInputController
160 virtual ~Factory() {}
163 // Factory method for creating an AudioInputController.
178 static void set_factory_for_testing(Factory* factory) { factory_ = factory; }
181 // Factory method for creating an AudioInputController for low-latency mode.
194 // Factory method for creating an AudioInputController with an existing
349 static Factory* factory_;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcompiled_file_system.py81 class Factory(object): class in class:CompiledFileSystem
/external/chromium_org/content/test/net/
H A Durl_request_slow_download_job.cc50 &URLRequestSlowDownloadJob::Factory); member in class:content::URLRequestSlowDownloadJob
52 &URLRequestSlowDownloadJob::Factory); member in class:content::URLRequestSlowDownloadJob
54 &URLRequestSlowDownloadJob::Factory); member in class:content::URLRequestSlowDownloadJob
56 &URLRequestSlowDownloadJob::Factory); member in class:content::URLRequestSlowDownloadJob
60 net::URLRequestJob* URLRequestSlowDownloadJob::Factory( function in class:content::URLRequestSlowDownloadJob
/external/chromium_org/net/base/
H A Dsdch_dictionary_fetcher_unittest.cc35 &URLRequestSpecifiedResponseJob::Factory);
44 static URLRequestJob* Factory( function in class:net::URLRequestSpecifiedResponseJob
/external/chromium_org/third_party/skia/include/core/
H A DSkFlattenable.h46 virtual Factory getFactory() const SK_OVERRIDE { return NULL; }
64 virtual Factory getFactory() const SK_OVERRIDE {return DeepCreateProc;}
75 virtual Factory getFactory() const SK_OVERRIDE { return CreateProc; }
80 virtual Factory getFactory() const SK_OVERRIDE { return ReturnNullCreateProc; }
113 typedef SkFlattenable* (*Factory)(SkReadBuffer&); typedef in class:SkFlattenable
121 virtual Factory getFactory() const = 0;
127 static Factory NameToFactory(const char name[]);
128 static const char* FactoryToName(Factory);
131 static void Register(const char name[], Factory, Type);
135 Registrar(const char name[], Factory factor
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitRow_D16.cpp224 SkBlitRow::Proc SkBlitRow::Factory(unsigned flags, SkColorType ct) { function in class:SkBlitRow
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp25 SkImageDecoder* SkImageDecoder::Factory(SkStreamRewindable*) { function in class:SkImageDecoder

Completed in 460 milliseconds

123456