Searched refs:off (Results 376 - 400 of 571) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DDataHead.java196 public int read(byte b[], int off, int sz) throws IOException { argument
200 System.arraycopy(buf,offset,b,off,sz);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DByteVector.java294 * @param off index of the fist byte of b that must be copied.
298 public ByteVector putByteArray(final byte[] b, final int off, final int len) argument
304 System.arraycopy(b, off, data, length, len);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DName.java227 int off = offset;
230 h = (h << 5) - h + bytes[off++];
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DManifestEntryVerifier.java170 public void update(byte buffer[], int off, int len) { argument
174 digests.get(i).update(buffer, off, len);
/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DTest.java237 int off = 0, c;
238 while ((c= is.read(ba, off, ba.length)) != -1) {
239 off += c;
241 return new String(ba, 0, off, "ISO8859-1");
260 int off = 0;
262 while ((c=is.read(buf, off, len)) != -1) {
263 off += c;
266 String s1 = new String(buf, 0, off, "ISO8859_1");
/openjdk7/jdk/src/share/classes/sun/net/smtp/
H A DSmtpClient.java254 public void write(byte b[], int off, int len) { argument
258 int c = b[off++];
/openjdk7/make/
H A Ddeploy-rules.gmk46 ifneq ($(JQS), off)
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert_1.c516 mlib_s32 off; /* offset of src over dst */ local
537 off = soff * 2 - doff;
543 if (off == 0) { /* src and dst have same alignment */
584 else if (off < 0) {
585 vis_alignaddr((void *)0, off);
628 else if (off < 8) {
629 vis_alignaddr((void *)0, off);
676 else { /* (off >= 8) */
677 vis_alignaddr((void *)0, off);
778 vis_alignaddr((void *)0, off); \
854 mlib_s32 off; /* offset of address alignment in src */ local
1297 mlib_s32 off; /* offset of address alignment in src */ local
1423 mlib_s32 off; /* offset of address alignment in src */ local
1568 mlib_s32 off; /* offset of address alignment in src */ local
[all...]
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-rmiregistry.bat1 @echo off
27 @echo off
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPixelGrabber.java102 * <tt>pix[(j - y) * scansize + (i - x) + off]</tt>.
114 * @param off the offset into the array of where to store the first pixel
119 int[] pix, int off, int scansize) {
120 this(img.getSource(), x, y, w, h, pix, off, scansize);
130 * <tt>pix[(j - y) * scansize + (i - x) + off]</tt>.
142 * @param off the offset into the array of where to store the first pixel
148 int[] pix, int off, int scansize) {
154 dstOff = off;
118 PixelGrabber(Image img, int x, int y, int w, int h, int[] pix, int off, int scansize) argument
147 PixelGrabber(ImageProducer ip, int x, int y, int w, int h, int[] pix, int off, int scansize) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java444 int off = 4;
445 len -= off;
450 count = socketInput.read(b, off, len);
462 off += count;
/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp256 int off = 0; local
261 RESTARTABLE(read(s, buf+off, left), n);
269 if (buf[off+i] == 0) {
286 off += n;
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp251 int off = 0; local
256 RESTARTABLE(read(s, buf+off, left), n);
264 if (buf[off+i] == 0) {
281 off += n;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBindInfo.java240 public void write(char[] cbuf, int off, int len) throws IOException {
241 MinimumEscapeHandler.theInstance.escape(cbuf,off,len,false,out);
244 public void write(String str, int off, int len) throws IOException {
245 write(str.toCharArray(),off,len);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/http/ChunkedOutputStream/
H A DTest.java144 int off = 0;
146 while ((c=is.read(buf, off, len)) != -1) {
147 off += c;
150 String s1 = new String (buf, 0, off, "ISO8859_1");
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DUNIXProcess.java.solaris268 public int read(byte[] b, int off, int len) throws IOException {
271 return super.read(b, off, len);
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DX11FontMetrics.java210 public native int bytesWidth(byte data[], int off, int len); argument
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxUserDefinedFileAttributeView.java186 int off = dst.arrayOffset() + pos + Unsafe.ARRAY_BYTE_BASE_OFFSET;
187 unsafe.copyMemory(null, address, dst.array(), off, n);
227 int off = src.arrayOffset() + pos + Unsafe.ARRAY_BYTE_BASE_OFFSET;
228 unsafe.copyMemory(src.array(), off, null, address, rem);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLSAXHandler.java109 * Turns special character escaping on/off.
249 // time to fire off endElement event
296 // time to fire off processing instruction event
372 // time to fire off comment event
572 // time to fire off endElement event
595 * @param off The start position in the array.
606 public void characters(char[] ch, int off, int len) throws SAXException argument
610 m_saxHandler.characters(ch, off, len);
612 // time to fire off characters event
614 super.fireCharEvent(ch, off, le
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassLoader.java534 * <tt>off</tt> through <tt>off+len-1</tt> should have the format
538 * @param off
551 * If either <tt>off</tt> or <tt>len</tt> is negative, or if
552 * <tt>off+len</tt> is greater than <tt>b.length</tt>.
568 protected final Class<?> defineClass(byte[] b, int off, int len) argument
571 return defineClass(null, b, off, len, null);
599 * <tt>off</tt> through <tt>off+len-1</tt> should have the format
603 * @param off
632 defineClass(String name, byte[] b, int off, int len) argument
673 defineTransformedClass(String name, byte[] b, int off, int len, ProtectionDomain pd, ClassFormatError cfe, String source) argument
782 defineClass(String name, byte[] b, int off, int len, ProtectionDomain protectionDomain) argument
903 defineClass0(String name, byte[] b, int off, int len, ProtectionDomain pd) argument
906 defineClass1(String name, byte[] b, int off, int len, ProtectionDomain pd, String source) argument
909 defineClass2(String name, java.nio.ByteBuffer b, int off, int len, ProtectionDomain pd, String source) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/
H A DDirect-X-Buffer.java.template192 int off)
196 address = db.address() + off;
202 super(db, mark, pos, lim, cap, off);
211 int off = (pos << $LG_BYTES_PER_VALUE$);
212 assert (off >= 0);
213 return new Direct$Type$Buffer$RW$$BO$(this, -1, 0, rem, rem, off);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRIFFReader.java154 public final void readFully(byte b[], int off, int len) throws IOException { argument
158 int s = read(b, off, len);
163 off += s;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DTlsPrfGenerator.java241 int off = secret.length >> 1;
242 int seclen = off + (secret.length & 1);
251 expand(sha, 20, secret, off, seclen, labelBytes, seed, output,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.h206 static jint DoReadBytes(WDTCPIStreamWrapper* istream, jbyteArray buf, jint off, jint len);
212 virtual jint ReadBytes(jbyteArray buf, jint off, jint len);
239 jint off; member in struct:WDTCPIStreamWrapper::_WDTCPIStreamWrapperReadBytesRec
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DOutputRecord.java374 void writeBuffer(OutputStream s, byte [] buf, int off, int len, argument
377 s.write(buf, off, len);
385 buf, off + debugOffset, len - debugOffset);
412 * Note that the translation will strip off all hello extensions as

Completed in 979 milliseconds

<<11121314151617181920>>