Home
last modified time | relevance | path

Searched defs:findFactory (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/internal/annotations/
DAnnotationHelper.java43 public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Method m) { in findFactory() method in AnnotationHelper
47 public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Constructor c) { in findFactory() method in AnnotationHelper
/external/skia/src/pipe/
DSkPipeReader.cpp210 SkFlattenable::Factory findFactory(const char name[]) { in findFactory() function in SkPipeReader