Home
last modified time | relevance | path

Searched refs:FACTORY (Results 1 – 25 of 47) sorted by relevance

12

/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
DSmaliElementTypes.java53 new SmaliCompositeElementType("LITERAL", SmaliLiteral.FACTORY);
55 new SmaliCompositeElementType("SUPER_STATEMENT", SmaliSuperStatement.FACTORY);
57 new SmaliCompositeElementType("IMPLEMENTS_STATEMENT", SmaliImplementsStatement.FACTORY);
59 new SmaliCompositeElementType("SOURCE_STATEMENT", SmaliSourceStatement.FACTORY);
61 new SmaliCompositeElementType("REGISTERS_STATEMENT", SmaliRegistersStatement.FACTORY);
63 new SmaliCompositeElementType("REGISTER_REFERENCE", SmaliRegisterReference.FACTORY);
65 new SmaliCompositeElementType("MEMBER_NAME", SmaliMemberName.FACTORY);
67 new SmaliCompositeElementType("LOCAL_NAME", SmaliLocalName.FACTORY);
69 new SmaliCompositeElementType("PARAMETER_STATEMENT", SmaliParameterStatement.FACTORY);
71 new SmaliCompositeElementType("FIELD_INITIALIZER", SmaliFieldInitializer.FACTORY);
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DAndroidDigestFactory.java31 private static final AndroidDigestFactoryInterface FACTORY; field in AndroidDigestFactory
56 FACTORY = (AndroidDigestFactoryInterface) factoryImplementationClass.newInstance();
65 return FACTORY.getMD5(); in getMD5()
69 return FACTORY.getSHA1(); in getSHA1()
73 return FACTORY.getSHA224(); in getSHA224()
77 return FACTORY.getSHA256(); in getSHA256()
81 return FACTORY.getSHA384(); in getSHA384()
85 return FACTORY.getSHA512(); in getSHA512()
/external/skia/src/utils/
DSkShadowUtils.cpp211 template <typename FACTORY, int MAX_ENTRIES>
216 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
237 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
259 FACTORY fFactory;
296 template <typename FACTORY>
297 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
313 template <typename FACTORY>
315 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
327 const FACTORY* fFactory;
335 template <typename FACTORY>
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DUnivariateRealSolverUtils.java57 return LazyHolder.FACTORY.newDefaultSolver().solve(f, x0, x1); in solve()
80 UnivariateRealSolver solver = LazyHolder.FACTORY.newDefaultSolver(); in solve()
236 …private static final UnivariateRealSolverFactory FACTORY = UnivariateRealSolverFactory.newInstance… field in UnivariateRealSolverUtils.LazyHolder
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifResourceEncoder.java26 private static final Factory FACTORY = new Factory(); field in GifResourceEncoder
33 this(bitmapPool, FACTORY); in GifResourceEncoder()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLocalDebugStatement
DSmaliRestartLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliRestartLocalDebugStatement
DSmaliEndLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEndLocalDebugStatement
DSmaliSourceDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceDebugStatement
DSmaliEpilogueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEpilogueDebugStatement
DSmaliSourceStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceStatement
DSmaliFieldInitializer.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliFieldInitializer
DSmaliLineDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLineDebugStatement
DSmaliPrologueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPrologueDebugStatement
DSmaliSuperStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSuperStatement
DSmaliMethodReferenceParamList.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliMethodReferenceParamList
DSmaliPackedSwitchElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPackedSwitchElement
DSmaliArrayDataElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliArrayDataElement
DSmaliCatchAllStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliCatchAllStatement
DSmaliImplementsStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliImplementsStatement
DSmaliSparseSwitchElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSparseSwitchElement
DSmaliVoidTypeElement.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliVoidTypeElement
DSmaliLocalName.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLocalName
DSmaliAnnotationParameterList.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliAnnotationParameterList
DSmaliPrimitiveTypeElement.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPrimitiveTypeElement

12