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

1 2 3

  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
SmaliElementTypes.java 53 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/
SmaliEndLocalDebugStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliEpilogueDebugStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliFieldInitializer.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliLineDebugStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliLocalDebugStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliPrologueDebugStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliRestartLocalDebugStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliSourceDebugStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliSourceStatement.java 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliArrayDataElement.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliCatchAllStatement.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliImplementsStatement.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliMethodReferenceParamList.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliPackedSwitchElement.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliSparseSwitchElement.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliSuperStatement.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliVoidTypeElement.java 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliAnnotationParameterList.java 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliLocalName.java 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliCatchStatement.java 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliLabel.java 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliMemberName.java 43 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
SmaliPrimitiveTypeElement.java 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverUtils.java 57 return LazyHolder.FACTORY.newDefaultSolver().solve(f, x0, x1);
80 UnivariateRealSolver solver = LazyHolder.FACTORY.newDefaultSolver();
231 /** Holder for the factory.
235 /** Cached solver factory */
236 private static final UnivariateRealSolverFactory FACTORY = UnivariateRealSolverFactory.newInstance();

Completed in 383 milliseconds

1 2 3