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

/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfInstrumentation.java113 entry.byteData());
120 entry.byteData());
H A DPerfDataEntry.java201 public ByteBuffer byteData() { method in class:PerfDataEntry
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java593 byte byteData[] = new byte[ numBytes ];
594 bis.read( byteData, 0, numBytes );
599 (( byteData[0] == (byte) 0xFF && byteData[1] == (byte) 0xFE ) ||
600 ( byteData[0] == (byte) 0xFE && byteData[1] == (byte) 0xFF )))
601 fileText = new String( byteData, "UTF-16" );
604 fileText = new String( byteData );
717 byte byteData[] = new byte[ numBytes ];
718 bis.read( byteData,
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXSelection.java481 byte[] byteData = null;
488 byteData = DataTransferer.getInstance().convertData(this,
497 if (byteData == null) {
501 count = byteData.length;
506 nativeDataPtr = Native.toData(byteData);
510 byteData);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java992 byte[] byteData = null;
1008 byteData = ((DataBufferByte)dataBuffer).getData();
1122 System.arraycopy(curr, 0, byteData, 0, bytesPerRow);

Completed in 293 milliseconds