Searched refs:FACTORY (Results 1 - 25 of 63) sorted by relevance

123

/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
H A 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/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliEndLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliEndLocalDebugStatement
H A DSmaliEpilogueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliEpilogueDebugStatement
H A DSmaliFieldInitializer.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliFieldInitializer
H A DSmaliLineDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliLineDebugStatement
H A DSmaliLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliLocalDebugStatement
H A DSmaliPrologueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliPrologueDebugStatement
H A DSmaliRestartLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliRestartLocalDebugStatement
H A DSmaliSourceDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliSourceDebugStatement
H A DSmaliSourceStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliSourceStatement
H A DSmaliArrayDataElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliArrayDataElement
H A DSmaliCatchAllStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliCatchAllStatement
H A DSmaliImplementsStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliImplementsStatement
H A DSmaliMethodReferenceParamList.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliMethodReferenceParamList
H A DSmaliPackedSwitchElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliPackedSwitchElement
H A DSmaliSparseSwitchElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliSparseSwitchElement
H A DSmaliSuperStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliSuperStatement
H A DSmaliVoidTypeElement.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliVoidTypeElement
H A DSmaliAnnotationParameterList.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliAnnotationParameterList
H A DSmaliLocalName.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliLocalName
H A DSmaliCatchStatement.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliCatchStatement
H A DSmaliLabel.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliLabel
H A DSmaliMemberName.java43 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in class:SmaliMemberName
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DUnivariateRealSolverUtils.java57 return LazyHolder.FACTORY.newDefaultSolver().solve(f, x0, x1);
80 UnivariateRealSolver solver = LazyHolder.FACTORY.newDefaultSolver();
236 private static final UnivariateRealSolverFactory FACTORY = UnivariateRealSolverFactory.newInstance(); field in class:UnivariateRealSolverUtils.LazyHolder
/external/skqp/src/utils/
H A DSkShadowUtils.cpp212 template <typename FACTORY, int MAX_ENTRIES>
217 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
238 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix,
260 FACTORY fFactory;
297 template <typename FACTORY>
298 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix,
314 template <typename FACTORY>
316 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory)
328 const FACTORY* fFactory;
332 * Function called by SkResourceCache when a matching cache key is found. The FACTORY an
[all...]

Completed in 216 milliseconds

123