Searched refs:Factory (Results 1 - 25 of 593) sorted by relevance

1234567891011>>

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DFormat.java34 Format10t(Instruction10t.Factory, 2),
35 Format10x(Instruction10x.Factory, 2),
36 Format11n(Instruction11n.Factory, 2),
37 Format11x(Instruction11x.Factory, 2),
38 Format12x(Instruction12x.Factory, 2),
39 Format20bc(Instruction20bc.Factory, 4),
40 Format20t(Instruction20t.Factory, 4),
41 Format21c(Instruction21c.Factory, 4),
42 Format21h(Instruction21h.Factory, 4),
43 Format21s(Instruction21s.Factory,
73 public final Instruction.InstructionFactory Factory; field in class:Format
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_none.cpp12 SkFontMgr* SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_default_dw.cpp4 SkFontMgr* SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_default_gdi.cpp4 SkFontMgr* SkFontMgr::Factory() { function in class:SkFontMgr
/external/skia/src/ports/
H A DSkFontHost_none.cpp12 SkFontMgr* SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_default_dw.cpp4 SkFontMgr* SkFontMgr::Factory() { function in class:SkFontMgr
H A DSkFontMgr_default_gdi.cpp4 SkFontMgr* SkFontMgr::Factory() { function in class:SkFontMgr
/external/clang/unittests/AST/
H A DDeclTest.cpp23 llvm::OwningPtr<FrontendActionFactory> Factory(
32 Factory->create(),
56 Factory->create(),
/external/chromium_org/chrome/browser/devtools/
H A Dport_forwarding_controller.h22 class Factory : public BrowserContextKeyedServiceFactory { class in class:PortForwardingController
24 // Returns singleton instance of Factory.
25 static Factory* GetInstance();
31 friend struct DefaultSingletonTraits<Factory>;
33 Factory();
34 virtual ~Factory();
39 DISALLOW_COPY_AND_ASSIGN(Factory);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h43 class Factory { class in class:clang::ento::BlockCounter
46 Factory(llvm::BumpPtrAllocator& Alloc);
47 ~Factory();
55 friend class 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/chromium_org/third_party/skia/include/core/
H A DSkFlattenable.h31 virtual Factory getFactory() const SK_OVERRIDE { return NULL; }
34 virtual Factory getFactory() const SK_OVERRIDE { return CreateProc; } \
70 typedef SkFlattenable* (*Factory)(SkFlattenableReadBuffer&); typedef in class:SkFlattenable
78 virtual Factory getFactory() const = 0;
84 static Factory NameToFactory(const char name[]);
85 static const char* FactoryToName(Factory);
88 static void Register(const char name[], Factory, Type);
92 Registrar(const char name[], Factory factory, Type type) {
101 be passed to your Factory function, returned by getFactory().
H A DSkTRegistry.h21 typedef T Factory; typedef in class:SkTRegistry
43 const Factory& factory() const { return fFact; }
46 Factory fFact;
/external/skia/include/core/
H A DSkFlattenable.h31 virtual Factory getFactory() const SK_OVERRIDE { return NULL; }
34 virtual Factory getFactory() const SK_OVERRIDE { return CreateProc; } \
70 typedef SkFlattenable* (*Factory)(SkFlattenableReadBuffer&); typedef in class:SkFlattenable
78 virtual Factory getFactory() const = 0;
84 static Factory NameToFactory(const char name[]);
85 static const char* FactoryToName(Factory);
88 static void Register(const char name[], Factory, Type);
92 Registrar(const char name[], Factory factory, Type type) {
101 be passed to your Factory function, returned by getFactory().
H A DSkTRegistry.h21 typedef T Factory; typedef in class:SkTRegistry
43 const Factory& factory() const { return fFact; }
46 Factory fFact;
/external/hamcrest/src/org/hamcrest/core/
H A DIsNull.java8 import org.hamcrest.Factory;
26 @Factory
34 @Factory
42 @Factory
50 @Factory
H A DIs.java5 import org.hamcrest.Factory;
40 @Factory
51 @Factory
62 @Factory
H A DIsAnything.java7 import org.hamcrest.Factory;
37 @Factory
47 @Factory
55 @Factory
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp55 static inline CountMap::Factory& GetFactory(void *F) {
56 return *static_cast<CountMap::Factory*>(F);
66 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { function in class:BlockCounter::Factory
67 F = new CountMap::Factory(Alloc);
70 BlockCounter::Factory::~Factory() {
71 delete static_cast<CountMap::Factory*>(F);
75 BlockCounter::Factory::IncrementCount(BlockCounter BC,
84 BlockCounter::Factory
[all...]
/external/chromium_org/third_party/skia/src/lazy/
H A DSkDiscardablePixelRef.h32 SkDiscardableMemory::Factory* const fDMFactory;
42 SkDiscardableMemory::Factory* factory);
45 SkDiscardableMemory::Factory*);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-3.js44 "function Factory(p) {\n"
51 var z6 = Factory(6);
54 var script = Debug.findScript(Factory);
66 var z100 = Factory(100)();
/external/skia/src/lazy/
H A DSkDiscardablePixelRef.h32 SkDiscardableMemory::Factory* const fDMFactory;
42 SkDiscardableMemory::Factory* factory);
45 SkDiscardableMemory::Factory*);
/external/v8/test/mjsunit/
H A Ddebug-liveedit-3.js44 "function Factory(p) {\n"
51 var z6 = Factory(6);
54 var script = Debug.findScript(Factory);
66 var z100 = Factory(100)();
/external/chromium/chrome/browser/net/
H A Durl_request_mock_link_doctor_job.h17 static net::URLRequest::ProtocolFactory Factory; member in class:URLRequestMockLinkDoctorJob
/external/junit/src/org/junit/internal/matchers/
H A DStringContains.java5 import org.hamcrest.Factory;
26 @Factory

Completed in 1690 milliseconds

1234567891011>>