Searched refs:write (Results 276 - 300 of 1678) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/io/FileOutputStream/
H A DOpsAfterClose.java14 r.write(1);
25 r.write(buf);
36 r.write(buf, 0, len);
/openjdk7/jdk/test/java/net/URLConnection/
H A DURLConnectionHeaders.java16 * 2 along with this work; if not, write to the Free Software Foundation,
61 w.write("HTTP/1.1 200 OK\r\n");
62 w.write("Content-Type: text/plain\r\n");
66 w.write(x);
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DPosition.java16 * 2 along with this work; if not, write to the Free Software Foundation,
74 fc.write(ByteBuffer.wrap(buf));
99 awriter.write("0");
100 awriter.write(""+i);
/openjdk7/jdk/test/sun/text/resources/
H A DLocaleDataTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
185 // write out the error count, and throw an exception out into the environment
420 public void write(int c) throws IOException { method in class:EscapeWriter
422 super.write(c);
424 super.write('\\');
425 super.write('u');
429 super.write(number.charAt(0));
430 super.write(number.charAt(1));
431 super.write(number.charAt(2));
432 super.write(numbe
436 public void write(char[] cbuf, int off, int len) throws IOException { method in class:EscapeWriter
442 public void write(String str, int off, int len) throws IOException { method in class:EscapeWriter
[all...]
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DPermission.java16 * 2 along with this work; if not, write to the Free Software Foundation,
51 fos.write('a'); fos.write('b'); fos.write('c');
/openjdk7/langtools/test/com/sun/javadoc/testSourceTab/
H A DTestSourceTab.java16 * 2 along with this work; if not, write to the Free Software Foundation,
95 write(t, read(f).replace("\\t", "\t"));
115 void write(File f, String s) throws IOException { method in class:TestSourceTab
119 out.write(s);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DETypeInfo.java18 * 2 along with this work; if not, write to the Free Software Foundation,
126 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true,
136 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true,
141 temp.write(DerValue.tag_Sequence, bytes);
H A DMethodData.java17 * 2 along with this work; if not, write to the Free Software Foundation,
99 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x00), temp);
103 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x01), temp);
107 temp.write(DerValue.tag_Sequence, bytes);
H A DPAEncTSEnc.java17 * 2 along with this work; if not, write to the Free Software Foundation,
106 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x00), pATimeStamp.asn1Encode());
110 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x01), temp);
113 temp.write(DerValue.tag_Sequence, bytes);
H A DTransitedEncoding.java17 * 2 along with this work; if not, write to the Free Software Foundation,
103 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x00), temp);
106 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x01), temp);
108 temp.write(DerValue.tag_Sequence, bytes);
/openjdk7/jdk/src/share/classes/sun/security/timestamp/
H A DTSRequest.java18 * 2 along with this work; if not, write to the Free Software Foundation,
181 messageImprint.write(DerValue.tag_Sequence, hashAlgorithm);
183 request.write(DerValue.tag_Sequence, messageImprint);
198 out.write(DerValue.tag_Sequence, request);
/openjdk7/jdk/test/java/util/zip/
H A DTestZipError.java16 * 2 along with this work; if not, write to the Free Software Foundation,
54 zos.write("hello".getBytes());
58 zos.write("world".getBytes());
76 zos.write("hola".getBytes());
/openjdk7/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java16 * 2 along with this work; if not, write to the Free Software Foundation,
75 write(t, read(f).replace("\\t", "\t"));
92 static void write(File f, String s) throws IOException { method in class:T4994049
95 out.write(s);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DCommentEvent.java18 * 2 along with this work; if not, write to the Free Software Foundation,
73 writer.write("<!--" + getText() + "-->");
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DIdentifiableBase.java18 * 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 DObjectKeyTemplate.java18 * 2 along with this work; if not, write to the Free Software Foundation,
71 public void write(ObjectId objectId, OutputStream os); method in interface:ObjectKeyTemplate
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DBooleanSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.BooleanSeqHelper.write (o, value);
H A DCharSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.CharSeqHelper.write (o, value);
H A DDoubleSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.DoubleSeqHelper.write (o, value);
H A DFloatSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.FloatSeqHelper.write (o, value);
H A DLongLongSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.LongLongSeqHelper.write (o, value);
H A DLongSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.LongSeqHelper.write (o, value);
H A DOctetSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.OctetSeqHelper.write (o, value);
H A DShortSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.ShortSeqHelper.write (o, value);
H A DULongLongSeqHolder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 org.omg.CORBA.ULongLongSeqHelper.write (o, value);

Completed in 376 milliseconds

<<11121314151617181920>>