HomeSort by relevance Sort by last modified time
    Searched refs:Stream (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 47 Stream: IANTLRStringStream;
49 Stream := TANTLRStringStream.Create('One'#13#10'Two');
50 CheckEquals(0, Stream.Index);
51 CheckEquals(0, Stream.CharPositionInLine);
52 CheckEquals(1, Stream.Line);
54 Stream.Consume; // O
55 CheckEquals(1, Stream.Index);
56 CheckEquals(1, Stream.CharPositionInLine);
57 CheckEquals(1, Stream.Line);
59 Stream.Consume; //
    [all...]
Antlr.Runtime.Tree.Tests.pas 653 Stream: ITreeNodeStream;
661 Stream := CreateCommonTreeNodeStream(T);
662 CheckEquals(GetStringOfEntireStreamContentsWithNodeTypesOnly(Stream),' 101 102 103 104');
663 CheckEquals(Stream.ToString, ' 101 2 102 2 103 3 104 3');
669 Stream: ITreeNodeStream;
674 Stream := CreateCommonTreeNodeStream(T);
675 CheckEquals(GetStringOfEntireStreamContentsWithNodeTypesOnly(Stream),' 101 102');
676 CheckEquals(Stream.ToString, ' 101 2 102 3');
682 Stream: ITreeNodeStream;
707 Stream := CreateUnBufferedTreeNodeStream(T)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRInputStream.cs 35 using Stream = System.IO.Stream;
45 public ANTLRInputStream(Stream input)
49 public ANTLRInputStream(Stream input, int size)
53 public ANTLRInputStream(Stream input, Encoding encoding)
57 public ANTLRInputStream(Stream input, int size, Encoding encoding)
61 public ANTLRInputStream(Stream input, int size, int readBufferSize, Encoding encoding)
65 private static StreamReader GetStreamReader(Stream input, Encoding encoding) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRInputStream.cs 36 using Stream = System.IO.Stream;
47 public ANTLRInputStream( Stream input )
52 public ANTLRInputStream( Stream input, int size )
57 public ANTLRInputStream( Stream input, Encoding encoding )
62 public ANTLRInputStream( Stream input, int size, Encoding encoding )
67 public ANTLRInputStream( Stream input, int size, int readBufferSize, Encoding encoding )
72 private static StreamReader GetStreamReader(Stream input, Encoding encoding)
  /external/clang/test/Sema/
parentheses.cpp 20 class Stream {
23 Stream &operator<<(int);
24 Stream &operator<<(const char*);
27 void f(Stream& s, bool b) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 39 * Simple storage class for stream information.
41 static class Stream implements Serializable {
43 * Human-readable name for the stream.
53 * URI of the stream
57 public Stream(String name, String code, String uri) {
67 } else if (o == null || !(o instanceof Stream)) {
70 Stream stream = (Stream) o; local
71 return name.equals(stream.name
    [all...]
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 23 yaml::Stream Stream(Input, SM);
24 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input;
25 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input;
31 yaml::Stream Stream(Input, SM);
32 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input;
136 yaml::Stream Stream(StringInArray, SM);
138 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot())
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Stream.pm 1 package ANTLR::Runtime::Stream;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMismatchedTreeNodeException.h 38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
ANTLRMismatchedTokenException.h 44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
46 Stream:(id<ANTLRIntStream>)anInput
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
52 - (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
54 Stream:(id<ANTLRIntStream>)anInput
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
ANTLRMissingTokenException.h 42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMismatchedTreeNodeException.h 38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
ANTLRMismatchedTokenException.h 44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
46 Stream:(id<ANTLRIntStream>)anInput
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
52 - (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
54 Stream:(id<ANTLRIntStream>)anInput
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
ANTLRMissingTokenException.h 42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMismatchedTreeNodeException.h 38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
ANTLRMismatchedTokenException.h 44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
46 Stream:(id<ANTLRIntStream>)anInput
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
52 - (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
54 Stream:(id<ANTLRIntStream>)anInput
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
ANTLRMissingTokenException.h 42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedTreeNodeException.h 38 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
ANTLRMismatchedTokenException.h 44 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
46 Stream:(id<ANTLRIntStream>)anInput
48 + (id) newExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
52 - (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
54 Stream:(id<ANTLRIntStream>)anInput
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
ANTLRMissingTokenException.h 42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 6 let rec main_loop stream =
7 match Stream.peek stream with
12 Stream.junk stream;
13 main_loop stream
19 ignore(Parser.parse_definition stream);
22 ignore(Parser.parse_extern stream);
26 ignore(Parser.parse_toplevel stream);
28 with Stream.Error s -
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 8 let rec main_loop stream =
9 match Stream.peek stream with
14 Stream.junk stream;
15 main_loop stream
21 let e = Parser.parse_definition stream in
25 let e = Parser.parse_extern stream in
30 let e = Parser.parse_toplevel stream in
33 with Stream.Error s | Codegen.Error s -
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 94 Stream(Buffer), OS(os), inNonNoteDiagnostic(false)
165 llvm::BitstreamWriter Stream;
212 llvm::BitstreamWriter &Stream,
216 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETBID, Record);
227 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record);
232 llvm::BitstreamWriter &Stream,
240 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETRECORDNAME, Record);
292 Stream.EmitRecordWithBlob(Abbrevs.get(RECORD_FILENAME), Record, Name);
302 Stream.EmitRecordWithAbbrev(Abbrevs.get(RECORD_SOURCE_RANGE), Record);
308 Stream.Emit((unsigned)'D', 8)
    [all...]
  /external/llvm/include/llvm/Support/
FormattedStream.h 27 /// DELETE_STREAM - Tell the destructor to delete the held stream.
32 /// stream.
37 /// TheStream - The real stream we output to. We set it to be
60 /// current_pos - Return the current position within the stream,
76 /// put into ErrorInfo, and the stream should be immediately
79 /// As a side effect, the given Stream is set to be Unbuffered.
84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false)
86 setStream(Stream, Delete);
98 void setStream(raw_ostream &Stream, bool Delete = false) {
101 TheStream = &Stream;
    [all...]
circular_raw_ostream.h 24 /// underlying stream if specified with a buffer of zero.
28 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
29 /// stream and is responsible for cleanup, memory management
34 /// REFERENCE_ONLY - Tell this stream it should not manage the
35 /// held stream.
40 /// TheStream - The real stream we output to. We set it to be
46 /// stream?
72 /// flushBuffer - Dump the contents of the buffer to Stream.
86 /// current_pos - Return the current position within the stream,
97 /// circular-buffered stream, handing it an underlying stream t
    [all...]

Completed in 461 milliseconds

1 2 3 4 5 6