Searched refs:SAMPLE (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/test/tools/javadoc/
H A DMethodLinks.java49 public MethodLinks SAMPLE(MethodLinks x) { method in class:MethodLinks
59 MethodDoc SAMPLE = null;
61 if (allMethods[i].name().equals("SAMPLE"))
62 SAMPLE = allMethods[i];
64 self == SAMPLE.parameters()[0].type().asClassDoc()
66 self == SAMPLE.returnType().asClassDoc()
/openjdk10/jdk/test/java/awt/font/TextLayout/
H A DArabicDiacriticTest.java43 static final String SAMPLE = field in class:ArabicDiacriticTest
62 JLabel label = new JLabel(SAMPLE);

Completed in 42 milliseconds