Searched refs:offset (Results 476 - 500 of 1222) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGBuffer.java137 int offset = 0;
140 offset = bufAvail;
146 if (iis.read(data, offset, count) != count) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp49 ByteSize offset,
52 return CreateBitCast(CreateStructGEP(base, in_bytes(offset)), type, name);
56 ByteSize offset,
61 base, offset, PointerType::getUnqual(type)),
79 Value* offset = CreateIntCast(index, SharkType::intptr_type(), false); local
81 offset = CreateShl(
82 offset,
84 offset = CreateAdd(
85 LLVMValue::intptr_constant(in_bytes(base_offset)), offset);
88 CreateAdd(CreatePtrToInt(arrayoop, SharkType::intptr_type()), offset),
48 CreateAddressOfStructEntry(Value* base, ByteSize offset, const Type* type, const char* name) argument
55 CreateValueOfStructEntry(Value* base, ByteSize offset, const Type* type, const char* name) argument
552 code_buffer_address(int offset) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DValidationEventLocatorImpl.java155 private int offset = -1; field in class:ValidationEventLocatorImpl
182 return offset;
186 * Set the offset field on this event locator.
188 * @param _offset the offset
191 this.offset = _offset;
265 return MessageFormat.format("[node={0},object={1},url={2},line={3},col={4},offset={5}]",
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DPwrite.java83 long offset = generator.nextInt(1000);
94 int written = c.write(bleck, offset);
111 int read = c.read(bleck, offset);
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSToken.java86 * @param pos the offset in the array
132 * @param pos the offset to start writing to
157 * @param pos the offset to start reading from
185 * @param offset the offset to start storing at
192 byte[] buffer, int offset, int len)
196 temp = is.read(buffer, offset, len);
201 offset += temp;
191 readFully(InputStream is, byte[] buffer, int offset, int len) argument
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java48 * sequence of transitions of GMT offset and/or daylight saving time
63 * The date items, transitions, GMT offset(s), etc. are read from a database
98 * The raw GMT offset in milliseconds between this zone and GMT.
100 * <em>standard</em> time, add the offset to GMT time.
106 * Difference in milliseconds from the original GMT offset in case
107 * the raw offset value has been modified by calling {@link
115 * in <code>long</code>) in local time and its GMT offset (in
132 * zone, including both raw offset changes and daylight saving
145 * {@link #offsets offsets[]} for <em>total</em> GMT offset at the
155 * This array holds all unique offset value
[all...]
/openjdk7/jdk/test/sun/net/www/http/ChunkedInputStream/
H A DChunkedEncodingTest.java113 int offset = 0;
115 dos.write(baMessage, offset, CHUNK_SIZE);
116 offset += CHUNK_SIZE;
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteEUC_JP.java61 int offset = index1[((ch & 0xff00) >> 8 )] << 8;
62 int r = index2[offset >> 12].charAt((offset & 0xfff) + (ch & 0xff));
78 * @param inStart offset in input array
79 * @param inEnd offset of last byte to be converted
81 * @param outStart starting offset
82 * @param outEnd offset of last byte to be written to
H A DCharToByteEUC_JP_Solaris.java75 int offset = j0208Index1[((ch & 0xff00) >> 8 )] << 8;
76 r = j0208Index2[offset >> 12].charAt((offset & 0xfff) + (ch & 0xff));
90 * @param inStart offset in input array
91 * @param inEnd offset of last byte to be converted
93 * @param outStart starting offset
94 * @param outEnd offset of last byte to be written to
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_JP_Open.java168 int offset = j0208Index1[((ch & 0xff00) >> 8 )] << 8;
169 r = j0208Index2[offset >> 12].charAt((offset & 0xfff) +
H A DPCK.java133 int offset = j0208Index1[ch >> 8] << 8;
134 int pos = j0208Index2[offset >> 12].charAt((offset & 0xfff) + (ch & 0xff));
H A DSJIS.java141 int offset = j0208Index1[ch >> 8] << 8;
142 int pos = j0208Index2[offset >> 12].charAt((offset & 0xfff) + (ch & 0xff));
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java576 * @param offs the starting offset >= 0
633 * Deletes the region of text from <code>offset</code> to
634 * <code>offset + length</code>, and replaces it with <code>text</code>.
640 * @param offset index of child element
652 public void replace(int offset, int length, String text, argument
662 filter.replace(getFilterBypass(), offset, length, text,
667 remove(offset, length);
670 insertString(offset, text, attrs);
689 * @param offs the starting offset >= 0
761 * @param offset th
768 getText(int offset, int length) argument
808 getText(int offset, int length, Segment txt) argument
1596 createPosition(int offset) argument
2130 getElementIndex(int offset) argument
2275 replace(int offset, int length, Element[] elems) argument
2370 getElementIndex(int offset) argument
2935 private int offset; field in class:AbstractDocument.DefaultDocumentEvent
3101 remove(int offset, int length) argument
3106 insertString(int offset, String string, AttributeSet attr) argument
3112 replace(int offset, int length, String text, AttributeSet attrs) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvClearEdge.c421 mlib_s32 tmask = cmask & 3, mask1, offset; local
439 offset = pdst_row - (mlib_u8 *) dpdst;
440 mask1 = (tmask >> offset);
455 offset = pdst_row - (mlib_u8 *) dpdst;
456 mask1 = (tmask >> offset);
480 mlib_s32 tmask = cmask & 7, mask0, mask1, mask2, offset; local
502 offset = pdst_row - (mlib_u8 *) dpdst;
503 mask2 = (tmask >> (9 - ((8 - offset) & 7)));
544 offset = pdst_row - (mlib_u8 *) dpdst;
545 mask2 = (tmask >> (9 - ((8 - offset)
595 mlib_s32 tmask = cmask & 0xF, mask1, offset; local
698 mlib_s32 tmask = cmask & 3, mask1, offset; local
755 mlib_s32 tmask = cmask & 7, mask0, mask1, mask2, offset; local
869 mlib_s32 tmask = cmask & 0xF, mask1, offset; local
971 mlib_s32 tmask = cmask & 3, mask1, offset; local
1025 mlib_s32 tmask = cmask & 7, mask0, mask1, mask2, offset; local
1134 mlib_s32 tmask = cmask & 0xF, mask0, mask1, offset; local
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp323 // Advance the point, noting the offset we'll have to record.
324 csize_t offset = at - locs_point(); local
331 if (req >= locs_limit() || offset >= relocInfo::offset_limit()) {
332 req += (uint)offset / (uint)relocInfo::offset_limit();
341 // If the offset is giant, emit filler relocs, of type 'none', but
342 // each carrying the largest possible offset, to advance the locs_point.
343 while (offset >= relocInfo::offset_limit()) {
346 offset -= filler_relocInfo().addr_offset();
349 // If it's a simple reloc with no data, we'll just write (rtype | offset).
350 (*end) = relocInfo(rtype, offset, forma
909 block_comment(intptr_t offset, const char * comment) argument
938 intptr_t offset() const { assert(_offset >= 0, "offset for non comment?"); return _offset; } function in class:CodeString
979 add_comment(intptr_t offset, const char * comment) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DCaseInsensitiveMap.java59 int offset = codePoint & CHUNK_MASK;
61 return caseInsensitiveMap[chunk][offset];
118 int offset = codePoint & CHUNK_MASK;
120 caseInsensitiveMap[chunk][offset] = map;
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DValueHandler.java51 * @param offset the current position in the input stream.
58 int offset,
57 readValue(org.omg.CORBA.portable.InputStream in, int offset, java.lang.Class clz, String repositoryID, org.omg.SendingContext.RunTime sender) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DEditableAtEndDocument.java39 public void insertString(int offset, String text, AttributeSet a) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java654 long offset = BOOLEAN_BASE_OFFSET + index * BOOLEAN_SIZE;
655 out.writeBoolean(array.getHandle().getJBooleanAt(offset));
662 long offset = BYTE_BASE_OFFSET + index * BYTE_SIZE;
663 out.writeByte(array.getHandle().getJByteAt(offset));
670 long offset = SHORT_BASE_OFFSET + index * SHORT_SIZE;
671 out.writeShort(array.getHandle().getJShortAt(offset));
678 long offset = INT_BASE_OFFSET + index * INT_SIZE;
679 out.writeInt(array.getHandle().getJIntAt(offset));
686 long offset = LONG_BASE_OFFSET + index * LONG_SIZE;
687 out.writeLong(array.getHandle().getJLongAt(offset));
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DInnerShadowEffect.java75 // calculate offset
90 // extract src image alpha channel and inverse and offset
94 int offset = dy * tmpW;
98 srcAlphaBuf[offset + dx] = (byte) ((255 - ((lineBuf[x] & 0xFF000000) >>> 24)) & 0xFF);
118 int offset = srcY * tmpW;
122 int origianlAlphaVal = 255 - ((int) srcAlphaBuf[offset + srcX] & 0xFF);
/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java105 * character at offset. If the character is part of a ligature
106 * (for example) a caret may not be appropriate at offset.
108 public abstract boolean caretAtOffsetIsValid(int offset); argument
127 * charStart and charLimit, starting at offset infoStart. Infos
135 * Apply deltas to the data in this component, starting at offset
/openjdk7/jdk/src/share/classes/java/sql/
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/com/sun/media/sound/
H A DModelAbstractChannelMixer.java35 public abstract boolean process(float[][] buffer, int offset, int len); argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DMessageDigestAlgorithm.java175 * @param offset
180 public int digest(byte buf[], int offset, int len) argument
182 return this.algorithm.digest(buf, offset, len);
249 * @param offset
252 public void update(byte buf[], int offset, int len) { argument
253 this.algorithm.update(buf, offset, len);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp92 void FpuStackSim::swap(int offset) { argument
93 if (TraceFPUStack) { tty->print("FPU-swap %d", offset); print(); tty->cr(); }
94 int t = regs_at(tos_index() - offset);
95 set_regs_at(tos_index() - offset, regs_at(tos_index()));

Completed in 67 milliseconds

<<11121314151617181920>>