Searched refs:getFactory (Results 76 - 100 of 104) sorted by relevance

12345

/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp321 SkFlattenable::Factory SkColorMatrixFilter::getFactory() { return CreateProc; } function in class:SkColorMatrixFilter
H A DSkGradientShader.cpp872 virtual Factory getFactory() SK_OVERRIDE { return CreateProc; }
1534 virtual Factory getFactory() SK_OVERRIDE { return CreateProc; }
2075 virtual Factory getFactory() SK_OVERRIDE { return CreateProc; }
2157 virtual Factory getFactory() SK_OVERRIDE { return CreateProc; }
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java383 EntryFactory.getFactory(Strength.STRONG, false, false));
385 EntryFactory.getFactory(Strength.STRONG, true, false));
387 EntryFactory.getFactory(Strength.STRONG, false, true));
389 EntryFactory.getFactory(Strength.STRONG, true, true));
391 EntryFactory.getFactory(Strength.WEAK, false, false));
393 EntryFactory.getFactory(Strength.WEAK, true, false));
395 EntryFactory.getFactory(Strength.WEAK, false, true));
397 EntryFactory.getFactory(Strength.WEAK, true, true));
/external/skia/samplecode/
H A DSampleAll.cpp167 virtual Factory getFactory() { return CreateProc; } function in class:Dot2DPathEffect
225 virtual Factory getFactory() { return CreateProc; } function in class:Line2DPathEffect
H A DSampleSlides.cpp615 virtual Factory getFactory() { return CreateProc; } function in class:Line2DPathEffect
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java381 public static LogFactory getFactory() throws LogConfigurationException { method in class:LogFactory
649 //return (getFactory().getInstance(clazz));
673 //return (getFactory().getInstance(name));
964 * LogFactory.getFactory (either directly or via LogFactory.getLog). Because
1033 * getFactory method, and as that is almost always invoked via
1034 * LogFactory.getFactory, any custom definition in a subclass would be
1035 * pointless. Only a class with a custom getFactory method, then invoked
1036 * directly via CustomFactoryImpl.getFactory or similar would ever call
/external/clang/include/clang/Sema/
H A DAttributeList.h426 AttributeFactory &getFactory() const { return Factory; }
H A DDeclSpec.h1528 Attrs(ds.getAttributePool().getFactory()), AsmLabel(0),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/skia/src/core/
H A DSkBlitter.cpp673 virtual Factory getFactory() {
H A DSkBitmap.cpp1423 SkPixelRef::Factory fact = fPixelRef->getFactory();
H A DSkDraw.cpp2218 virtual Factory getFactory() { return CreateProc; } function in class:SkTriColorShader
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java254 entryFactory = EntryFactory.getFactory(keyStrength, usesAccessEntries(), usesWriteEntries());
561 static EntryFactory getFactory(Strength keyStrength, boolean usesAccessQueue, method in class:LocalCache.EntryFactory
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java209 entryFactory = EntryFactory.getFactory(keyStrength, expires(), evictsBySize());
531 static EntryFactory getFactory(Strength keyStrength, boolean expireAfterWrite, method in class:MapMakerInternalMap.EntryFactory
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 1583 milliseconds

12345