Searched defs:write (Results 1 - 25 of 586) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs75 public static void write<T>( this TextWriter writer, T value ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs73 public static void write<T>( this TextWriter writer, T value ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py755 sys.stdout.write(event + '\n')
865 self.debug.write(msg + '\n')
888 self.write("ANTLR %s" % self.PROTOCOL_VERSION)
889 self.write("grammar \"%s" % self.grammarFileName)
893 def write(self, msg): member in class:DebugEventSocketProxy
895 self.output.write("%s\n" % msg)
905 self.write(event);
H A Dmain.py113 self.stdout.write("\nBye.\n")
174 def write(self, options, text): member in class:_Main
176 self.stdout.write(text)
180 self.write(options, text + '\n')
/external/antlr/antlr-3.4/runtime/Python/
H A Dxmlrunner.py60 stream.write(' <testcase classname="%(class)s" name="%(method)s" time="%(time).4f">' % \
70 stream.write('</testcase>\n')
75 stream.write('\n')
76 stream.write(' <%s type="%s">%s\n' \
80 stream.write(escape(tb_stream.getvalue()))
81 stream.write(' </%s>\n' % tagname)
82 stream.write(' ')
133 stream.write('<testsuite errors="%(e)d" failures="%(f)d" ' % \
135 stream.write('name="%(n)s" tests="%(t)d" time="%(time).3f">\n' % \
143 stream.write(' <syste
340 def write(self, buffer): member in class:XMLTestRunnerTest.NullStream
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb53 write( 'ANTLR %s', PROTOCOL_VERSION )
54 write( 'grammar %p', @grammar_file_name )
70 def write( message, *interpolation_arguments ) method in class:ANTLR3.Debug.EventSocketProxy
84 write( event, *interpolation_arguments )
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java99 /** The target specifies how to write out files and do other language
465 // write out the vocab interchange file; used by antlr,
470 write(tokenVocabSerialization, vocabFileName);
1260 public void write(ST code, String fileName) throws IOException { method in class:CodeGenerator
1266 code.write(wr);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DConsoleHandlerTest.java488 * @see java.io.OutputStream#write(int)
490 public void write(int oneByte) { method in class:ConsoleHandlerTest.MockOutputStream
492 super.write(oneByte);
H A DHandlerTest.java376 public void write(int arg0) throws IOException { method in class:HandlerTest.NullOutputStream
H A DStreamHandlerTest.java876 * @see java.io.OutputStream#write(int)
878 public void write(int oneByte) { method in class:StreamHandlerTest.MockOutputStream
880 super.write(oneByte);
910 * @see java.io.OutputStream#write(byte[], int, int)
912 public synchronized void write(byte[] buffer, int offset, int count) { method in class:StreamHandlerTest.MockExceptionOutputStream
919 * @see java.io.OutputStream#write(int)
921 public synchronized void write(int oneByte) { method in class:StreamHandlerTest.MockExceptionOutputStream
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DDigestOutputStreamTest.java139 * Test #1 for <code>write(int)</code> method<br>
152 dos.write(myMessage[i]);
155 assertTrue("write", Arrays.equals(MDGoldenData.getMessage(),
169 * Test #2 for <code>write(int)</code> method<br>
172 * Assertion: <code>write(int)</code> must not update digest if it is off<br>
189 dos.write(myMessage[i]);
193 assertTrue("write", Arrays.equals(MDGoldenData.getMessage(),
195 // check that digest value has not been updated by write()
207 * Test #3 for <code>write(int)</code> method<br>
210 * <code>OutputStream</code> not set. <code>write(in
587 public void write(int arg0) throws IOException { method in class:DigestOutputStreamTest.MyOutputStream
[all...]
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java114 o.write("BUT");
115 o.write("TERS");
123 o.write("BUT");
124 o.write("TERS");
135 o.write("BUT");
136 o.write("TERS");
151 o.write("BUT");
152 o.write("TERS");
161 o.write("BARK");
207 public void write(cha method in class:CharWrapperTester.ClosableStringWriter
220 public void write(char[] buf, int offset, int count) throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
249 public void write(char[] buf, int offset, int count) throws IOException { method in class:CharWrapperTester.FailOnCloseWriter
[all...]
H A DWrapperTester.java115 o.write(new byte[] { 8, 6, 7, 5 });
116 o.write(new byte[] { 3, 0, 9 });
124 o.write(new byte[] { 8, 6, 7, 5 });
125 o.write(new byte[] { 3, 0, 9 });
136 o.write(new byte[] { 8, 6, 7, 5 });
137 o.write(new byte[] { 3, 0, 9 });
152 o.write(new byte[] { 8, 6, 7, 5 });
153 o.write(new byte[] { 3, 0, 9 });
162 o.write(new byte[] { 4, 4, 5 });
200 public void write(in method in class:WrapperTester.ClosableByteArrayOutputStream
213 public void write(int oneByte) throws IOException { method in class:WrapperTester.FailOnFlushOutputStream
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringWriter.java100 * @param buf the non-null array containing characters to write.
102 * @param count maximum number of characters to write
107 public void write(char[] buf, int offset, int count) { method in class:Support_StringWriter
124 * @param oneChar The character to write
127 public void write(int oneChar) { method in class:Support_StringWriter
137 * @param str the non-null String containing the characters to write.
140 public void write(String str) { method in class:Support_StringWriter
151 * @param str the non-null String containing the characters to write.
153 * @param count the number of characters to retrieve and write.
158 public void write(Strin method in class:Support_StringWriter
[all...]
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java276 * and then calls <code>write()</code> to cause it to be written.</p>
332 write(buf);
345 protected void write(StringBuffer buffer) { method in class:SimpleLog
/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionOutputBuffer.java70 public void write(byte[] b, int off, int len) throws IOException { method in class:LoggingSessionOutputBuffer
71 this.out.write(b, off, len);
77 public void write(int b) throws IOException { method in class:LoggingSessionOutputBuffer
78 this.out.write(b);
84 public void write(byte[] b) throws IOException { method in class:LoggingSessionOutputBuffer
85 this.out.write(b);
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractMessageWriter.java76 public void write( method in class:AbstractMessageWriter
H A DAbstractSessionOutputBuffer.java92 this.outstream.write(this.buffer.buffer(), 0, len);
103 public void write(final byte[] b, int off, int len) throws IOException { method in class:AbstractSessionOutputBuffer
109 // write it directly to the output stream
113 // write directly to the out stream
114 this.outstream.write(b, off, len);
128 public void write(final byte[] b) throws IOException { method in class:AbstractSessionOutputBuffer
132 write(b, 0, b.length);
135 public void write(int b) throws IOException { method in class:AbstractSessionOutputBuffer
147 write(s.getBytes(this.charset));
149 write(CRL
[all...]
H A DChunkedOutputStream.java103 this.out.write(this.cache, 0, this.cachePosition);
119 this.out.write(this.cache, 0, this.cachePosition);
120 this.out.write(bufferToAppend, off, len);
145 public void write(int b) throws IOException { method in class:ChunkedOutputStream
147 throw new IOException("Attempted write to closed stream.");
160 public void write(byte b[]) throws IOException { method in class:ChunkedOutputStream
161 write(b, 0, b.length);
164 public void write(byte src[], int off, int len) throws IOException { method in class:ChunkedOutputStream
166 throw new IOException("Attempted write to closed stream.");
H A DContentLengthOutputStream.java62 * write operations will be ignored.
77 * the stream. Subsequent write operations will be ignored.
109 public void write(byte[] b, int off, int len) throws IOException { method in class:ContentLengthOutputStream
111 throw new IOException("Attempted write to closed stream.");
118 this.out.write(b, off, len);
123 public void write(byte[] b) throws IOException { method in class:ContentLengthOutputStream
124 write(b, 0, b.length);
127 public void write(int b) throws IOException { method in class:ContentLengthOutputStream
129 throw new IOException("Attempted write to closed stream.");
132 this.out.write(
[all...]
H A DIdentityOutputStream.java87 public void write(byte[] b, int off, int len) throws IOException { method in class:IdentityOutputStream
89 throw new IOException("Attempted write to closed stream.");
91 this.out.write(b, off, len);
94 public void write(byte[] b) throws IOException { method in class:IdentityOutputStream
95 write(b, 0, b.length);
98 public void write(int b) throws IOException { method in class:IdentityOutputStream
100 throw new IOException("Attempted write to closed stream.");
102 this.out.write(b);
/external/apache-http/src/org/apache/http/io/
H A DHttpMessageWriter.java55 void write(HttpMessage message) method in interface:HttpMessageWriter
H A DSessionOutputBuffer.java54 void write(byte[] b, int off, int len) throws IOException; method in interface:SessionOutputBuffer
56 void write(byte[] b) throws IOException; method in interface:SessionOutputBuffer
58 void write(int b) throws IOException; method in interface:SessionOutputBuffer

Completed in 6891 milliseconds

1234567891011>>