Searched refs:off (Results 501 - 525 of 571) sorted by relevance

<<212223

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelByteBufferWavetable.java55 public int read(byte[] b, int off, int len) throws IOException { argument
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DXObjectOutputStream.java260 * @param off the start offset in the data
265 public void write(byte b[], int off, int len) throws IOException { argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffine_NN.c45 #pragma optimize("gs", off)
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A Dcrc32.java197 private void processData(byte[] data, int off, int len) { argument
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineInputRecord.java352 void writeBuffer(OutputStream s, byte [] buf, int off, int len) argument
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DTestRender1.java102 public void write(byte[] b, int off, int len) throws IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1909 public int read(byte b[], int off, int len) throws IOException { argument
1912 } else if ((off < 0) || (off > b.length) || (len < 0) ||
1913 ((off + len) > b.length) || ((off + len) < 0)) {
1921 System.arraycopy(_octetBuffer, _octetBufferStart, b, off, len);
1926 System.arraycopy(_octetBuffer, _octetBufferStart, b, off, bytesToRead);
H A DEncoder.java2385 public void write(byte b[], int off, int len) throws IOException { argument
2386 if ((off < 0) || (off > b.length) || (len < 0) ||
2387 ((off + len) > b.length) || ((off + len) < 0)) {
2398 System.arraycopy(b, off, _encodingBuffer, _encodingBufferIndex, len);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp60 relocInfo::relocInfo(relocType t, int off, int f) { argument
64 assert(off >= 0 && off < offset_limit(), "offset out off bounds");
65 assert((off & (offset_unit-1)) == 0, "misaligned offset");
66 (*this) = relocInfo(t, RAW_BITS, off, f);
362 // turn breakpoints off during patching
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java312 public final void write(byte b[], int off, int len) throws IOException{ argument
316 orbStream.write_octet_array(b, off, len);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1810 int off = table_scriptIDs.length;
1812 table_scriptFonts[entry.getKey().intValue()] = (short)-off;
1816 table_scriptFonts[off++] = v[i];
1818 table_scriptFonts[off++] = 0;
1831 //table_sequences[entry.getKey().intValue()] = (short)-off;
1909 off = table_scriptIDs.length;
1911 table_scriptFontsMotif[entry.getKey().intValue()] = (short)-off;
1916 table_scriptFontsMotif[off++] = v[i];
1918 table_scriptFontsMotif[off++] = 0;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassReader.java63 public int read(byte b[], int off, int len) throws IOException {
64 int nr = super.read(b, off, len);
/openjdk7/hotspot/make/windows/
H A Dbuild.bat1 @echo off
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java1039 int off = layers[layer].get(pos + 1).x - n.x - xOffset - n.width;
1040 assert off >= 0;
1041 if (off < min) {
1042 min = off;
1050 int off = n.x - xOffset - layers[layer].get(pos - 1).x - layers[layer].get(pos - 1).width;
1051 assert off >= 0;
1052 if (off < min) {
1053 min = off;
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DGenDoc.java529 int off = roi.get(index);
531 if (offset == off) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java523 byte[] content, int off, int len, String contentType)
536 rawContent = new MimeBodyPart(hdrs, content, off, len);
522 setRawContentBytes( byte[] content, int off, int len, String contentType) argument
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java1203 // strip off the trailing '; '
2423 /* dummy byte buffer for reading off socket prior to closing */
3051 public int read(byte[] b, int off, int len) throws IOException { argument
3053 int newLen = super.read(b, off, len);
3068 outputStream.write(b, off + (newLen-nWrite), nWrite);
3174 public void write (byte[] b, int off, int len) throws IOException { argument
3181 out.write (b, off, len);
3345 public int read(byte[] b, int off, int len) throws IOException { argument
3349 buffer.get(b, off, ret);
3355 return is.read(b, off, le
[all...]
/openjdk7/jdk/test/sun/nio/cs/
H A DTestUTF8.java74 static char[] decode(Charset cs, byte[] ba, int off, int len) { argument
84 ByteBuffer bb = ByteBuffer.wrap(ba, off, len);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DParserForXMLSchema.java101 boolean checkQuestion(int off) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEmptySerializer.java68 protected void couldThrowSAXException(char[] chars, int off, int len) throws SAXException argument
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DProxy.java806 byte[] b, int off, int len);
805 defineClass0(ClassLoader loader, String name, byte[] b, int off, int len) argument
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES1495 Fixed off-by-one error in one of the conversions to PNG_ROWBYTES() in
2184 Fixed off-by-one error introduced in png_push_read_zTXt() function in
2865 Improved the options.awk script; added an "everything off" option.
2866 Revised contrib/pngminim to use the "everything off" option in pngusr.dfa.
2876 png.h is removed if both READ and WRITE USER_TRANSFORM are turned off
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java190 int off = bytes.getIndex();
191 pos[count] = off;
203 ih.setPosition(off);
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c176 // ahead of other normal maps. For eg. with -Xshare:off we don't
318 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
462 off_t off; local
471 off = mp->offset + mapoff;
473 if ((len = pread(fd, buf, len, off)) <= 0)
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c175 // ahead of other normal maps. For eg. with -Xshare:off we don't
318 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
462 off_t off; local
471 off = mp->offset + mapoff;
473 if ((len = pread(fd, buf, len, off)) <= 0)

Completed in 900 milliseconds

<<212223