/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/ |
H A D | prefetch_bsd_x86.inline.hpp | 16 * 2 along with this work; if not, write to the Free Software Foundation, 37 inline void Prefetch::write(void *loc, intx interval) { function in class:Prefetch
|
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/ |
H A D | prefetch_bsd_zero.inline.hpp | 17 * 2 along with this work; if not, write to the Free Software Foundation, 34 inline void Prefetch::write(void* loc, intx interval) { function in class:Prefetch
|
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/ |
H A D | prefetch_linux_sparc.inline.hpp | 16 * 2 along with this work; if not, write to the Free Software Foundation, 36 inline void Prefetch::write(void *loc, intx interval) { function in class:Prefetch 43 inline void Prefetch::write(void *loc, intx interval) {} function in class:Prefetch
|
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/ |
H A D | prefetch_linux_x86.inline.hpp | 16 * 2 along with this work; if not, write to the Free Software Foundation, 37 inline void Prefetch::write(void *loc, intx interval) { function in class:Prefetch
|
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/ |
H A D | prefetch_linux_zero.inline.hpp | 17 * 2 along with this work; if not, write to the Free Software Foundation, 34 inline void Prefetch::write(void* loc, intx interval) { function in class:Prefetch
|
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/ |
H A D | prefetch_solaris_x86.inline.hpp | 16 * 2 along with this work; if not, write to the Free Software Foundation, 42 inline void Prefetch::write(void *loc, intx interval) { function in class:Prefetch
|
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/ |
H A D | prefetch_windows_x86.inline.hpp | 16 * 2 along with this work; if not, write to the Free Software Foundation, 31 inline void Prefetch::write(void *loc, intx interval) {} function in class:Prefetch
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ |
H A D | HeapGraphWriter.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 35 public void write(String fileName) throws IOException; method in interface:HeapGraphWriter
|
/openjdk7/jdk/src/share/classes/java/nio/channels/ |
H A D | WritableByteChannel.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 33 * A channel that can write bytes. 35 * <p> Only one write operation upon a writable channel may be in progress at 36 * any given time. If one thread initiates a write operation upon a channel 37 * then any other thread that attempts to initiate another write operation will 39 * I/O operations may proceed concurrently with a write operation depends upon 55 * <p> An attempt is made to write up to <i>r</i> bytes to the channel, 68 * <p> Unless otherwise specified, a write operation will return only after 70 * depending upon their state, may write only some of the bytes or possibly 72 * write an 103 public int write(ByteBuffer src) throws IOException; method in interface:WritableByteChannel [all...] |
H A D | AsynchronousByteChannel.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 32 * An asynchronous channel that can read and write bytes. 34 * <p> Some channels may not allow more than one read or write to be outstanding 37 * Similarly, if a write method is invoked before a previous write has completed 43 * multiple concurrent threads. When a read or write operation is initiated then 139 * <p> This method initiates an asynchronous write operation to write a 141 * handler} parameter is a completion handler that is invoked when the write 145 * <p> The write operatio 183 <A> void write(ByteBuffer src, method in interface:AsynchronousByteChannel 208 Future<Integer> write(ByteBuffer src); method in interface:AsynchronousByteChannel [all...] |
H A D | GatheringByteChannel.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 33 * A channel that can write bytes from a sequence of buffers. 35 * <p> A <i>gathering</i> write operation writes, in a single invocation, a 57 * <p> An attempt is made to write up to <i>r</i> bytes to this channel, 78 * <p> Unless otherwise specified, a write operation will return only after 80 * depending upon their state, may write only some of the bytes or possibly 82 * write any more bytes than are free in the socket's output buffer. 85 * already initiated a write operation upon this channel, however, then an 116 * while the write operation is in progress 120 * while the write operatio 127 public long write(ByteBuffer[] srcs, int offset, int length) method in interface:GatheringByteChannel 164 public long write(ByteBuffer[] srcs) throws IOException; method in interface:GatheringByteChannel [all...] |
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/ |
H A D | prefetch_solaris_sparc.inline.hpp | 16 * 2 along with this work; if not, write to the Free Software Foundation, 41 inline void Prefetch::write(void *loc, intx interval) { function in class:Prefetch 61 inline void Prefetch::write(void *loc, intx interval) {} function in class:Prefetch
|
/openjdk7/jdk/test/java/io/FilterOutputStream/ |
H A D | BoundsCheck.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 26 @summary Ensure that FilterOutputStream.write(byte[], int, int) with 39 public void write(int val) throws IOException { method in class:BoundsCheck.DummyFilterStream 40 super.write(val + 1); 52 dfs.write(data, 0, -5); 63 dfs.write(data, -2, 5); 74 dfs.write(data, 6, 5); 85 dfs.write(null, 0, 5);
|
H A D | Write.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 26 @summary Ensure that FilterOutputStream.write(byte[], int, int) calls the 27 one-argument write method in the same class 43 public void write(int b) { method in class:Write.F 44 System.err.println("Ignoring write of " + b); 51 public void write(int b) { method in class:Write.Sink 53 + " write(int) method of underlying" 61 f.write(new byte[] { 1, 2, 3 }, 0, 3);
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/ |
H A D | IdentifiableBase.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 45 * which means that we need to first write the data out to 46 * an encapsulation stream, then extract the data and write 49 final public void write( OutputStream os ) method in class:IdentifiableBase
|
H A D | TaggedProfileTemplateBase.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 40 public void write( OutputStream os ) method in class:TaggedProfileTemplateBase
|
H A D | Writeable.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 37 void write(OutputStream arg0); method in interface:Writeable
|
/openjdk7/jdk/src/share/classes/java/io/ |
H A D | FilterOutputStream.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 67 * The <code>write</code> method of <code>FilterOutputStream</code> 68 * calls the <code>write</code> method of its underlying output stream, 69 * that is, it performs <tt>out.write(b)</tt>. 71 * Implements the abstract <tt>write</tt> method of <tt>OutputStream</tt>. 76 public void write(int b) throws IOException { method in class:FilterOutputStream 77 out.write(b); 83 * The <code>write</code> method of <code>FilterOutputStream</code> 84 * calls its <code>write</code> method of three arguments with the 89 * <code>write</cod 96 public void write(byte b[]) throws IOException { method in class:FilterOutputStream 120 public void write(byte b[], int off, int len) throws IOException { method in class:FilterOutputStream [all...] |
H A D | OutputStream.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 43 * @see java.io.OutputStream#write(int) 49 * contract for <code>write</code> is that one byte is written 62 public abstract void write(int b) throws IOException; method in class:OutputStream 66 * to this output stream. The general contract for <code>write(b)</code> 68 * <code>write(b, 0, b.length)</code>. 72 * @see java.io.OutputStream#write(byte[], int, int) 74 public void write(byte b[]) throws IOException { method in class:OutputStream 75 write(b, 0, b.length); 81 * The general contract for <code>write( 106 public void write(byte b[], int off, int len) throws IOException { method in class:OutputStream [all...] |
/openjdk7/jdk/src/share/classes/com/sun/pept/transport/ |
H A D | Connection.java | 18 * 2 along with this work; if not, write to the Free Software Foundation, 61 public void write(ByteBuffer byteBuffer); method in interface:Connection
|
/openjdk7/jdk/test/java/io/OutputStream/ |
H A D | WriteParams.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 28 * XXXXOutputStream.write(b, off, len). 55 out.write(b , off[i] , len[i]); 59 " for write(b, " + off[i] + " " + len[i] + 67 System.err.println("Error: OutOfMemoryError in write(b, " + 75 " for write(b, " + off[i] + " " + len[i] + 94 out.write(b, 0, 32); 107 fout.write(i); 167 public void write(int b) throws IOException { method in class:MyOutputStream
|
/openjdk7/jdk/test/java/io/Serializable/enum/badResolve/ |
H A D | Write.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 47 write(EnumToNonEnum.class, "0.ser"); 48 write(NonEnumToEnum.class, "1.ser"); 49 write(EnumToNonEnum.foo, "2.ser"); 50 write(new NonEnumToEnum(), "3.ser"); 53 static void write(Object obj, String filename) throws Exception { method in class:Write
|
/openjdk7/jdk/test/java/io/Serializable/oldTests/ |
H A D | SerializeWithException.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 114 public void write(int b) throws IOException { method in class:ExceptionOutputStream
|
/openjdk7/jdk/test/java/io/Serializable/underlyingOutputStreamException/ |
H A D | UnderlyingOutputStreamException.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 38 public void write(int b) throws IOException { method in class:BrokenOutputStream
|
/openjdk7/jdk/test/java/io/charStreams/ |
H A D | ABCOutputStream.java | 16 * 2 along with this work; if not, write to the Free Software Foundation, 39 public void write(int c) throws IOException { method in class:ABCOutputStream 50 public void write(byte buf[], int off, int len) throws IOException { method in class:ABCOutputStream 52 write(buf[i]);
|