Home
last modified time | relevance | path

Searched refs:TextWriter (Results 1 – 19 of 19) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DIOExtensions.cs38 using TextWriter = System.IO.TextWriter; typedef
49 public static void close( this TextWriter writer ) in close()
55 public static void print<T>( this TextWriter writer, T value ) in print()
61 public static void println( this TextWriter writer ) in println()
67 public static void println<T>( this TextWriter writer, T value ) in println()
73 public static void write<T>( this TextWriter writer, T value ) in write()
DJSystem.cs41 public static TextWriter err
50 public static TextWriter @out
DExceptionExtensions.cs81 public static void PrintStackTrace( this Exception e, System.IO.TextWriter writer ) in PrintStackTrace()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DIOExtensions.cs38 using TextWriter = System.IO.TextWriter; typedef
51 public static void close( this TextWriter writer ) in close()
57 public static void print<T>( this TextWriter writer, T value ) in print()
63 public static void println( this TextWriter writer ) in println()
69 public static void println<T>( this TextWriter writer, T value ) in println()
75 public static void write<T>( this TextWriter writer, T value ) in write()
DJSystem.cs42 public static TextWriter err
51 public static TextWriter @out
DExceptionExtensions.cs73 public static void PrintStackTrace(Exception e, System.IO.TextWriter writer) { in PrintStackTrace()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs157 public void Format(IMessage message, TextWriter writer) in Format()
195 private void WriteMessage(TextWriter writer, IMessage message) in WriteMessage()
216 … private bool WriteMessageFields(TextWriter writer, IMessage message, bool assumeFirstFieldWritten) in WriteMessageFields()
329 private static void WriteNull(TextWriter writer) in WriteNull()
381 private void WriteValue(TextWriter writer, object value) in WriteValue()
472 …private void WriteWellKnownTypeValue(TextWriter writer, MessageDescriptor descriptor, object value) in WriteWellKnownTypeValue()
535 private void WriteTimestamp(TextWriter writer, IMessage value) in WriteTimestamp()
546 private void WriteDuration(TextWriter writer, IMessage value) in WriteDuration()
554 private void WriteFieldMask(TextWriter writer, IMessage value) in WriteFieldMask()
560 private void WriteAny(TextWriter writer, IMessage value) in WriteAny()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
DExceptionExtensions.cs36 using TextWriter = System.IO.TextWriter; typedef
40 public static void PrintStackTrace( Exception e, TextWriter writer ) in PrintStackTrace()
/external/selinux/gui/
Dhtml_util.py41 class TextWriter(Formatter.DumbWriter): class
134 formatter = Formatter.AbstractFormatter(TextWriter(buffer, maxcol))
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs45 using TextWriter = System.IO.TextWriter; typedef
53 TextWriter @out;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs47 using TextWriter = System.IO.TextWriter; typedef
56 TextWriter @out;
/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py155 from sphinx.writers.text import TextWriter
171 writer = TextWriter(self)
/external/protobuf/csharp/src/AddressBook/
DAddPerson.cs43 private static Person PromptForAddress(TextReader input, TextWriter output) in PromptForAddress()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs46 using TextWriter = System.IO.TextWriter; typedef
89 public TextWriter TraceDestination {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs47 using TextWriter = System.IO.TextWriter; typedef
94 public TextWriter TraceDestination
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py257 out = text_format.TextWriter(False)
262 out = text_format.TextWriter(False)
272 out = text_format.TextWriter(False)
277 out = text_format.TextWriter(False)
650 out = text_format.TextWriter(False)
/external/protobuf/python/google/protobuf/
Dtext_format.py80 class TextWriter(object): class
126 out = TextWriter(as_utf8)
/external/protobuf/
DCHANGES.txt96 * `JsonFormatter` now allows writing to a `TextWriter`
/external/protobuf/util/
DCHANGES.txt96 * `JsonFormatter` now allows writing to a `TextWriter`