HomeSort by relevance Sort by last modified time
    Searched refs:Factory (Results 1 - 25 of 669) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_none.cpp 12 SkFontMgr* SkFontMgr::Factory() {
SkFontMgr_default_dw.cpp 4 SkFontMgr* SkFontMgr::Factory() {
SkFontMgr_default_gdi.cpp 4 SkFontMgr* SkFontMgr::Factory() {
  /external/skia/src/ports/
SkFontHost_none.cpp 12 SkFontMgr* SkFontMgr::Factory() {
SkFontMgr_default_dw.cpp 4 SkFontMgr* SkFontMgr::Factory() {
SkFontMgr_default_gdi.cpp 4 SkFontMgr* SkFontMgr::Factory() {
  /external/deqp/framework/common/
tcuFactoryRegistry.hpp 52 void registerFactory (AbstractFactory* factory);
81 template<class Factory>
92 void registerFactory (Factory* factory) { m_registry.registerFactory(factory); }
94 Factory* getFactoryByName (const std::string& name);
95 const Factory* getFactoryByName (const std::string& name) const;
97 Factory* getFactoryByIndex (size_t index);
98 const Factory* getFactoryByIndex (size_t index) const;
100 Factory* getDefaultFactory (void) { return getFactoryByIndex(0);
    [all...]
  /frameworks/base/core/java/android/text/
Spannable.java 49 * Factory used by TextView to create new Spannables. You can subclass
52 public static class Factory {
53 private static Spannable.Factory sInstance = new Spannable.Factory();
56 * Returns the standard Spannable Factory.
58 public static Spannable.Factory getInstance() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Factory.java 19 public interface Factory<A> {
  /external/chromium_org/media/midi/
midi_manager_android.cc 13 scoped_ptr<UsbMidiDevice::Factory>(new UsbMidiDeviceFactoryAndroid));
  /external/chromium_org/third_party/skia/src/core/
SkImageGeneratorPriv.h 30 * @param factory If not NULL, this object will be used as a
37 SkDiscardableMemory::Factory* factory);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /external/skia/src/core/
SkImageGeneratorPriv.h 30 * @param factory If not NULL, this object will be used as a
37 SkDiscardableMemory::Factory* factory);
  /external/clang/unittests/AST/
DeclTest.cpp 23 std::unique_ptr<FrontendActionFactory> Factory(
32 Factory->create(),
56 Factory->create(),
  /cts/tests/tests/text/src/android/text/cts/
Editable_FactoryTest.java 22 import android.text.Editable.Factory;
26 Factory mFactory;
34 // new the Factory instance
35 mFactory = new Editable.Factory();
43 // new the Factory instance
44 mFactory = Factory.getInstance();
45 assertTrue(mFactory instanceof Editable.Factory);
Spannable_FactoryTest.java 22 import android.text.Spannable.Factory;
28 Factory factory = Spannable.Factory.getInstance(); local
30 Spannable spannable = factory.newSpannable(text);
36 factory.newSpannable(null);
43 Spannable.Factory factory = Spannable.Factory.getInstance(); local
44 assertNotNull(factory);
    [all...]
  /external/chromium_org/apps/
browser_context_keyed_service_factories.cc 16 apps::AppWindowGeometryCache::Factory::GetInstance();
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
temporal_layers.h 27 // Factory for TemporalLayer strategy. Default behaviour is a fixed pattern
29 struct Factory {
30 Factory() {}
31 virtual ~Factory() {}
56 // Factory for a temporal layers strategy that adaptively changes the number of
59 struct RealTimeTemporalLayersFactory : TemporalLayers::Factory {
  /external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java 12 * To create you own filtering class for Internet Addresses you will need to implement the class and the factory delegate. These must be called before any other call to JmDNS.
31 * 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 {
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() {
86 * @see JmmDNS.Factory.ClassDelegat
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkFlattenable.h 31 virtual Factory getFactory() const SK_OVERRIDE { return NULL; }
34 virtual Factory getFactory() const SK_OVERRIDE { return CreateProc; } \
70 typedef SkFlattenable* (*Factory)(SkReadBuffer&);
74 /** Implement this to return a factory function pointer that can be called
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)
    [all...]
  /external/hamcrest/library/src/org/hamcrest/text/
StringContains.java 5 import org.hamcrest.Factory;
24 @Factory
StringEndsWith.java 5 import org.hamcrest.Factory;
24 @Factory
StringStartsWith.java 5 import org.hamcrest.Factory;
24 @Factory
  /external/skia/include/core/
SkFlattenable.h 31 virtual Factory getFactory() const SK_OVERRIDE { return NULL; }
34 virtual Factory getFactory() const SK_OVERRIDE { return CreateProc; } \
70 typedef SkFlattenable* (*Factory)(SkReadBuffer&);
74 /** Implement this to return a factory function pointer that can be called
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)
    [all...]
  /external/hamcrest/src/org/hamcrest/core/
IsNull.java 8 import org.hamcrest.Factory;
26 @Factory
34 @Factory
42 @Factory
50 @Factory

Completed in 331 milliseconds

1 2 3 4 5 6 7 8 91011>>