HomeSort by relevance Sort by last modified time
    Searched full:textreader (Results 1 - 13 of 13) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs 34 using TextReader = System.IO.TextReader;
50 public ANTLRReaderStream(TextReader r)
54 public ANTLRReaderStream(TextReader r, int size)
58 public ANTLRReaderStream(TextReader r, int size, int readChunkSize) {
62 public virtual void Load(TextReader r, int size, int readChunkSize) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRReaderStream.cs 35 using TextReader = System.IO.TextReader;
52 public ANTLRReaderStream( TextReader r )
57 public ANTLRReaderStream( TextReader r, int size )
62 public ANTLRReaderStream( TextReader r, int size, int readChunkSize )
67 public virtual void Load( TextReader r, int size, int readChunkSize )
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
IOExtensions.cs 37 using TextReader = System.IO.TextReader;
45 public static void close( this TextReader reader )
81 public static int read( this TextReader reader, char[] buffer, int index, int count )
87 public static string readLine( this TextReader reader )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
IOExtensions.cs 37 using TextReader = System.IO.TextReader;
43 public static void close( this TextReader reader )
79 public static int read( this TextReader reader, char[] buffer, int index, int count )
85 public static string readLine( this TextReader reader )
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
disasm.go 203 type textReader struct {
208 func (r textReader) ReadAt(data []byte, off int64) (n int, err error) {
231 text = armasm.Plan9Syntax(inst, pc, lookup, textReader{code, pc})
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
disasm.go 203 type textReader struct {
208 func (r textReader) ReadAt(data []byte, off int64) (n int, err error) {
231 text = armasm.Plan9Syntax(inst, pc, lookup, textReader{code, pc})
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
UnicodeReader.java 50 * Generic unicode textreader, which will use BOM mark to identify the encoding
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 44 using TextReader = System.IO.TextReader;
54 TextReader @in;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 46 using TextReader = System.IO.TextReader;
57 TextReader @in;
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/internal/
objfile.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/internal/
objfile.a     [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 498 BufferedReader textReader = null;
502 textReader = new BufferedReader(new StringReader(contents));
506 expected = textReader.readLine();
512 textReader.close();
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 

Completed in 296 milliseconds