Searched refs:classOrMethod (Results 1 – 7 of 7) sorted by relevance
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/ |
D | FeatureUtil.java | 211 public static TesterRequirements buildDeclaredTesterRequirements(AnnotatedElement classOrMethod) in buildDeclaredTesterRequirements() argument 215 Iterable<Annotation> testerAnnotations = getTesterAnnotations(classOrMethod); in buildDeclaredTesterRequirements() 230 public static Iterable<Annotation> getTesterAnnotations(AnnotatedElement classOrMethod) { in getTesterAnnotations() argument 232 List<Annotation> annotations = annotationCache.get(classOrMethod); in getTesterAnnotations() 235 for (Annotation a : classOrMethod.getDeclaredAnnotations()) { in getTesterAnnotations() 241 annotationCache.put(classOrMethod, annotations); in getTesterAnnotations()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | FeatureUtil.java | 211 public static TesterRequirements buildDeclaredTesterRequirements(AnnotatedElement classOrMethod) in buildDeclaredTesterRequirements() argument 215 Iterable<Annotation> testerAnnotations = getTesterAnnotations(classOrMethod); in buildDeclaredTesterRequirements() 230 public static Iterable<Annotation> getTesterAnnotations(AnnotatedElement classOrMethod) { in getTesterAnnotations() argument 232 List<Annotation> annotations = annotationCache.get(classOrMethod); in getTesterAnnotations() 235 for (Annotation a : classOrMethod.getDeclaredAnnotations()) { in getTesterAnnotations() 241 annotationCache.put(classOrMethod, annotations); in getTesterAnnotations()
|
/external/catch2/include/internal/ |
D | catch_test_registry.cpp | 21 …estInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, NameAndTags c… in AutoReg() argument 27 extractClassName( classOrMethod ), in AutoReg()
|
D | catch_test_registry.h | 46 …AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, Na…
|
/external/guice/lib/build/ |
D | guava-testlib-19.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/catch2/single_include/catch2/ |
D | catch.hpp | 980 …AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, Na… 14330 …estInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, NameAndTags c… in AutoReg() argument 14336 extractClassName( classOrMethod ), in AutoReg()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 983 …AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, Na… 14535 …estInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, NameAndTags c… in AutoReg() argument 14541 extractClassName( classOrMethod ), in AutoReg()
|