Searched defs:Factory (Results 51 - 75 of 150) sorted by relevance

123456

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
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
H A DInstruction41c.java45 public static final InstructionFactory Factory = new Factory(); field in class:Instruction41c
92 private static class Factory implements InstructionFactory { class in class:Instruction41c
H A DInstruction51l.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction51l
80 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction51l
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 DInstruction20bc.java37 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction20bc
95 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction20bc
H A DInstruction21h.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction21h
89 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction21h
H A DInstruction21t.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction21t
98 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction21t
H A DInstruction22b.java39 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction22b
88 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction22b
H A DInstruction22c.java42 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction22c
101 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction22c
H A DInstruction22cs.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction22cs
92 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction22cs
H A DInstruction22s.java40 public static final Instruction.InstructionFactory Factory = new Factory(); field in class:Instruction22s
88 private static class Factory implements Instruction.InstructionFactory { class in class:Instruction22s
/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.h39 static net::URLRequest::ProtocolFactory Factory; member in class:URLRequestAutomationJob
/external/chromium/chrome/browser/chromeos/
H A Dgview_request_interceptor_unittest.cc54 &GViewRequestInterceptorTest::Factory);
64 static net::URLRequestJob* Factory(net::URLRequest* request, function in class:chromeos::GViewRequestInterceptorTest
/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:__anon2264::MetadataRequestHandler
135 &MetadataRequestHandler::Factory);
H A Durl_request_mock_net_error_job.cc48 ->AddUrlHandler(url, &URLRequestMockNetErrorJob::Factory);
60 net::URLRequestJob* URLRequestMockNetErrorJob::Factory( function in class:URLRequestMockNetErrorJob
/external/chromium/net/http/
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_mock.h32 // The Factory class simply returns the same handler each time
34 class Factory : public HttpAuthHandlerFactory { class in class:net::HttpAuthHandlerMock
36 Factory();
37 virtual ~Factory();
/external/chromium/net/url_request/
H A Durl_request_filter.cc18 URLRequestJob* URLRequestFilter::Factory(URLRequest* request, function in class:net::URLRequestFilter
36 URLRequest::RegisterProtocolFactory(scheme, &URLRequestFilter::Factory);
60 // URLRequestFilter::Factory will keep forwarding the requests to the
73 &URLRequestFilter::Factory);
92 // URLRequestFilter::Factory will keep forwarding the requests to the
/external/emma/core/java12/com/vladium/emma/filter/
H A DIInclExclFilter.java36 abstract class Factory class in interface:IInclExclFilter
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElement.java26 abstract class Factory class in interface:IElement
39 static class ElementImpl extends ISimpleElement.Factory.SimpleElementImpl
H A DISimpleElement.java26 abstract class Factory class in interface:ISimpleElement
/external/guava/guava/src/com/google/common/collect/
H A DHashBasedTable.java55 private static class Factory<C, V> class in class:HashBasedTable
58 Factory(int expectedSize) { method in class:HashBasedTable.Factory
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) {
/external/skia/legacy/src/images/
H A DSkImageDecoder_libbmp.cpp30 static SkImageDecoder* Factory(SkStream* stream) { function
44 static SkTRegistry<SkImageDecoder*, SkStream*> gReg(Factory);
/external/skia/tests/
H A DBitmapTransformerTest.cpp20 static Test* Factory(void*) {return SkNEW(BitmapTransformerTestClass); } function in class:skiatest::BitmapTransformerTestClass
96 static TestRegistry gReg(BitmapTransformerTestClass::Factory);

Completed in 809 milliseconds

123456