OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClassWithAnnotation
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Lib/test/
test_docxmlrpc.py
54
class
ClassWithAnnotation
:
61
serv.register_instance(
ClassWithAnnotation
())
/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
SubclassByteBuddyMockMakerTest.java
57
MockSettingsImpl<
ClassWithAnnotation
> mockSettings = new MockSettingsImpl<
ClassWithAnnotation
>();
58
mockSettings.setTypeToMock(
ClassWithAnnotation
.class);
60
ClassWithAnnotation
proxy = mockMaker.createMock(mockSettings, dummyHandler());
71
MockSettingsImpl<
ClassWithAnnotation
> mockSettings = new MockSettingsImpl<
ClassWithAnnotation
>();
72
mockSettings.setTypeToMock(
ClassWithAnnotation
.class);
75
ClassWithAnnotation
proxy = mockMaker.createMock(mockSettings, dummyHandler());
93
public static class
ClassWithAnnotation
{
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
AnnotationProcessingUtilsTest.java
76
getTest(
ClassWithAnnotation
.class, "methodWithoutAnnotation"),
87
getTest(
ClassWithAnnotation
.class, "methodWithTargetAnnotation"),
130
getTest(
ClassWithAnnotation
.class, "methodWithTargetAnnotation"),
293
private static class
ClassWithAnnotation
{
310
private static class DerivedClassWithoutAnnotation extends
ClassWithAnnotation
{
325
private static class DerivedClassWithAnnotation extends
ClassWithAnnotation
{
Completed in 409 milliseconds