Home
last modified time | relevance | path

Searched refs:ImportantNumber (Results 1 – 2 of 2) sorted by relevance

/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java74 public enum ImportantNumber { enum in Main
82 ImportantNumber(@AnnotationA double doubleValue) { in ImportantNumber() method in Main.ImportantNumber
87 ImportantNumber(@AnnotationB("x") double doubleValue, @AnnotationB("y") boolean isLarge) { in ImportantNumber() method in Main.ImportantNumber
211 DumpConstructorParameterAnnotations(ImportantNumber.class); in main()
/art/test/715-clinit-implicit-parameter-annotations/
Dexpected.txt86 Main$ImportantNumber
87 private Main$ImportantNumber(java.lang.String,int,double)
93 private Main$ImportantNumber(java.lang.String,int,double,boolean)