Searched refs:IntBuffer (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfIntegerMonitor.java29 import java.nio.IntBuffer;
43 IntBuffer ib;
56 boolean supported, IntBuffer ib) {
H A DAbstractPerfDataBufferPrologue.java31 import java.nio.IntBuffer;
195 * Return an IntBuffer that accesses the major version number.
198 * @return IntBuffer - a ByteBuffer that accesses the major version number
201 public IntBuffer majorVersionBuffer() {
204 IntBuffer ib = IntBuffer.wrap(holder);
210 * Return an IntBuffer that accesses the minor version number.
213 * @return IntBuffer - a ByteBuffer that accesses the minor version number
216 public IntBuffer minorVersionBuffer() {
219 IntBuffer i
[all...]
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBufferPrologue.java152 * Return an IntBuffer that accesses the used value. This is used
155 * @return IntBuffer - a ByteBuffer that accesses the used value
159 public IntBuffer usedBuffer() {
161 IntBuffer ib = byteBuffer.asIntBuffer();
167 * Return an IntBuffer that accesses the size value. This is used
170 * @return IntBuffer - a ByteBuffer that accesses the size value
174 public IntBuffer sizeBuffer() {
175 IntBuffer ib = IntBuffer.allocate(1);
181 * Return an IntBuffer tha
[all...]
H A DPerfDataBuffer.java206 IntBuffer ib = null;
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBufferPrologue.java185 * Return an IntBuffer that accesses the used value. This is used
188 * @return IntBuffer - a ByteBuffer that accesses the used value
192 IntBuffer usedBuffer() {
194 IntBuffer ib = byteBuffer.asIntBuffer();
200 * Return an IntBuffer that accesses the size value. This is used
203 * @return IntBuffer - a ByteBuffer that accesses the size value
207 IntBuffer sizeBuffer() {
208 IntBuffer ib = IntBuffer.allocate(1);
214 * Return an IntBuffer tha
[all...]
H A DPerfDataBuffer.java214 IntBuffer ib = null;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DDataBufferNIOInt.java34 IntBuffer data;
37 IntBuffer bankdata[];
49 bankdata = new IntBuffer[1];
54 * Returns the default (first) IntBuffer in <CODE>DataBuffer</CODE>.
56 * @return The first IntBuffer.
58 public IntBuffer getBuffer() {
68 public IntBuffer getBuffer(int bank) {
H A DIntegerNIORaster.java30 import java.nio.IntBuffer;
35 protected IntBuffer data;
87 public IntBuffer getBuffer() {
H A DOSXOffScreenSurfaceData.java62 IntBuffer fImageInfoInt;
450 protected native void initCustomRaster(IntBuffer buffer, int width, int height, ByteBuffer graphicsStates, Object graphicsStatesObjects, ByteBuffer imageInfo);
H A DOSXSurfaceData.java358 IntBuffer fGraphicsStatesInt = null;
396 IntBuffer clipTypesArray = null;
823 int getPathCoordinates(GeneralPath gp, FloatBuffer coordinates, IntBuffer types) {
983 IntBuffer shapeTypesArray = null;
H A DCRenderer.java267 native void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset);
636 void doShape(SurfaceData sData, int length, FloatBuffer coordinates, IntBuffer types, int windingRule, boolean isfill, boolean shouldApplyOffset) {
/openjdk7/jdk/test/java/nio/Buffer/
H A DBasicInt.java61 private static void relGet(IntBuffer b) {
69 private static void relGet(IntBuffer b, int start) {
77 private static void absGet(IntBuffer b) {
85 private static void bulkGet(IntBuffer b) {
93 private static void relPut(IntBuffer b) {
101 private static void absPut(IntBuffer b) {
110 private static void bulkPutArray(IntBuffer b) {
120 private static void bulkPutBuffer(IntBuffer b) {
123 IntBuffer c = IntBuffer
[all...]
H A DCopyDirectIntMemory.java31 private static void init(IntBuffer b) {
50 IntBuffer b = bb.asIntBuffer();
H A DSwapMicroBenchmark.java210 IntBuffer x = b.asIntBuffer();
219 IntBuffer x = b.asIntBuffer();
H A DBasicByte.java240 IntBuffer ib = b.asIntBuffer();
H A DBasic-X.java.template240 IntBuffer ib = b.asIntBuffer();
/openjdk7/jdk/test/sun/java2d/cmm/ProfileOp/
H A DReadProfileTest.java57 IntBuffer intBuf = byteBuf.asIntBuffer();
H A DReadWriteProfileTest.java56 IntBuffer intBuf = byteBuf.asIntBuffer();
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java129 private IntBuffer rawFeedbacks;
622 rawFeedbacks = new IntBuffer(INITIAL_SIZE);
632 rawFeedbacks = new IntBuffer(INITIAL_SIZE);
1015 * IntBuffer is an inner class that manipulates an int array and
1020 private final class IntBuffer { class in class:X11InputMethod
1025 IntBuffer(int initialCapacity) { method in class:X11InputMethod.IntBuffer
/openjdk7/jdk/src/share/classes/java/nio/
H A DHeap-X-Buffer.java.template382 public IntBuffer asIntBuffer() {
386 ? (IntBuffer)(new ByteBufferAsIntBuffer$RW$B(this,
392 : (IntBuffer)(new ByteBufferAsIntBuffer$RW$L(this,
/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java30 import java.nio.IntBuffer;
964 IntBuffer ibuffer = buffer.asIntBuffer();
H A DTrueTypeFont.java38 import java.nio.IntBuffer;
537 IntBuffer ibuffer = bbuffer.asIntBuffer();
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk293 java/nio/IntBuffer.java \
H A DMakefile483 $(BUF_GEN)/IntBuffer.java: $(X_BUF_TEMPLATE) $(GEN_BUFFER_SH)

Completed in 3608 milliseconds