Searched defs:Factory (Results 76 - 100 of 150) sorted by relevance

123456

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction22t.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction22t
107 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction22t
H A DInstruction23x.java38 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction23x
88 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction23x
H A DInstruction31t.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction31t
85 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction31t
H A DInstruction3rc.java46 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction3rc
143 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction3rc
H A DInstruction3rmi.java40 public static final InstructionFactory Factory = new Factory(); field in class:Instruction3rmi
102 private static class Factory implements InstructionFactory { class in class:Instruction3rmi
H A DInstruction3rms.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction3rms
102 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction3rms
H A DInstruction52c.java43 public static final InstructionFactory Factory = new Factory(); field in class:Instruction52c
89 private static class Factory implements InstructionFactory { class in class:Instruction52c
H A DInstruction5rc.java48 public static final InstructionFactory Factory = new Factory(); field in class:Instruction5rc
128 private static class Factory implements InstructionFactory { class in class:Instruction5rc
/external/chromium/net/http/
H A Dhttp_auth_handler_digest.cc77 HttpAuthHandlerDigest::Factory::Factory() function in class:net::HttpAuthHandlerDigest::Factory
81 HttpAuthHandlerDigest::Factory::~Factory() {
84 void HttpAuthHandlerDigest::Factory::set_nonce_generator(
89 int HttpAuthHandlerDigest::Factory::CreateAuthHandler(
H A Dhttp_auth_handler_negotiate.cc19 HttpAuthHandlerNegotiate::Factory::Factory() function in class:net::HttpAuthHandlerNegotiate::Factory
30 HttpAuthHandlerNegotiate::Factory::~Factory() {
33 void HttpAuthHandlerNegotiate::Factory::set_host_resolver(
38 int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
H A Dhttp_auth_handler_negotiate.h44 class Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerNegotiate
46 Factory();
47 virtual ~Factory();
H A Dhttp_auth_handler_ntlm.h40 class Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerNTLM
42 Factory();
43 virtual ~Factory();
57 // and the lifetime must exceed that of this Factory object and all
58 // HttpAuthHandler's that this Factory object creates.
/external/chromium/chrome/browser/chromeos/login/
H A Dregistration_screen.cc49 &RegistrationScreen::Factory);
147 net::URLRequestJob* RegistrationScreen::Factory(net::URLRequest* request, function in class:chromeos::RegistrationScreen
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc31 &ProtocolHandlerRegistry::Factory);
83 net::URLRequestJob* ProtocolHandlerRegistry::Factory(net::URLRequest* request, function in class:ProtocolHandlerRegistry
/external/chromium/chrome/browser/net/
H A Durl_request_mock_http_job.cc24 net::URLRequestJob* URLRequestMockHTTPJob::Factory(net::URLRequest* request, function in class:URLRequestMockHTTPJob
37 URLRequestMockHTTPJob::Factory);
H A Durl_request_slow_download_job.cc40 &URLRequestSlowDownloadJob::Factory); member in class:URLRequestSlowDownloadJob
42 &URLRequestSlowDownloadJob::Factory); member in class:URLRequestSlowDownloadJob
44 &URLRequestSlowDownloadJob::Factory); member in class:URLRequestSlowDownloadJob
48 net::URLRequestJob* URLRequestSlowDownloadJob::Factory( function in class:URLRequestSlowDownloadJob
/external/chromium/net/url_request/
H A Durl_request_ftp_job.cc34 URLRequestJob* URLRequestFtpJob::Factory(URLRequest* request, function in class:net::URLRequestFtpJob
H A Durl_request_job_tracker_unittest.cc148 URLRequest::RegisterProtocolFactory("test", &Factory);
194 static URLRequest::ProtocolFactory Factory; member in class:net::__anon3229::URLRequestJobTrackerTest
199 URLRequestJob* URLRequestJobTrackerTest::Factory( function in class:net::__anon3229::URLRequestJobTrackerTest
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java66 public static abstract class Factory class in interface:IPathEnumerator
H A DIProperties.java62 abstract class Factory class in interface:IProperties
/external/emma/core/java12/com/vladium/util/args/
H A DIOptsParser.java65 abstract class Factory class in interface:IOptsParser
/external/jmdns/src/javax/jmdns/
H A DJmmDNS.java30 * JmmDNS.Factory enable the creation of new instance of JmmDNS.
32 public static final class Factory { class in interface:JmmDNS
53 private Factory() { method in class:JmmDNS.Factory
63 * @see JmmDNS.Factory.ClassDelegate
74 * @see JmmDNS.Factory.ClassDelegate
101 synchronized (Factory.class) {
103 _instance = JmmDNS.Factory.newJmmDNS();
/external/skia/legacy/include/core/
H A DSkPixelRef.h148 typedef SkPixelRef* (*Factory)(SkFlattenableReadBuffer&); typedef in class:SkPixelRef
150 virtual Factory getFactory() const { return NULL; }
169 static Factory NameToFactory(const char name[]);
170 static const char* FactoryToName(Factory);
171 static void Register(const char name[], Factory);
175 Registrar(const char name[], Factory factory) {
/external/skia/legacy/src/core/
H A DSkBlitRow_D16.cpp228 SkBlitRow::Proc SkBlitRow::Factory(unsigned flags, SkBitmap::Config config) { function in class:SkBlitRow
/external/skia/legacy/src/effects/
H A DSkTableMaskFilter.cpp84 SkFlattenable* SkTableMaskFilter::Factory(SkFlattenableReadBuffer& rb) { function in class:SkTableMaskFilter
88 SkFlattenable::Factory SkTableMaskFilter::getFactory() {
89 return SkTableMaskFilter::Factory;

Completed in 809 milliseconds

123456