Home
last modified time | relevance | path

Searched refs:classOrMethod (Results 1 – 7 of 7) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java211 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/
DFeatureUtil.java211 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/
Dcatch_test_registry.cpp21 …estInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, NameAndTags c… in AutoReg() argument
27 extractClassName( classOrMethod ), in AutoReg()
Dcatch_test_registry.h46 …AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, Na…
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/catch2/single_include/catch2/
Dcatch.hpp980 …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/
Dcatch.hpp983 …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()