Home
last modified time | relevance | path

Searched refs:FACTORY (Results 1 – 25 of 46) 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/skqp/src/utils/
DSkShadowUtils.cpp212 template <typename FACTORY, int MAX_ENTRIES>
217 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
238 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
260 FACTORY fFactory;
297 template <typename FACTORY>
298 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
314 template <typename FACTORY>
316 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
328 const FACTORY* fFactory;
336 template <typename FACTORY>
[all …]
/external/skia/src/utils/
DSkShadowUtils.cpp213 template <typename FACTORY, int MAX_ENTRIES>
218 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
239 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
261 FACTORY fFactory;
298 template <typename FACTORY>
299 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
315 template <typename FACTORY>
317 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
329 const FACTORY* fFactory;
337 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/
DSmaliSourceStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceStatement
DSmaliRestartLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliRestartLocalDebugStatement
DSmaliEpilogueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEpilogueDebugStatement
DSmaliEndLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEndLocalDebugStatement
DSmaliLineDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLineDebugStatement
DSmaliPrologueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPrologueDebugStatement
DSmaliFieldInitializer.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliFieldInitializer
DSmaliLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLocalDebugStatement
DSmaliSourceDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceDebugStatement
DSmaliPackedSwitchElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPackedSwitchElement
DSmaliImplementsStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliImplementsStatement
DSmaliCatchAllStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliCatchAllStatement
DSmaliArrayDataElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliArrayDataElement
DSmaliMethodReferenceParamList.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliMethodReferenceParamList
DSmaliSuperStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSuperStatement
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