Searched defs:Factory (Results 26 - 50 of 136) sorted by relevance

123456

/external/v8/src/
H A Dfactory.h40 class Factory { class in namespace:v8::internal
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.h27 class Factory { class in class:DockInfo
38 virtual ~Factory() {}
80 static void set_factory(Factory* factory) { factory_ = factory; }
93 // If a Factory has been set, the method of the same name is invoked on the
94 // Factory to determine the DockInfo.
103 // If a Factory has been set, the method of the same name is invoked on the
104 // Factory to determine the DockInfo.
185 // Factory that creates DockInfos. By default this is NULL, which gives the
187 static Factory* factory_;
/external/chromium/chrome/common/net/
H A Durl_fetcher.h87 // URLFetcher::Create uses the currently registered Factory to create the
88 // URLFetcher. Factory is intended for testing.
89 class Factory { class in class:URLFetcher
97 virtual ~Factory() {}
111 static void set_factory(Factory* factory) { factory_ = factory; }
122 // Factory (the default) this creates and returns a new URLFetcher. See the
241 static Factory* factory_;
/external/chromium/net/http/
H A Dhttp_auth_handler_mock.cc137 HttpAuthHandlerMock::Factory::Factory() function in class:net::HttpAuthHandlerMock::Factory
142 HttpAuthHandlerMock::Factory::~Factory() {
145 void HttpAuthHandlerMock::Factory::set_mock_handler(
151 int HttpAuthHandlerMock::Factory::CreateAuthHandler(
/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.h40 class Factory { class in class:AccessibilityUIElement
42 virtual ~Factory() { }
46 AccessibilityUIElement(const WebKit::WebAccessibilityObject&, Factory*);
53 Factory* factory() const { return m_factory; }
112 Factory* m_factory;
118 RootAccessibilityUIElement(const WebKit::WebAccessibilityObject&, Factory*);
128 class AccessibilityUIElementList : public AccessibilityUIElement::Factory {
/external/chromium/chrome/browser/net/
H A Durl_request_slow_http_job.cc21 net::URLRequestJob* URLRequestSlowHTTPJob::Factory(net::URLRequest* request, function in class:URLRequestSlowHTTPJob
34 URLRequestSlowHTTPJob::Factory);
/external/chromium/net/url_request/
H A Durl_request_test_job.h90 // Factory method for protocol factory registration if callers don't subclass
91 static URLRequest::ProtocolFactory Factory; member in class:net::URLRequestTestJob
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemMetadata.java20 // note: order is in sync with Factory init code
38 abstract class Factory class in interface:IItemMetadata
53 private Factory () {} method in class:IItemMetadata.Factory
H A DItemComparator.java23 ItemComparator NULL_COMPARATOR = new Factory.NullComparator ();
26 abstract class Factory class in interface:ItemComparator
45 final Comparator comparator = IItemAttribute.Factory.getAttribute (attributeID, unitsID).comparator ();
/external/icu4c/i18n/unicode/
H A Dtranslit.h207 * <p><b>Factory methods and registration</b>
309 typedef Transliterator* (U_EXPORT2 *Factory)(const UnicodeString& ID, Token context); typedef in class:Transliterator
976 Factory factory,
1027 Factory factory,
/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/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction10t.java38 public static final InstructionFactory Factory = new Factory(); field in class:Instruction10t
87 private static class Factory implements InstructionFactory { class in class:Instruction10t
H A DInstruction11n.java40 public static final InstructionFactory Factory = new Factory(); field in class:Instruction11n
84 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction11n
H A DInstruction11x.java39 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction11x
71 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction11x
H A DInstruction12x.java39 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction12x
78 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction12x
H A DInstruction20t.java39 public static final InstructionFactory Factory = new Factory(); field in class:Instruction20t
89 private static class Factory implements InstructionFactory { class in class:Instruction20t
H A DInstruction21c.java41 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction21c
91 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction21c
H A DInstruction21h.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction21h
80 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction21h
H A DInstruction21s.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction21s
80 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction21s
H A DInstruction22x.java39 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction22x
83 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction22x
H A DInstruction30t.java39 public static final InstructionFactory Factory = new Factory(); field in class:Instruction30t
73 private static class Factory implements InstructionFactory { class in class:Instruction30t
H A DInstruction31c.java41 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction31c
78 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction31c
H A DInstruction31i.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction31i
80 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction31i
H A DInstruction32x.java39 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction32x
81 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction32x

Completed in 282 milliseconds

123456