Searched defs:dataType (Results 26 - 50 of 54) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCStoreInstruction.java34 public SPARCStoreInstruction(String name, int opcode, SPARCRegisterIndirectAddress address, SPARCRegister register, int dataType) { argument
35 super(name, opcode, address, register, dataType);
83 return dataType;
H A DV9AlternateSpaceDecoder.java31 V9AlternateSpaceDecoder(int op3, String name, int dataType) { argument
32 super(op3, name, dataType);
H A DV9CMoveDecoder.java66 static String getFloatTypeCode(int dataType) { argument
68 switch(dataType) {
H A DMemoryInstructionDecoder.java32 final int dataType; field in class:MemoryInstructionDecoder
61 MemoryInstructionDecoder(int op3, String name, int dataType) { argument
64 this.dataType = dataType;
79 SPARCRegister rd = RegisterDecoder.decode(dataType, rdNum);
H A DSPARCInstructionFactory.java48 int dataType);
52 int dataType);
46 newLoadInstruction(String name, int opcode, SPARCRegisterIndirectAddress addr, SPARCRegister rd, int dataType) argument
50 newStoreInstruction(String name, int opcode, SPARCRegisterIndirectAddress addr, SPARCRegister rd, int dataType) argument
H A DSPARCInstructionFactoryImpl.java63 int dataType) {
64 return new SPARCLoadInstruction(name, opcode, addr, rd, dataType);
69 int dataType) {
70 return new SPARCStoreInstruction(name, opcode, addr, rd, dataType);
61 newLoadInstruction(String name, int opcode, SPARCRegisterIndirectAddress addr, SPARCRegister rd, int dataType) argument
67 newStoreInstruction(String name, int opcode, SPARCRegisterIndirectAddress addr, SPARCRegister rd, int dataType) argument
H A DSPARCV9InstructionFactory.java36 SPARCRegister rs2, SPARCRegister rd, int dataType);
35 newV9CasInstruction(String name, SPARCRegisterIndirectAddress addr, SPARCRegister rs2, SPARCRegister rd, int dataType) argument
H A DSPARCV9InstructionFactoryImpl.java68 SPARCRegister rs2, SPARCRegister rd, int dataType) {
69 return new SPARCV9CasInstruction(name, addr, rs2, rd, dataType);
67 newV9CasInstruction(String name, SPARCRegisterIndirectAddress addr, SPARCRegister rs2, SPARCRegister rd, int dataType) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86MemoryInstruction.java33 final protected int dataType; field in class:X86MemoryInstruction
36 public X86MemoryInstruction(String name, Address address, X86Register register, int dataType, int size, int prefixes) { argument
40 this.dataType = dataType;
60 return dataType;
H A DX86MoveStoreInstruction.java33 public X86MoveStoreInstruction(String name, Address address, X86Register register, int dataType, int size, int prefixes) { argument
34 super(name, address, register, dataType, size, prefixes);
51 return dataType;
H A DX86InstructionFactory.java38 public X86Instruction newMoveLoadInstruction(String name, X86Register op1, Address op2, int dataType, int size, int prefixes); argument
40 public X86Instruction newMoveStoreInstruction(String name, Address op1, X86Register op2, int dataType, int size, int prefixes); argument
H A DX86InstructionFactoryImpl.java47 public X86Instruction newMoveLoadInstruction(String name, X86Register op1, Address op2, int dataType, int size, int prefixes) { argument
48 return new X86MoveLoadInstruction(name, op1, op2, dataType, size, prefixes);
51 public X86Instruction newMoveStoreInstruction(String name, Address op1, X86Register op2, int dataType, int size, int prefixes) { argument
52 return new X86MoveStoreInstruction(name, op1, op2, dataType, size, prefixes);
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColConvCCMTest.java72 static boolean testImage(int dataType, int rBits, int gBits, int bBits, argument
76 BufferedImage src = ImageFactory.createCCMImage(cs, dataType);
92 int dataType, int rBits, int gBits,
96 BufferedImage src = ImageFactory.createCCMImage(cs, dataType);
91 testSubImage(int x0, int y0, int dx, int dy, int dataType, int rBits, int gBits, int bBits, int cs, BufferedImage gldImage, double accuracy) argument
H A DImageFactory.java62 public static BufferedImage createCCMImage(int cs, int dataType) argument
67 if (dataType == DataBuffer.TYPE_INT)
72 false, false, Transparency.OPAQUE, dataType);
75 cSpace, false, false, Transparency.OPAQUE, dataType);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBandedSampleModel.java75 * @param dataType The data type for storing samples.
81 * @throws IllegalArgumentException if <code>dataType</code> is not
84 public BandedSampleModel(int dataType, int w, int h, int numBands) { argument
85 super(dataType, w, h, 1, w,
95 * @param dataType The data type for storing samples.
103 * @throws IllegalArgumentException if <code>dataType</code> is not
106 public BandedSampleModel(int dataType, argument
112 super(dataType, w, h, 1,scanlineStride, bankIndices, bandOffsets);
130 * @throws IllegalArgumentException if <code>dataType</code> is not
144 new BandedSampleModel(dataType,
[all...]
H A DDataBuffer.java92 protected int dataType; field in class:DataBuffer
129 * @param dataType the data type of this <code>DataBuffer</code>
132 protected DataBuffer(int dataType, int size) { argument
133 this(UNTRACKABLE, dataType, size);
141 * @param dataType the data type of this <code>DataBuffer</code>
146 int dataType, int size)
149 this.dataType = dataType;
160 * @param dataType the data type of this <code>DataBuffer</code>
165 protected DataBuffer(int dataType, in argument
145 DataBuffer(State initialState, int dataType, int size) argument
181 DataBuffer(State initialState, int dataType, int size, int numBanks) argument
202 DataBuffer(int dataType, int size, int numBanks, int offset) argument
219 DataBuffer(State initialState, int dataType, int size, int numBanks, int offset) argument
247 DataBuffer(int dataType, int size, int numBanks, int offsets[]) argument
268 DataBuffer(State initialState, int dataType, int size, int numBanks, int offsets[]) argument
[all...]
H A DComponentSampleModel.java117 * @param dataType the data type for storing samples
138 * @throws IllegalArgumentException if <code>dataType</code> is not
141 public ComponentSampleModel(int dataType, argument
146 super(dataType, w, h, bandOffsets.length);
147 this.dataType = dataType;
162 if ((dataType < DataBuffer.TYPE_BYTE) ||
163 (dataType > DataBuffer.TYPE_DOUBLE)) {
164 throw new IllegalArgumentException("Unsupported dataType.");
178 * @param dataType th
203 ComponentSampleModel(int dataType, int w, int h, int pixelStride, int scanlineStride, int bankIndices[], int bandOffsets[]) argument
[all...]
H A DMultiPixelPackedSampleModel.java54 * <code>dataType</code>:
56 * int dataElementSize = DataBuffer.getDataTypeSize(dataType);
92 * @param dataType the data type for storing samples
98 * @throws IllegalArgumentException if <code>dataType</code> is not
103 public MultiPixelPackedSampleModel(int dataType, argument
107 this(dataType,w,h,
109 (w*numberOfBits+DataBuffer.getDataTypeSize(dataType)-1)/
110 DataBuffer.getDataTypeSize(dataType),
112 if (dataType != DataBuffer.TYPE_BYTE &&
113 dataType !
143 MultiPixelPackedSampleModel(int dataType, int w, int h, int numberOfBits, int scanlineStride, int dataBitOffset) argument
[all...]
H A DSampleModel.java100 protected int dataType; field in class:SampleModel
110 * @param dataType The data type of the DataBuffer storing the pixel data.
119 * @throws IllegalArgumentException if <code>dataType</code> is not
122 public SampleModel(int dataType, int w, int h, int numBands) argument
134 if (dataType < DataBuffer.TYPE_BYTE ||
135 (dataType > DataBuffer.TYPE_DOUBLE &&
136 dataType != DataBuffer.TYPE_UNDEFINED))
138 throw new IllegalArgumentException("Unsupported dataType: "+
139 dataType);
146 this.dataType
[all...]
H A DSinglePixelPackedSampleModel.java97 * @param dataType The data type for storing samples.
103 * @throws IllegalArgumentException if <code>dataType</code> is not
108 public SinglePixelPackedSampleModel(int dataType, int w, int h, argument
110 this(dataType, w, h, w, bitMasks);
111 if (dataType != DataBuffer.TYPE_BYTE &&
112 dataType != DataBuffer.TYPE_USHORT &&
113 dataType != DataBuffer.TYPE_INT) {
115 dataType);
126 * @param dataType The data type for storing samples.
137 * @throws IllegalArgumentException if <code>dataType</cod
142 SinglePixelPackedSampleModel(int dataType, int w, int h, int scanlineStride, int bitMasks[]) argument
[all...]
H A DRaster.java182 * The dataType parameter should be one of the enumerated values
191 * @param dataType the data type for storing samples
204 public static WritableRaster createInterleavedRaster(int dataType, argument
212 return createInterleavedRaster(dataType, w, h, w*bands, bands,
224 * The dataType parameter should be one of the enumerated values
233 * @param dataType the data type for storing samples
248 * @throws IllegalArgumentException if <code>dataType</code> is not
253 public static WritableRaster createInterleavedRaster(int dataType, argument
264 switch(dataType) {
275 dataType);
308 createBandedRaster(int dataType, int w, int h, int bands, Point location) argument
365 createBandedRaster(int dataType, int w, int h, int scanlineStride, int bankIndices[], int bandOffsets[], Point location) argument
451 createPackedRaster(int dataType, int w, int h, int bandMasks[], Point location) argument
522 createPackedRaster(int dataType, int w, int h, int bands, int bitsPerBand, Point location) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java82 public int dataType() { method in class:PerfDataEntry
134 dataType() == BasicType.tBoolean, "not a boolean");
142 dataType() == BasicType.tChar, "not a char");
150 dataType() == BasicType.tByte, "not a byte");
159 dataType() == BasicType.tShort, "not a short");
167 dataType() == BasicType.tInt, "not an int");
175 dataType() == BasicType.tLong, "not a long");
183 dataType() == BasicType.tFloat, "not a float");
191 dataType() == BasicType.tDouble, "not a double");
200 dataType()
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java242 int dataType,
249 int bits = DataBuffer.getDataTypeSize(dataType);
260 dataType);
268 int dataType; field in class:ImageTypeSpecifier.Interleaved
274 int dataType,
289 if (dataType != DataBuffer.TYPE_BYTE &&
290 dataType != DataBuffer.TYPE_SHORT &&
291 dataType != DataBuffer.TYPE_USHORT &&
292 dataType != DataBuffer.TYPE_INT &&
293 dataType !
240 createComponentCM(ColorSpace colorSpace, int numBands, int dataType, boolean hasAlpha, boolean isAlphaPremultiplied) argument
272 Interleaved(ColorSpace colorSpace, int[] bandOffsets, int dataType, boolean hasAlpha, boolean isAlphaPremultiplied) argument
394 createInterleaved(ColorSpace colorSpace, int[] bandOffsets, int dataType, boolean hasAlpha, boolean isAlphaPremultiplied) argument
412 int dataType; field in class:ImageTypeSpecifier.Banded
416 Banded(ColorSpace colorSpace, int[] bankIndices, int[] bandOffsets, int dataType, boolean hasAlpha, boolean isAlphaPremultiplied) argument
552 createBanded(ColorSpace colorSpace, int[] bankIndices, int[] bandOffsets, int dataType, boolean hasAlpha, boolean isAlphaPremultiplied) argument
570 int dataType; field in class:ImageTypeSpecifier.Grayscale
575 Grayscale(int bits, int dataType, boolean isSigned, boolean hasAlpha, boolean isAlphaPremultiplied) argument
682 createGrayscale(int bits, int dataType, boolean isSigned) argument
718 createGrayscale(int bits, int dataType, boolean isSigned, boolean isAlphaPremultiplied) argument
737 int dataType; field in class:ImageTypeSpecifier.Indexed
739 Indexed(byte[] redLUT, byte[] greenLUT, byte[] blueLUT, byte[] alphaLUT, int bits, int dataType) argument
853 createIndexed(byte[] redLUT, byte[] greenLUT, byte[] blueLUT, byte[] alphaLUT, int bits, int dataType) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java95 int dataType; field in class:LCMSImageLayout
133 dataType = DT_BYTE;
144 dataType = DT_SHORT;
155 dataType = DT_INT;
166 dataType = DT_DOUBLE;
225 dataType = DT_INT;
238 dataType = DT_BYTE;
249 dataType = DT_BYTE;
260 dataType = DT_SHORT;
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfDataEntry.java61 private PerfDataType dataType; field in class:PerfDataEntry
101 dataType = PerfDataType.toPerfDataType(b.get());
149 dataSize = vectorLength * dataType.size();
151 dataSize = dataType.size();
179 return dataType;

Completed in 63 milliseconds

123