Home
last modified time | relevance | path

Searched refs:FACTORY (Results 1 – 25 of 53) sorted by relevance

123

/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/skia/src/utils/
DSkShadowUtils.cpp208 template <typename FACTORY, int MAX_ENTRIES>
213 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
234 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
256 FACTORY fFactory;
293 template <typename FACTORY>
294 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
310 template <typename FACTORY>
312 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
324 const FACTORY* fFactory;
332 template <typename FACTORY>
[all …]
/external/skqp/src/utils/
DSkShadowUtils.cpp207 template <typename FACTORY, int MAX_ENTRIES>
212 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
233 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
255 FACTORY fFactory;
292 template <typename FACTORY>
293 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
309 template <typename FACTORY>
311 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
323 const FACTORY* fFactory;
331 template <typename FACTORY>
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DArchiveStreamFactoryTest.java196 private static final ArchiveStreamFactory FACTORY = new ArchiveStreamFactory(); field in ArchiveStreamFactoryTest
276 … new TestData("bla.arj", ArchiveStreamFactory.ARJ, false, ARJ_DEFAULT, FACTORY, "charsetName"),
282 … new TestData("bla.cpio", ArchiveStreamFactory.CPIO, true, CPIO_DEFAULT, FACTORY, "encoding"),
288 … new TestData("bla.dump", ArchiveStreamFactory.DUMP, false, DUMP_DEFAULT, FACTORY, "encoding"),
294 new TestData("bla.tar", ArchiveStreamFactory.TAR, true, TAR_DEFAULT, FACTORY, "encoding"),
300 new TestData("bla.jar", ArchiveStreamFactory.JAR, true, JAR_DEFAULT, FACTORY, "encoding"),
306 new TestData("bla.zip", ArchiveStreamFactory.ZIP, true, ZIP_DEFAULT, FACTORY, "encoding"),
/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/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java43 private static final Factory FACTORY = CONFIG.getCldrFactory(); field in ShowRegionalVariants
73 for (String locale : FACTORY.getAvailable()) { in main()
122 … CLDRFile parentFile = FACTORY.make(parent.toString(), true, DraftStatus.contributed); in main()
134 CLDRFile childFile = FACTORY.make(childString, false, DraftStatus.contributed); in main()
205 parentChain.add(FACTORY.make(current.toString(), true)); in main()
/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/
DSmaliRestartLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliRestartLocalDebugStatement
DSmaliSourceStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceStatement
DSmaliLineDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLineDebugStatement
DSmaliLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliLocalDebugStatement
DSmaliSourceDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSourceDebugStatement
DSmaliPrologueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPrologueDebugStatement
DSmaliFieldInitializer.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliFieldInitializer
DSmaliEndLocalDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEndLocalDebugStatement
DSmaliEpilogueDebugStatement.java38 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliEpilogueDebugStatement
DSmaliImplementsStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliImplementsStatement
DSmaliSuperStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSuperStatement
DSmaliCatchAllStatement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliCatchAllStatement
DSmaliArrayDataElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliArrayDataElement
DSmaliPackedSwitchElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliPackedSwitchElement
DSmaliMethodReferenceParamList.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliMethodReferenceParamList
DSmaliVoidTypeElement.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliVoidTypeElement
DSmaliSparseSwitchElement.java39 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliSparseSwitchElement
DSmaliAnnotationParameterList.java40 public static final SmaliCompositeElementFactory FACTORY = new SmaliCompositeElementFactory() { field in SmaliAnnotationParameterList

123