Searched defs:offset (Results 326 - 350 of 840) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.hpp46 // decode an pc address to corresponding function name and an offset from the beginning of
48 virtual bool decode(address pc, char* buf, int buflen, int* offset,
50 virtual bool decode(address pc, char* buf, int buflen, int* offset, const void* base) = 0;
82 virtual bool decode(address pc, char* buf, int buflen, int* offset, argument
87 virtual bool decode(address pc, char* buf, int buflen, int* offset, const void* base) { argument
103 static bool decode(address pc, char* buf, int buflen, int* offset, const char* modulepath = NULL);
104 static bool decode(address pc, char* buf, int buflen, int* offset, const void* base);
/openjdk7/jaxp/src/org/w3c/dom/ranges/
H A DRange.java112 * @param offset The <code>startOffset</code> value.
118 * INDEX_SIZE_ERR: Raised if <code>offset</code> is negative or greater
129 int offset)
136 * @param offset The <code>endOffset</code> value.
142 * INDEX_SIZE_ERR: Raised if <code>offset</code> is negative or greater
153 int offset)
128 setStart(Node refNode, int offset) argument
152 setEnd(Node refNode, int offset) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayERProperty.java191 private final int offset; field in class:ArrayERProperty.ReceiverImpl
193 protected ReceiverImpl(int offset) { argument
194 this.offset = offset;
198 state.getContext().getScope(offset).add(acc,lister,o);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DXmlReader.java566 public int read(char buf [], int offset, int len) throws IOException { argument
574 buf[offset + i++] = nextChar;
610 buf[offset + i++] = (char) c;
703 buf[offset + i++] = (char) c;
705 buf[offset + i++] = nextChar;
728 public int read(char buf [], int offset, int len) throws IOException { argument
748 buf[offset + i] = (char) c;
761 public int read(char buf [], int offset, int len) throws IOException { argument
777 buf[offset + i] = (char) (0x0ff & buffer[start++]);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBASE64EncodingAlgorithm.java200 public final void convertToCharacters(byte[] data, int offset, int length, StringBuffer s) { argument
218 int idx = offset;
219 int lastIdx = offset + length;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DDataHead.java185 int offset; field in class:DataHead.ReadMultiStream
199 sz = Math.min(sz, len-offset);
200 System.arraycopy(buf,offset,b,off,sz);
201 offset += sz;
209 return (buf[offset++] & 0xff);
224 while(offset==len) {
234 this.offset = 0;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAnnotationWriter.java104 private final int offset; field in class:AnnotationWriter
127 * @param offset where in <tt>parent</tt> the number of annotation values must
135 final int offset)
141 this.offset = offset;
258 data[offset] = (byte) (size >>> 8);
259 data[offset + 1] = (byte) size;
130 AnnotationWriter( final ClassWriter cw, final boolean named, final ByteVector bv, final ByteVector parent, final int offset) argument
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileChannelImpl.c127 jobject fdo, jlong offset)
132 if (offset < 0) {
135 result = lseek64(fd, offset, SEEK_SET);
160 off64_t offset = (off64_t)position; local
161 jlong n = sendfile64(dstFD, srcFD, &offset, (size_t)count);
126 Java_sun_nio_ch_FileChannelImpl_position0(JNIEnv *env, jobject this, jobject fdo, jlong offset) argument
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileChannelImpl.c102 highOffset, /* High word of offset */
103 lowOffset, /* Low word of offset */
141 jobject fdo, jlong offset)
147 if (offset < 0) {
150 lowPos = (DWORD)offset;
151 highPos = (long)(offset >> 32);
140 Java_sun_nio_ch_FileChannelImpl_position0(JNIEnv *env, jobject this, jobject fdo, jlong offset) argument
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DAbstractObjectInputStream.java301 abstract public int read(byte[] data, int offset, int length) argument
314 abstract public void readFully(byte[] data, int offset, int size) throws IOException; argument
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSupplementary.java39 test6(); // Test for offsetByCodePoints(int index, int offset)
359 static void testOffsetByCodePoints(StringBuffer sb, int index, int offset, argument
362 int n = sb.offsetByCodePoints(index, offset);
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java39 test6(); // Test for offsetByCodePoints(int index, int offset)
359 static void testOffsetByCodePoints(StringBuilder sb, int index, int offset, argument
362 int n = sb.offsetByCodePoints(index, offset);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DArgCheck.java90 int offset, int len, ByteBuffer netData) throws Exception {
92 ssle.wrap(appData, offset, len, netData);
99 ssle.unwrap(netData, appData, offset, len);
107 int offset, int len, ByteBuffer netData) throws Exception {
110 ssle.wrap(appData, offset, len, netData);
119 ssle.unwrap(netData, appData, offset, len);
128 int offset, int len, ByteBuffer netData) throws Exception {
130 ssle.wrap(appData, offset, len, netData);
137 ssle.unwrap(netData, appData, offset, len);
89 tryNullArrayLen(SSLEngine ssle, ByteBuffer [] appData, int offset, int len, ByteBuffer netData) argument
106 tryReadOnly(SSLEngine ssle, ByteBuffer [] appData, int offset, int len, ByteBuffer netData) argument
127 tryOutOfBounds(SSLEngine ssle, ByteBuffer [] appData, int offset, int len, ByteBuffer netData) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java71 public int getByte(int offset) throws InvalidIndex { argument
72 if (offset < 0 || offset >= code.length)
73 throw new InvalidIndex(offset);
74 return code[offset];
77 public int getUnsignedByte(int offset) throws InvalidIndex { argument
78 if (offset < 0 || offset >= code.length)
79 throw new InvalidIndex(offset);
80 return code[offset]
83 getShort(int offset) argument
89 getUnsignedShort(int offset) argument
95 getInt(int offset) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DPosition.java130 * @param pos character offset of the position
139 * @param pos character offset of the position
237 protected void setTabPosition(int offset) {} argument
252 protected void setTabPosition(int offset) { argument
253 tabMap.set(offset);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.cpp111 void bytes::copyFrom(const void* ptr_, size_t len_, size_t offset) { argument
112 assert(len_ == 0 || inBounds(ptr + offset));
113 assert(len_ == 0 || inBounds(ptr + offset+len_-1));
114 memcpy(ptr+offset, ptr_, len_);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c106 jint offset, jint bitoffset,
123 bisdo->offset = offset;
217 (((uintptr_t) bipriv->base) + bisdo->offset);
104 Java_sun_awt_image_BufImgSurfaceData_initRaster(JNIEnv *env, jobject bisd, jobject array, jint offset, jint bitoffset, jint width, jint height, jint pixStr, jint scanStr, jobject icm) argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColormap.h38 mlib_s32 offset; member in struct:__anon747
110 ((mlib_s32)((( mlib_colormap *)( colormap))->offset))
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DArabicLayoutEngine.cpp94 le_int32 ArabicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, argument
102 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
122 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage);
127 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage);
132 void ArabicOpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, argument
139 if (chars == NULL || offset < 0 || count < 0) {
145 OpenTypeLayoutEngine::adjustGlyphPositions(chars, offset, count, reverse, glyphStorage, success);
153 adjustMarkGlyphs(&chars[offset], coun
201 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool , LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
226 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DLEFontInstance.cpp58 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, argument
65 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
70 *offset = limit;
74 void LEFontInstance::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, argument
84 for (i = offset; i < offset + count; i += 1, out += dir) {
88 if (i < offset + count - 1 && high >= 0xD800 && high <= 0xDBFF) {
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DWrapToken.java113 * @param tokenOffset the offset of the token
198 * @param dataBufOffset the offset at which to write the data
220 * @param dataBufOffset the offset at which to write the data
299 * @param dataBufOffset the offset at which to write the data
343 int offset = dataBufOffset;
345 readFully(is, dataBuf, offset, 8);
346 offset += 8;
356 System.arraycopy(finalBlock, 0, dataBuf, offset,
470 public int encode(byte[] outToken, int offset) argument
477 System.arraycopy(header, 0, outToken, offset, heade
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A Dcrc32.java77 protected int engineDigest(byte[] buf, int offset, int len) throws DigestException { argument
83 if (buf.length - offset < CRC32_LENGTH) {
87 System.arraycopy(result, 0, buf, offset, CRC32_LENGTH);
92 if (buf.length - offset < CRC32_LENGTH) {
96 System.arraycopy(result, 0, buf, offset, CRC32_LENGTH); */
115 protected synchronized void engineUpdate(byte input[], int offset, argument
117 processData(input, offset, len);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Util.java101 static byte[] convert(byte[] input, int offset, int len) { argument
102 if ((offset == 0) && (len == input.length)) {
106 System.arraycopy(input, offset, t, 0, len);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java233 int encrypt(byte[] buf, int offset, int len) { argument
247 System.arraycopy(buf, offset,
248 buf, offset + prefix.length, len);
252 buf, offset, prefix.length);
257 len = addPadding(buf, offset, len, blockSize);
267 new ByteArrayInputStream(buf, offset, len),
271 int newLen = cipher.update(buf, offset, len, buf, offset);
396 int decrypt(byte[] buf, int offset, int len, argument
403 int newLen = cipher.update(buf, offset, le
533 addPadding(byte[] buf, int offset, int len, int blockSize) argument
604 checkPadding( byte[] buf, int offset, int len, byte pad) argument
667 removePadding(byte[] buf, int offset, int len, int tagLen, int blockSize, ProtocolVersion protocolVersion) argument
[all...]
H A DMAC.java80 // offset of record type in block
83 // offset of protocol version number in block (TLS only)
154 * @param offset start of compressed record data
159 int offset, int len, boolean isSimulated) {
160 return compute(type, null, buf, offset, len, isSimulated);
226 * or buf/offset/len.
229 int offset, int len, boolean isSimulated) {
249 mac.update(buf, offset, len);
158 compute(byte type, byte buf[], int offset, int len, boolean isSimulated) argument
228 compute(byte type, ByteBuffer bb, byte[] buf, int offset, int len, boolean isSimulated) argument

Completed in 56 milliseconds

<<11121314151617181920>>