Searched refs:Writer (Results 1 - 13 of 13) sorted by relevance

/external/guava/src/com/google/common/io/
H A DAppendableWriter.java21 import java.io.Writer;
25 * Writer that places all output on an {@link Appendable} target. If the target
33 class AppendableWriter extends Writer {
47 * Abstract methods from Writer
93 @Override public Writer append(char c) throws IOException {
99 @Override public Writer append(CharSequence charSeq) throws IOException {
105 @Override public Writer append(CharSequence charSeq, int start, int end)
H A DCharStreams.java30 import java.io.Writer;
45 * {@link java.io.Writer}.
419 * Returns a Writer that sends all output to the given {@link Appendable}
425 * @return a new Writer object, unless target is a Writer, in which case the
428 public static Writer asWriter(Appendable target) {
429 if (target instanceof Writer) {
430 return (Writer) target;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java12 import java.io.Writer;
30 public HTMLWriter (final Writer out)
116 private Writer m_out;
/external/proguard/src/proguard/io/
H A DDataEntryRewriter.java58 Writer writer = new BufferedWriter(new OutputStreamWriter(outputStream));
72 Writer writer)
116 private void writeUpdatedWord(Writer writer, String word)
H A DManifestRewriter.java49 Writer writer)
162 * This Writer writes manifest files, splitting any long lines.
169 public SplitLineWriter(Writer writer)
/external/qemu/android/
H A Dconfig.c355 } Writer; typedef in typeref:struct:__anon3293
358 writer_init( Writer* w, const char* fn )
374 writer_write( Writer* w, const char* src, int len )
395 writer_done( Writer* w )
403 writer_margin( Writer* w, int margin)
415 writer_c(Writer* w, char c)
421 writer_str(Writer* w, const char* str)
427 writer_node(Writer* w, AConfig* node, int margin)
457 Writer w[1];
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXScanner.java121 Writer w = new BufferedWriter(new OutputStreamWriter(System.out, "UTF-8"));
H A DXMLWriter.java20 import java.io.Writer;
281 public XMLWriter (Writer writer)
313 public XMLWriter (XMLReader xmlreader, Writer writer)
328 private void init (Writer writer)
402 public void setOutput (Writer writer)
1427 private Writer output;
H A DCommandLine.java182 Writer w;
211 private static ContentHandler chooseContentHandler(Writer w) {
H A DPYXWriter.java15 // PYX Writer
209 public PYXWriter(Writer w) {
H A DHTMLScanner.java635 Writer w = new OutputStreamWriter(System.out, "UTF-8");
/external/webkit/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp117 // Writer is responsible for serializing primitive types and storing
119 class Writer : Noncopyable { class in namespace:WebCore::__anon5611
121 Writer() : m_position(0) function in class:WebCore::__anon5611::Writer
224 explicit Serializer(Writer& writer)
462 Writer& m_writer;
667 Writer writer;
683 Writer writer;
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java17 import java.io.Writer;
285 IndentingWriter (final Writer out, final int buffer, final int indent)

Completed in 138 milliseconds