Searched refs:Sample (Results 1 - 5 of 5) sorted by relevance

/openjdk10/langtools/test/jdk/javadoc/doclet/testHelpOption/
H A DSample.java25 * A Sample class to test with. That is all.
27 public class Sample {} class
/openjdk10/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DNonInheritableContainee.java51 class Sample extends Parent {} class in class:NonInheritableContainee
56 Annotation[] anns = Sample.class.getAnnotationsByType(
/openjdk10/jdk/test/com/sun/jdi/
H A DArrayRangeTest.java58 class Sample { class in class:ArrayRangeTest
59 Sample(String name, ArrayReference arrRef, int[] expected) { method in class:ArrayRangeTest.Sample
93 void getValueGood(Sample samp, int index) {
110 void getValueBad(Sample samp, int index) {
124 void getValuesGood(Sample samp) {
148 void getValuesGood(Sample samp, int index, int length) {
174 void getValuesBad(Sample samp, int index, int length) {
188 void setValueGood(Sample samp, int index, int ival) {
200 void setValueBad(Sample samp, int index, int ival) {
215 void setValuesGood(Sample sam
[all...]
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c1516 cmsBool CMSEXPORT cmsIT8SetDataFormat(cmsHANDLE h, int n, const char *Sample) argument
1519 return SetDataFormat(it8, n, Sample);
1570 return SynError(it8, "Sample %d out of range, there are %d samples", nField, t ->nSamples);
1867 return SynError(it8, "Sample type expected");
1916 if (!GetVal(it8, Buffer, 255, "Sample data expected"))
H A Dlcms2.h1888 CMSAPI cmsBool CMSEXPORT cmsIT8SetDataFormat(cmsHANDLE hIT8, int n, const char *Sample);

Completed in 67 milliseconds