Searched refs:Factory (Results 151 - 175 of 593) sorted by relevance

1234567891011>>

/external/chromium_org/net/http/
H A Dhttp_pipelined_host_pool.h43 HttpPipelinedHost::Factory* factory,
92 scoped_ptr<HttpPipelinedHost::Factory> factory_;
H A Dhttp_auth_handler_basic_unittest.cc33 HttpAuthHandlerBasic::Factory factory;
86 HttpAuthHandlerBasic::Factory factory;
183 HttpAuthHandlerBasic::Factory 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/third_party/skia/src/core/
H A DSkPtrRecorder.h118 class SkFactorySet : public SkTPtrSet<SkFlattenable::Factory> {};
122 * Also has a function to return the next added Factory's name.
131 * Find the specified Factory in the set. If it is not already in the set,
133 * If the Factory has no registered name, return 0.
135 uint32_t find(SkFlattenable::Factory);
139 * Factory added after the Factory name returned by the last call to this
/external/chromium_org/third_party/tlslite/test/
H A Dtwistedserver.py2 from twisted.internet.protocol import Protocol, Factory namespace
53 factory = Factory()
/external/hamcrest/src/org/hamcrest/core/
H A DDescribedAs.java9 import org.hamcrest.Factory;
51 @Factory
H A DIsEqual.java7 import org.hamcrest.Factory;
66 @Factory
/external/llvm/unittests/ADT/
H A DImmutableMapTest.cpp18 ImmutableMap<int, int>::Factory f;
31 ImmutableMap<int, int>::Factory f;
H A DImmutableSetTest.cpp38 ImmutableSet<int>::Factory f;
52 ImmutableSet<int>::Factory f;
80 ImmutableSet<int>::Factory f;
118 ImmutableSet<int>::Factory f;
141 ImmutableSet<char>::Factory f;
153 ImmutableSet<char>::Factory f;
176 ImmutableSet<long>::Factory f;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DHasCompoundDrawablesMatcher.java6 import org.hamcrest.Factory;
41 @Factory
H A DImageViewHasDrawableMatcher.java6 import org.hamcrest.Factory;
45 @Factory
/external/skia/src/core/
H A DSkPtrRecorder.h118 class SkFactorySet : public SkTPtrSet<SkFlattenable::Factory> {};
122 * Also has a function to return the next added Factory's name.
131 * Find the specified Factory in the set. If it is not already in the set,
133 * If the Factory has no registered name, return 0.
135 uint32_t find(SkFlattenable::Factory);
139 * Factory added after the Factory name returned by the last call to this
/external/skia/tests/
H A DBitmapHasherTest.cpp20 static Test* Factory(void*) {return SkNEW(BitmapHasherTestClass); } function in class:skiatest::BitmapHasherTestClass
59 static TestRegistry gReg(BitmapHasherTestClass::Factory);
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
162 properties = IProperties.Factory.combine (userOverrides,
163 IProperties.Factory.combine (system,
164 IProperties.Factory.combine (systemFile,
165 IProperties.Factory.combine (appDefaults,
/external/chromium/chrome/browser/net/
H A Dmetadata_url_request.cc26 static net::URLRequestJob* Factory(net::URLRequest* request,
56 net::URLRequestJob* MetadataRequestHandler::Factory(net::URLRequest* request, function in class:__anon2294::MetadataRequestHandler
135 &MetadataRequestHandler::Factory);
/external/chromium/net/http/
H A Dhttp_auth_handler_basic_unittest.cc33 HttpAuthHandlerBasic::Factory factory;
86 HttpAuthHandlerBasic::Factory factory;
175 HttpAuthHandlerBasic::Factory factory;
H A Dhttp_auth_handler_digest.h60 class Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerDigest
62 Factory();
63 virtual ~Factory();
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_org/chrome/browser/prefs/
H A Dpref_metrics_service.cc429 PrefMetricsService::Factory* PrefMetricsService::Factory::GetInstance() {
430 return Singleton<PrefMetricsService::Factory>::get();
434 PrefMetricsService* PrefMetricsService::Factory::GetForProfile(
440 PrefMetricsService::Factory::Factory() function in class:PrefMetricsService::Factory
446 PrefMetricsService::Factory::~Factory() {
450 PrefMetricsService::Factory::BuildServiceInstanceFor(
455 bool PrefMetricsService::Factory
[all...]
/external/chromium_org/chrome_frame/test/net/
H A Dtest_automation_provider.cc40 "http", TestAutomationProvider::Factory);
42 "https", TestAutomationProvider::Factory);
73 net::URLRequestJob* TestAutomationProvider::Factory( function in class:TestAutomationProvider
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DArrayDataPseudoInstruction.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:ArrayDataPseudoInstruction
144 private static class Factory implements Instruction.InstructionFactory { class in class:ArrayDataPseudoInstruction
H A DInstruction21c.java42 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction21c
110 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction21c
H A DInstruction35mi.java41 public static final InstructionFactory Factory = new Factory(); field in class:Instruction35mi
130 private static class Factory implements InstructionFactory { class in class:Instruction35mi

Completed in 835 milliseconds

1234567891011>>