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

/openjdk7/jdk/test/com/sun/jdi/
H A DArrayRangeTest.java59 class Sample { class in class:ArrayRangeTest
60 Sample(String name, ArrayReference arrRef, int[] expected) { method in class:ArrayRangeTest.Sample
94 void getValueGood(Sample samp, int index) {
111 void getValueBad(Sample samp, int index) {
125 void getValuesGood(Sample samp) {
149 void getValuesGood(Sample samp, int index, int length) {
175 void getValuesBad(Sample samp, int index, int length) {
189 void setValueGood(Sample samp, int index, int ival) {
201 void setValueBad(Sample samp, int index, int ival) {
216 void setValuesGood(Sample sam
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c1499 cmsBool CMSEXPORT cmsIT8SetDataFormat(cmsHANDLE h, int n, const char *Sample) argument
1502 return SetDataFormat(it8, n, Sample);
1553 return SynError(it8, "Sample %d out of range, there are %d samples", nField, t ->nSamples);
1850 return SynError(it8, "Sample type expected");
1899 if (!GetVal(it8, Buffer, 255, "Sample data expected"))
H A Dlcms2.h1804 CMSAPI cmsBool CMSEXPORT cmsIT8SetDataFormat(cmsHANDLE hIT8, int n, const char *Sample);

Completed in 48 milliseconds