Searched defs:offset (Results 126 - 150 of 840) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DDataBufferShort.java119 * specified array, size, and offset. <CODE>dataArray</CODE> must have at least
120 * <CODE>offset</CODE> + <CODE>size</CODE> elements. Only elements <CODE>offset</CODE>
121 * through <CODE>offset</CODE> + <CODE>size</CODE> - 1
131 * @param offset The offset into the <CODE>dataArray</CODE>.
133 public DataBufferShort(short dataArray[], int size, int offset) { argument
134 super(UNTRACKABLE, TYPE_SHORT, size, 1, offset);
164 * be at least as large as <CODE>size</CODE> + the corresponding offset. There must
165 * be an entry in the offset arra
[all...]
H A DDataBufferUShort.java124 * using the specified array, size, and offset. <CODE>dataArray</CODE> must have at
125 * least <CODE>offset</CODE> + <CODE>size</CODE> elements. Only elements
126 * <CODE>offset</CODE> through <CODE>offset</CODE> + <CODE>size</CODE> - 1 should
136 * @param offset The offset into the <CODE>dataArray</CODE>.
138 public DataBufferUShort(short dataArray[], int size, int offset) { argument
139 super(UNTRACKABLE, TYPE_USHORT, size, 1, offset);
143 if ((size+offset) > dataArray.length) {
145 " than size+offset
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DByteArrayInputStream.java73 * If no mark has been set, then the value of mark is the offset
74 * passed to the constructor (or 0 if the offset was not supplied).
113 * is <code>offset</code> and the initial value
114 * of <code>count</code> is the minimum of <code>offset+length</code>
117 * set to the specified offset.
120 * @param offset the offset in the buffer of the first byte to read.
123 public ByteArrayInputStream(byte buf[], int offset, int length) { argument
125 this.pos = offset;
126 this.count = Math.min(offset
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DBlob.java205 * @param offset the offset into the array <code>bytes</code> at which
217 int setBytes(long pos, byte[] bytes, int offset, int len) throws SQLException; argument
291 * @param pos the offset to the first byte of the partial value to be retrieved.
H A DClob.java200 * at character <code>offset</code>, to the <code>CLOB</code> value
217 * @param offset the offset into <code>str</code> to start reading
228 int setString(long pos, String str, int offset, int len) throws SQLException; argument
334 * @param pos the offset to the first character of the partial value to
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DStartTlsRequest.java161 * @param offset The starting position in berValue of the bytes to use.
172 int offset, int length) throws NamingException {
171 createExtendedResponse(String id, byte[] berValue, int offset, int length) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.inline.hpp75 // We must make sure that the offset table entry we use is valid. If
82 uint offset = _array->offset_array(index); // Extend u_char to uint. local
83 while (offset >= N_words) {
84 // The excess of the offset from N_words indicates a power of Base
86 size_t n_cards_back = BlockOffsetArray::entry_to_cards_back(offset);
90 offset = _array->offset_array(index);
92 assert(offset < N_words, "offset too large");
93 q -= offset;
128 // offset tabl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelOscillatorStream.java45 public int read(float[][] buffer, int offset, int len) throws IOException; argument
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dassembler_zero.cpp60 while (offset() % modulus != 0)
64 void MacroAssembler::bang_stack_with_offset(int offset) { argument
74 intptr_t* delayed_value_addr, Register tmpl, int offset) {
73 delayed_value_impl( intptr_t* delayed_value_addr, Register tmpl, int offset) argument
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.hpp49 bool decode(address addr, char *buf, int buflen, int* offset, const char* modulepath = NULL);
50 bool decode(address addr, char *buf, int buflen, int* offset, const void* base) { argument
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESKey.java60 * <code>offset</code>, as the DES key
63 * @param offset the offset in <code>key</code>, where the DES key bytes
69 DESKey(byte[] key, int offset) throws InvalidKeyException { argument
70 if (key == null || key.length - offset < DESKeySpec.DES_KEY_LEN) {
74 System.arraycopy(key, offset, this.key, 0, DESKeySpec.DES_KEY_LEN);
H A DDESedeKey.java59 * <code>offset</code>, as the DES-EDE key
62 * @param offset the offset in <code>key</code>, where the DES-EDE key
67 DESedeKey(byte[] key, int offset) throws InvalidKeyException { argument
69 if (key==null || ((key.length-offset)<DESedeKeySpec.DES_EDE_KEY_LEN)) {
73 System.arraycopy(key, offset, this.key, 0,
H A DDHKeyAgreement.java256 * <code>sharedSecret</code>, beginning at <code>offset</code>.
270 * @param offset the offset in <code>sharedSecret</code> where the
280 protected int engineGenerateSecret(byte[] sharedSecret, int offset) argument
295 if ((sharedSecret.length - offset) < expectedLen) {
320 System.arraycopy(secret, 0, sharedSecret, offset,
326 offset + (expectedLen - secret.length),
332 System.arraycopy(secret, 1, sharedSecret, offset, expectedLen);
H A DHmacMD5.java89 * starting at <code>offset</code>.
92 * @param offset the offset in <code>input</code> where the input starts.
95 protected void engineUpdate(byte input[], int offset, int len) { argument
96 hmac.update(input, offset, len);
H A DHmacPKCS12PBESHA1.java159 * starting at <code>offset</code>.
162 * @param offset the offset in <code>input</code> where the input starts.
165 protected void engineUpdate(byte input[], int offset, int len) { argument
166 hmac.update(input, offset, len);
H A DHmacSHA1.java89 * starting at <code>offset</code>.
92 * @param offset the offset in <code>input</code> where the input starts.
95 protected void engineUpdate(byte input[], int offset, int len) { argument
96 hmac.update(input, offset, len);
/openjdk7/hotspot/src/share/vm/runtime/
H A Datomic.cpp73 uintptr_t offset = dest_addr % sizeof(jint); local
74 volatile jint* dest_int = (volatile jint*)(dest_addr - offset);
79 new_val_as_bytes[offset] = exchange_value;
80 while (cur_as_bytes[offset] == compare_value) {
85 new_val_as_bytes[offset] = exchange_value;
87 return cur_as_bytes[offset];
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.cpp83 bool Decoder::decode(address addr, char* buf, int buflen, int* offset, const char* modulepath) { argument
91 return decoder->decode(addr, buf, buflen, offset, modulepath);
94 bool Decoder::decode(address addr, char* buf, int buflen, int* offset, const void* base) { argument
102 return decoder->decode(addr, buf, buflen, offset, base);
H A DelfSymbolTable.cpp71 bool ElfSymbolTable::lookup(address addr, int* stringtableIndex, int* posIndex, int* offset) { argument
73 assert(posIndex, "null string table offset pointer");
74 assert(offset, "null offset pointer");
88 if (sym_addr < addr && (addr - sym_addr) < *offset) {
90 *offset = (int)(addr - pc);
109 if (sym_addr < addr && (addr - sym_addr) < *offset) {
111 *offset = (int)(addr - pc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/staxex/
H A DBase64Encoder.java54 public static String print(byte[] input, int offset, int len) { argument
56 int ptr = print(input,offset,len,buf,0);
67 * the value of {@code ptr+((len+2)/3)*4}, which is the new offset
70 public static int print(byte[] input, int offset, int len, char[] buf, int ptr) { argument
71 for( int i=offset; i<len; i+=3 ) {
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DVectorParams.java126 ByteBuffer[] bufs, int offset, int len)
130 gbc.write(bufs, offset, len);
138 ByteBuffer[] bufs, int offset, int len)
142 sbc.read(bufs, offset, len);
125 tryBadWrite(GatheringByteChannel gbc, ByteBuffer[] bufs, int offset, int len) argument
137 tryBadRead(ScatteringByteChannel sbc, ByteBuffer[] bufs, int offset, int len) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java49 public int offset = -1; field in class:TypeAnnotationPosition
86 sb.append(", offset = ");
87 sb.append(offset);
143 sb.append(", offset = ");
144 sb.append(offset);
154 sb.append(", offset = ");
155 sb.append(offset);
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/
H A DEditableAtEndDocument.java55 public void insertString(int offset, String text, AttributeSet a) argument
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.h33 jint offset; member in struct:_BufImgSDOps
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGXLayoutEngine2.cpp54 le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
60 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
65 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
76 void GXLayoutEngine2::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/, argument
83 if (chars == NULL || offset < 0 || count < 0) {

Completed in 48 milliseconds

1234567891011>>