Searched refs:Factory (Results 26 - 50 of 593) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DTestClassDef.h25 static Test* Factory(void*) { return SkNEW(function##Class); } \
30 static TestRegistry gReg_##function##Class(function##Class::Factory); \
37 static Test* Factory(void*) { return SkNEW(classname); } \
42 static TestRegistry gReg_##classname(classname::Factory); \
49 static Test* Factory(void*) { return SkNEW(classname); } \
56 static TestRegistry gReg_##classname(classname::Factory); \
/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm_win.cc45 HttpAuthHandlerNTLM::Factory::Factory() function in class:net::HttpAuthHandlerNTLM::Factory
52 HttpAuthHandlerNTLM::Factory::~Factory() {
55 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
H A Dhttp_auth_handler_basic.h20 class Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerBasic
22 Factory();
23 virtual ~Factory();
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_win.cc45 HttpAuthHandlerNTLM::Factory::Factory() function in class:net::HttpAuthHandlerNTLM::Factory
51 HttpAuthHandlerNTLM::Factory::~Factory() {
54 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
H A Dhttp_auth_handler_basic.h19 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerBasic
21 Factory();
22 virtual ~Factory();
/external/chromium_org/v8/src/
H A Dfactory.cc45 Handle<Box> Factory::NewBox(Handle<Object> value, PretenureFlag pretenure) {
53 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) {
62 Handle<FixedArray> Factory::NewFixedArrayWithHoles(int size,
72 Handle<FixedDoubleArray> Factory::NewFixedDoubleArray(int size,
82 Handle<ConstantPoolArray> Factory::NewConstantPoolArray(
97 Handle<NameDictionary> Factory::NewNameDictionary(int at_least_space_for) {
106 Handle<SeededNumberDictionary> Factory::NewSeededNumberDictionary(
116 Handle<UnseededNumberDictionary> Factory::NewUnseededNumberDictionary(
126 Handle<ObjectHashSet> Factory::NewObjectHashSet(int at_least_space_for) {
135 Handle<ObjectHashTable> Factory
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-set-variable-value.js141 function Factory(debug_stop) {
149 new ClosureTestCase(0, 4, 't', 7, 9, true, function Factory(debug_stop) {
158 new ClosureTestCase(0, 6, 't', 10, 13, true, function Factory(debug_stop) {
168 function Factory(debug_stop) {
177 function Factory(debug_stop) {
194 function Factory(debug_stop) {
221 RunPauseTest(0, 'HelloYou', 'u', 'We', 'HelloWe', (function Factory() {
231 (function Factory() {
242 RunPauseTest(0, 'mouse', 'v1', 'dog', 'dog', (function Factory() {
251 RunPauseTest(0, 'mouse', 'v1', 'dog', 'dog', (function Factory() {
[all...]
/external/hamcrest/src/org/hamcrest/core/
H A DAllOf.java6 import org.hamcrest.Factory;
38 @Factory
46 @Factory
H A DAnyOf.java6 import org.hamcrest.Factory;
39 @Factory
47 @Factory
H A DIsNot.java8 import org.hamcrest.Factory;
33 @Factory
44 @Factory
H A DIsInstanceOf.java7 import org.hamcrest.Factory;
39 @Factory
H A DIsSame.java7 import org.hamcrest.Factory;
35 @Factory
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction10x.java37 public static final InstructionFactory Factory = new Factory(); field in class:Instruction10x
59 private static class Factory implements InstructionFactory { class in class:Instruction10x
/external/chromium/chrome/browser/net/
H A Durl_request_mock_link_doctor_job.cc25 net::URLRequestJob* URLRequestMockLinkDoctorJob::Factory( function in class:URLRequestMockLinkDoctorJob
36 URLRequestMockLinkDoctorJob::Factory);
/external/chromium_org/ppapi/proxy/
H A Dinterface_proxy.h23 // Factory function type for interfaces. Ownership of the returned pointer
25 typedef InterfaceProxy* (*Factory)(Dispatcher* dispatcher); typedef in class:ppapi::proxy::InterfaceProxy
42 InterfaceProxy::Factory create_proxy;
/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 DIReportDataModel.java25 abstract class Factory class in interface:IReportDataModel
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DCompoundButtonCheckedMatcher.java5 import org.hamcrest.Factory;
24 @Factory
/external/skia/dm/
H A DDMCpuTask.h24 skiagm::GMRegistry::Factory,
33 skiagm::GMRegistry::Factory fGMFactory;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java18 final class HTMLDocument extends IElement.Factory.ElementImpl
32 super.add (m_head = IElement.Factory.create (Tag.HEAD));
33 super.add (m_body = IElement.Factory.create (Tag.BODY));
38 final ISimpleElement meta = ISimpleElement.Factory.create (Tag.META);
52 final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false);
120 final IElement style = IElement.Factory.create (Tag.STYLE);
140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK);
155 final IElement h = IElement.Factory.create (Hl);
166 final IElement h = IElement.Factory.create (Hl);
175 final IElement hr = IElement.Factory
[all...]
/external/v8/src/
H A Dfactory.cc43 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) {
52 Handle<FixedArray> Factory::NewFixedArrayWithHoles(int size,
62 Handle<FixedDoubleArray> Factory::NewFixedDoubleArray(int size,
72 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) {
80 Handle<SeededNumberDictionary> Factory::NewSeededNumberDictionary(
89 Handle<UnseededNumberDictionary> Factory::NewUnseededNumberDictionary(
98 Handle<ObjectHashSet> Factory::NewObjectHashSet(int at_least_space_for) {
106 Handle<ObjectHashTable> Factory::NewObjectHashTable(int at_least_space_for) {
114 Handle<DescriptorArray> Factory::NewDescriptorArray(int number_of_descriptors) {
122 Handle<DeoptimizationInputData> Factory
[all...]
/external/chromium/net/url_request/
H A Durl_request_about_job.h21 static URLRequest::ProtocolFactory Factory; member in class:net::URLRequestAboutJob
/external/chromium_org/third_party/skia/src/core/
H A DSkDiscardableMemory.h21 * Factory method that creates, initializes and locks an SkDiscardableMemory
27 * Factory class that creates, initializes and locks an SkDiscardableMemory
30 class Factory : public SkRefCnt { class in class:SkDiscardableMemory
/external/hamcrest/src/org/hamcrest/
H A DFactory.java16 public @interface Factory { interface
/external/skia/src/core/
H A DSkDiscardableMemory.h21 * Factory method that creates, initializes and locks an SkDiscardableMemory
27 * Factory class that creates, initializes and locks an SkDiscardableMemory
30 class Factory : public SkRefCnt { class in class:SkDiscardableMemory

Completed in 565 milliseconds

1234567891011>>