Home
last modified time | relevance | path

Searched refs:OnClass (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockito/
DAnnotationsAreCopiedFromMockedTypeTest.java26 …AnnotationWithDefaultValue onClassDefaultValue = mock(OnClass.class).getClass().getAnnotation(Anno… in mock_should_have_annotations_copied_from_mocked_type_at_class_level()
27 …AnnotationWithCustomValue onClassCustomValue = mock(OnClass.class).getClass().getAnnotation(Annota… in mock_should_have_annotations_copied_from_mocked_type_at_class_level()
29 …Annotation copying does not apply for inline mocks", mock(OnClass.class).getClass() != OnClass.cla… in mock_should_have_annotations_copied_from_mocked_type_at_class_level()
105 public class OnClass { }
/external/dagger2/javatests/dagger/functional/gwt/
DGwtIncompatibles.java31 class OnClass { class
33 OnClass() {} in OnClass() method in GwtIncompatibles.OnClass
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantSmartptrGetCheck.cpp20 internal::Matcher<Expr> callToGet(const internal::Matcher<Decl> &OnClass) { in callToGet() argument
22 on(expr(anyOf(hasType(OnClass), in callToGet()
24 pointsTo(decl(OnClass).bind("ptr_to_ptr")))))) in callToGet()