Searched refs:offset (Results 201 - 225 of 1222) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DDataBuffer.java49 * bank. The DataBuffer can optionally take an offset per bank, so that
52 * element of a bank, uses the (0+offset)th element of the array. The
54 * use. Size + offset for a given bank should never be greater
98 protected int offset; field in class:DataBuffer
152 this.offset = 0;
158 * banks. Each bank has the specified size and an offset of 0.
172 * Each bank has the specified size and an offset of 0.
188 this.offset = 0;
194 * of banks. Each bank has the specified datatype, size and offset.
200 * @param offset th
202 DataBuffer(int dataType, int size, int numBanks, int offset) argument
219 DataBuffer(State initialState, int dataType, int size, int numBanks, int offset) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java220 * offset of the first output stack element relatively to the top of the
221 * input stack. This offset is always negative or null. A null offset means
222 * that the output stack must be appended to the input stack. A -n offset
282 * Returns the offset corresponding to this label. This offset is computed
287 * @return the offset corresponding to this label.
292 throw new IllegalStateException("Label offset position has not been resolved yet");
299 * position of the label is known, the offset is computed and written
300 * directly. Otherwise, a null offset i
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicLayoutEngine.cpp81 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
88 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
93 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
112 le_int32 IndicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
119 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
146 outCharCount = IndicReordering::v2process(&chars[offset], coun
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicField.java42 private long offset; field in class:BasicField
56 this.offset = field.offset;
69 this.offset = offsetInBytes;
94 return offset;
113 return addr.getJBooleanAt(offset);
119 return addr.getJByteAt(offset);
125 return addr.getJCharAt(offset);
131 return addr.getJDoubleAt(offset);
137 return addr.getJFloatAt(offset);
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DBreakIterator.java328 * Returns the first boundary following the specified character offset. If the
329 * specified offset equals to the last text boundary, it returns
332 * The value returned is always greater than the offset or the value
334 * @param offset the character offset to begin scanning.
335 * @return The first boundary after the specified offset or
337 * as the offset.
338 * @exception IllegalArgumentException if the specified offset is less than
341 public abstract int following(int offset); argument
344 * Returns the last boundary preceding the specified character offset
358 preceding(int offset) argument
377 isBoundary(int offset) argument
663 getLong(byte[] buf, int offset) argument
671 getInt(byte[] buf, int offset) argument
679 getShort(byte[] buf, int offset) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDSASignature.java98 private int offset = 0; field in class:ECDSASignature.Raw
107 if (offset >= precomputedDigest.length) {
108 offset = RAW_ECDSA_MAX + 1;
111 precomputedDigest[offset++] = b;
118 if (offset >= precomputedDigest.length) {
119 offset = RAW_ECDSA_MAX + 1;
122 System.arraycopy(b, off, precomputedDigest, offset, len);
123 offset += len;
133 if (offset + len >= precomputedDigest.length) {
134 offset
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp536 static address stack_slot(intptr_t *tos, int offset);
537 static jint stack_int(intptr_t *tos, int offset);
538 static jfloat stack_float(intptr_t *tos, int offset);
539 static oop stack_object(intptr_t *tos, int offset);
540 static jdouble stack_double(intptr_t *tos, int offset);
541 static jlong stack_long(intptr_t *tos, int offset);
544 static void set_stack_slot(intptr_t *tos, address value, int offset);
545 static void set_stack_int(intptr_t *tos, int value, int offset);
546 static void set_stack_float(intptr_t *tos, jfloat value, int offset);
547 static void set_stack_object(intptr_t *tos, oop value, int offset);
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp182 intptr_t* frame::interpreter_frame_tos_at(jint offset) const {
183 int index = (Interpreter::expr_offset_in_bytes(offset) / wordSize);
198 int offset = fp() - addr; local
201 snprintf(fieldbuf, buflen, "word[%d]", offset);
203 zeroframe()->identify_word(frame_index, offset, fieldbuf, valuebuf, buflen);
213 int offset,
217 switch (offset) {
237 frame_index, offset, fieldbuf, valuebuf, buflen);
241 frame_index, offset, fieldbuf, valuebuf, buflen);
245 frame_index, offset, fieldbu
212 identify_word(int frame_index, int offset, char* fieldbuf, char* valuebuf, int buflen) const argument
254 identify_word(int frame_index, int offset, char* fieldbuf, char* valuebuf, int buflen) const argument
269 identify_word(int frame_index, int offset, char* fieldbuf, char* valuebuf, int buflen) const argument
345 identify_word(int frame_index, int offset, char* fieldbuf, char* valuebuf, int buflen) const argument
402 intptr_t offset = (intptr_t) addr - monitor; local
[all...]
H A DentryFrame_zero.hpp67 int offset,
/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java148 int offset, platformID, encodingID=-1;
165 offset = cmapBuffer.getInt();
167 case 0: three0 = offset; break; // MS Symbol encoding
168 case 1: three1 = offset; break; // MS Unicode cmap
169 case 2: three2 = offset; break; // ShiftJIS cmap.
170 case 3: three3 = offset; break; // GBK cmap
171 case 4: three4 = offset; break; // Big 5 cmap
172 case 5: three5 = offset; break; // Wansung
173 case 6: three6 = offset; break; // Johab
174 case 10: three10 = offset; brea
398 createCMap(ByteBuffer buffer, int offset, char[] xlat) argument
463 CMapFormat4(ByteBuffer bbuffer, int offset, char[] xlat) argument
620 CMapFormat0(ByteBuffer buffer, int offset) argument
734 CMapFormat2(ByteBuffer buffer, int offset, char[] xlat) argument
842 CMapFormat6(ByteBuffer bbuffer, int offset, char[] xlat) argument
884 CMapFormat8(ByteBuffer bbuffer, int offset, char[] xlat) argument
914 CMapFormat10(ByteBuffer bbuffer, int offset, char[] xlat) argument
953 CMapFormat12(ByteBuffer buffer, int offset, char[] xlat) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DContentModelValidator.java78 * @param offset
86 public int validate(QName[] children, int offset, int length); argument
/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.h40 // search for symbol in the given symbol table. Adds offset
45 // look for nearest symbol for a given offset (not address - base
47 const char* nearest_symbol(struct symtab* symtab, uintptr_t offset,
/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.h40 // search for symbol in the given symbol table. Adds offset
45 // look for nearest symbol for a given offset (not address - base
47 const char* nearest_symbol(struct symtab* symtab, uintptr_t offset,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DDebugInfoReadStream.java38 public DebugInfoReadStream(NMethod code, int offset) { argument
39 super(code.scopesDataBegin(), offset);
45 public DebugInfoReadStream(NMethod code, int offset, List objectPool) { argument
46 super(code.scopesDataBegin(), offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DLookupswitchPair.java38 public int offset() { method in class:LookupswitchPair
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJNIid.java36 private static CIntegerField offset; field in class:JNIid
61 offset = type.getCIntegerField("_offset");
81 public int offset() { return (int) offset.getValue(addr); } method in class:JNIid
83 return (Method) ((InstanceKlass) holder()).getMethods().getObjAt(offset());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DElement.java67 * Fetches the offset from the beginning of the document
69 * children, this will be the offset of the first child.
72 * @return the starting offset >= 0 and < getEndOffset();
79 * Fetches the offset from the beginning of the document
81 * children, this will be the end offset of the last child.
90 * @return the ending offset > getStartOffset() and
98 * Gets the child element index closest to the given offset.
99 * The offset is specified relative to the beginning of the
104 * is less than the start offset. Returns
106 * greater than or equal to the end offset
111 getElementIndex(int offset) argument
[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/nio/channels/
H A DGatheringByteChannel.java62 * srcs[offset].remaining()
63 * + srcs[offset+1].remaining()
64 * + ... + srcs[offset+length-1].remaining()</pre></blockquote>
70 * Up to the first <tt>srcs[offset].remaining()</tt> bytes of this sequence
71 * are written from buffer <tt>srcs[offset]</tt>, up to the next
72 * <tt>srcs[offset+1].remaining()</tt> bytes are written from buffer
73 * <tt>srcs[offset+1]</tt>, and so forth, until the entire byte sequence is
92 * @param offset
93 * The offset within the buffer array of the first buffer from
100 * <tt>srcs.length</tt>&nbsp;-&nbsp;<tt>offset</t
127 write(ByteBuffer[] srcs, int offset, int length) argument
[all...]
H A DScatteringByteChannel.java62 * dsts[offset].remaining()
63 * + dsts[offset+1].remaining()
64 * + ... + dsts[offset+length-1].remaining()</pre></blockquote>
70 * Up to the first <tt>dsts[offset].remaining()</tt> bytes of this sequence
71 * are transferred into buffer <tt>dsts[offset]</tt>, up to the next
72 * <tt>dsts[offset+1].remaining()</tt> bytes are transferred into buffer
73 * <tt>dsts[offset+1]</tt>, and so forth, until the entire byte sequence
87 * @param offset
88 * The offset within the buffer array of the first buffer into
95 * <tt>dsts.length</tt>&nbsp;-&nbsp;<tt>offset</t
123 read(ByteBuffer[] dsts, int offset, int length) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DMessageDigestSpi.java84 * starting at the specified offset.
88 * @param offset the offset to start from in the array of bytes.
91 * <code>offset</code>.
93 protected abstract void engineUpdate(byte[] input, int offset, int len); argument
157 * @param offset offset to start from in the output buffer
173 protected int engineDigest(byte[] buf, int offset, int len) argument
179 if (buf.length - offset < digest.length)
182 System.arraycopy(digest, 0, buf, offset, diges
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DExtendedRequest.java55 * byte[] berValue, int offset, int length)
57 * return new GetTimeResponse(id, berValue, offset, length);
63 * public GetTimeResponse(String id, byte[] berValue, int offset,
136 * @param offset The starting position in berValue of the bytes to use.
145 byte[] berValue, int offset, int length) throws NamingException;
144 createExtendedResponse(String id, byte[] berValue, int offset, int length) argument
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextHitInfo.java57 * query <code>TextHitInfo</code> instances for an insertion offset, where
58 * new text is inserted into the text model. The insertion offset is equal
61 * insertion offset for TextHitInfo.trailing(1) is 2.
64 * the same insertion offset as an existing one, but on the opposite
66 * <code>TextHitInfo</code> with the same insertion offset as an existing
67 * one, with a hit on the character on the other side of the insertion offset.
155 * the same insertion offset.
199 * Creates a <code>TextHitInfo</code> at the specified offset,
200 * associated with the character before the offset.
201 * @param offset a
205 beforeOffset(int offset) argument
216 afterOffset(int offset) argument
[all...]
/openjdk7/jdk/make/tools/GenerateCharacter/
H A DCharacterData02.java.template35 9 bits signed offset used for converting case
36 1 bit if 1, adding the signed offset converts the character to lowercase
37 1 bit if 1, subtracting the signed offset converts the character to uppercase
56 1 adding the digit offset to the character code and then
59 3 a Java supradecimal digit: adding the digit offset to the
62 5 bits digit offset
69 char offset = (char)ch;
70 int props = $$Lookup(offset);
75 char offset = (char)ch;
76 int props = $$LookupEx(offset);
[all...]
H A DCharacterData0E.java.template35 9 bits signed offset used for converting case
36 1 bit if 1, adding the signed offset converts the character to lowercase
37 1 bit if 1, subtracting the signed offset converts the character to uppercase
56 1 adding the digit offset to the character code and then
59 3 a Java supradecimal digit: adding the digit offset to the
62 5 bits digit offset
69 char offset = (char)ch;
70 int props = $$Lookup(offset);
75 char offset = (char)ch;
76 int props = $$LookupEx(offset);
[all...]

Completed in 126 milliseconds

1234567891011>>