HomeSort by relevance Sort by last modified time
    Searched refs:Factory (Results 101 - 125 of 649) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction31t.java 40 public static final Instruction.InstructionFactory Factory = new Factory();
85 private static class Factory implements Instruction.InstructionFactory {
Instruction32x.java 39 public static final Instruction.InstructionFactory Factory = new Factory();
81 private static class Factory implements Instruction.InstructionFactory {
Instruction3rmi.java 40 public static final InstructionFactory Factory = new Factory();
102 private static class Factory implements InstructionFactory {
Instruction51l.java 40 public static final Instruction.InstructionFactory Factory = new Factory();
80 private static class Factory implements Instruction.InstructionFactory {
Instruction20bc.java 37 public static final Instruction.InstructionFactory Factory = new Factory();
95 private static class Factory implements Instruction.InstructionFactory {
Instruction21t.java 40 public static final Instruction.InstructionFactory Factory = new Factory();
98 private static class Factory implements Instruction.InstructionFactory {
Instruction22c.java 42 public static final Instruction.InstructionFactory Factory = new Factory();
101 private static class Factory implements Instruction.InstructionFactory {
Instruction22cs.java 40 public static final Instruction.InstructionFactory Factory = new Factory();
92 private static class Factory implements Instruction.InstructionFactory {
Instruction22t.java 40 public static final Instruction.InstructionFactory Factory = new Factory();
107 private static class Factory implements Instruction.InstructionFactory {
Instruction3rms.java 40 public static final Instruction.InstructionFactory Factory = new Factory();
102 private static class Factory implements Instruction.InstructionFactory {
Instruction41c.java 45 public static final InstructionFactory Factory = new Factory();
92 private static class Factory implements InstructionFactory {
  /external/chromium_org/apps/
shell_window_registry.cc 64 return Factory::GetForProfile(profile, true /* create */);
185 ShellWindowRegistry* registry = Factory::GetForProfile(*i,
205 ShellWindowRegistry* registry = Factory::GetForProfile(*i,
263 // Factory boilerplate
266 ShellWindowRegistry* ShellWindowRegistry::Factory::GetForProfile(
272 ShellWindowRegistry::Factory* ShellWindowRegistry::Factory::GetInstance() {
273 return Singleton<ShellWindowRegistry::Factory>::get();
276 ShellWindowRegistry::Factory::Factory()
    [all...]
shell_window_registry.h 59 // a convenience wrapper around ShellWindowRegistry::Factory::GetForProfile.
110 class Factory : public BrowserContextKeyedServiceFactory {
114 static Factory* GetInstance();
116 friend struct DefaultSingletonTraits<Factory>;
118 Factory();
119 virtual ~Factory();
shell_window_geometry_cache.cc 46 return Factory::GetForContext(context, true /* create */);
273 // Factory boilerplate
276 ShellWindowGeometryCache* ShellWindowGeometryCache::Factory::GetForContext(
282 ShellWindowGeometryCache::Factory*
283 ShellWindowGeometryCache::Factory::GetInstance() {
284 return Singleton<ShellWindowGeometryCache::Factory>::get();
287 ShellWindowGeometryCache::Factory::Factory()
294 ShellWindowGeometryCache::Factory::~Factory() {
    [all...]
  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.cc 28 HttpAuthHandlerSpdyProxy::Factory::Factory(
33 HttpAuthHandlerSpdyProxy::Factory::~Factory() {
36 int HttpAuthHandlerSpdyProxy::Factory::CreateAuthHandler(
  /external/guava/guava/src/com/google/common/collect/
HashBasedTable.java 55 private static class Factory<C, V>
58 Factory(int expectedSize) {
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) {
110 super(backingMap, factory);
  /external/chromium_org/chrome/browser/content_settings/
cookie_settings.cc 49 scoped_refptr<CookieSettings> CookieSettings::Factory::GetForProfile(
57 CookieSettings::Factory* CookieSettings::Factory::GetInstance() {
58 return Singleton<CookieSettings::Factory>::get();
61 CookieSettings::Factory::Factory()
67 CookieSettings::Factory::~Factory() {}
69 void CookieSettings::Factory::RegisterProfilePrefs(
77 content::BrowserContext* CookieSettings::Factory::GetBrowserContextToUse
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 34 * DNSTaskStarter.Factory enable the creation of new instance of DNSTaskStarter.
36 public static final class Factory {
38 private static volatile Factory _instance;
58 private static final AtomicReference<Factory.ClassDelegate> _databaseClassDelegate = new AtomicReference<Factory.ClassDelegate>();
60 private Factory() {
71 * @see DNSTaskStarter.Factory.ClassDelegate
73 public static void setClassDelegate(Factory.ClassDelegate delegate) {
82 * @see DNSTaskStarter.Factory.ClassDelegate
84 public static Factory.ClassDelegate classDelegate()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityUIElementChromium.h 42 class Factory {
44 virtual ~Factory() { }
48 AccessibilityUIElement(const WebKit::WebAccessibilityObject&, Factory*);
59 Factory* factory() const { return m_factory; } function in class:WebTestRunner::AccessibilityUIElement
146 Factory* m_factory;
153 RootAccessibilityUIElement(const WebKit::WebAccessibilityObject&, Factory*);
163 class AccessibilityUIElementList : public AccessibilityUIElement::Factory {
  /external/chromium/net/http/
http_auth_handler_mock.cc 137 HttpAuthHandlerMock::Factory::Factory()
142 HttpAuthHandlerMock::Factory::~Factory() {
145 void HttpAuthHandlerMock::Factory::set_mock_handler(
151 int HttpAuthHandlerMock::Factory::CreateAuthHandler(
http_auth_handler_ntlm.h 40 class Factory : public HttpAuthHandlerFactory {
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_org/net/http/
http_auth_handler_mock.cc 153 HttpAuthHandlerMock::Factory::Factory()
158 HttpAuthHandlerMock::Factory::~Factory() {
161 void HttpAuthHandlerMock::Factory::AddMockHandler(
166 int HttpAuthHandlerMock::Factory::CreateAuthHandler(
http_auth_handler_mock.h 31 // The Factory class returns handlers in the order they were added via
33 class Factory : public HttpAuthHandlerFactory {
35 Factory();
36 virtual ~Factory();
  /external/chromium_org/chrome/common/extensions/docs/server2/
chained_compiled_file_system_test.py 35 self._base_factory = CompiledFileSystem.Factory(base_file_system,
38 self._patched_factory = CompiledFileSystem.Factory(self._file_system,
40 self._chained_factory = ChainedCompiledFileSystem.Factory(
  /external/chromium_org/content/test/net/
url_request_failed_job.cc 64 URLRequestFailedJob::Factory);
66 URLRequestFailedJob::Factory);
80 net::URLRequestJob* URLRequestFailedJob::Factory(

Completed in 321 milliseconds

1 2 3 45 6 7 8 91011>>