/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/ |
D | 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/ |
D | AndroidDigestFactory.java | 31 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/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | ClassesKey.java | 19 … private static final Key FACTORY = (Key)KeyFactory.create(Key.class, KeyFactory.OBJECT_BY_CLASS); field in ClassesKey 29 return FACTORY.newInstance(array); in create()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | UnivariateRealSolverUtils.java | 57 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/ |
D | GifResourceEncoder.java | 26 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/ |
D | SmaliSourceStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceStatement
|
D | SmaliFieldInitializer.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliFieldInitializer
|
D | SmaliLineDebugStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLineDebugStatement
|
D | SmaliEndLocalDebugStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEndLocalDebugStatement
|
D | SmaliLocalDebugStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLocalDebugStatement
|
D | SmaliSourceDebugStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceDebugStatement
|
D | SmaliEpilogueDebugStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEpilogueDebugStatement
|
D | SmaliRestartLocalDebugStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliRestartLocalDebugStatement
|
D | SmaliPrologueDebugStatement.java | 38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPrologueDebugStatement
|
D | SmaliMethodReferenceParamList.java | 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliMethodReferenceParamList
|
D | SmaliCatchAllStatement.java | 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliCatchAllStatement
|
D | SmaliArrayDataElement.java | 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliArrayDataElement
|
D | SmaliImplementsStatement.java | 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliImplementsStatement
|
D | SmaliPackedSwitchElement.java | 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPackedSwitchElement
|
D | SmaliSuperStatement.java | 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSuperStatement
|
D | SmaliSparseSwitchElement.java | 39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSparseSwitchElement
|
D | SmaliVoidTypeElement.java | 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliVoidTypeElement
|
D | SmaliAnnotationParameterList.java | 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliAnnotationParameterList
|
D | SmaliLocalName.java | 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLocalName
|
D | SmaliPrimitiveTypeElement.java | 40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPrimitiveTypeElement
|