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

1 2 3 4 5

  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
AndroidDigestFactory.java 31 private static final AndroidDigestFactoryInterface FACTORY;
56 FACTORY = (AndroidDigestFactoryInterface) factoryImplementationClass.newInstance();
65 return FACTORY.getMD5();
69 return FACTORY.getSHA1();
73 return FACTORY.getSHA224();
77 return FACTORY.getSHA256();
81 return FACTORY.getSHA384();
85 return FACTORY.getSHA512();
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ClassesKey.java 19 private static final Key FACTORY = (Key)KeyFactory.create(Key.class, KeyFactory.OBJECT_BY_CLASS);
29 return FACTORY.newInstance(array);
  /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() {
  /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 822 milliseconds

1 2 3 4 5