Searched refs:Stream (Results 1 - 25 of 105) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas47 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
[all...]
H A DAntlr.Runtime.Tree.Tests.pas653 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
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRInputStream.cs35 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/
H A DANTLRInputStream.cs36 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/
H A Dparentheses.cpp20 class Stream { class
23 Stream &operator<<(int);
24 Stream &operator<<(const char*);
27 void f(Stream& s, bool b) {
/external/llvm/unittests/Support/
H A DYAMLParserTest.cpp23 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
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DStream.pm1 package ANTLR::Runtime::Stream;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMismatchedTreeNodeException.h38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLRMismatchedTokenException.h44 + (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;
H A DANTLRMissingTokenException.h42 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/
H A DANTLRMismatchedTreeNodeException.h38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLRMismatchedTokenException.h44 + (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;
H A DANTLRMissingTokenException.h42 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/
H A DANTLRMismatchedTreeNodeException.h38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLRMismatchedTokenException.h44 + (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;
H A DANTLRMissingTokenException.h42 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/
H A DANTLRMismatchedTreeNodeException.h38 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLRMismatchedTokenException.h44 + (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;
H A DANTLRMissingTokenException.h42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml7 match Stream.peek stream with
12 Stream.junk stream;
28 with Stream.Error s ->
30 Stream.junk stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml9 match Stream.peek stream with
14 Stream.junk stream;
33 with Stream.Error s | Codegen.Error s ->
35 Stream.junk stream;
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp94 Stream(Buffer), OS(os), inNonNoteDiagnostic(false)
165 llvm::BitstreamWriter Stream; member in class:__anon3220::SDiagsWriter
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
211 EmitBlockID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
231 EmitRecordID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
[all...]
/external/llvm/include/llvm/Support/
H A DFormattedStream.h79 /// As a side effect, the given Stream is set to be Unbuffered.
84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) argument
86 setStream(Stream, Delete);
98 void setStream(raw_ostream &Stream, bool Delete = false) { argument
101 TheStream = &Stream;
H A Dcircular_raw_ostream.h72 /// flushBuffer - Dump the contents of the buffer to Stream.
100 /// As a side effect, if BuffSize is nonzero, the given Stream is
109 circular_raw_ostream(raw_ostream &Stream, const char *Header, argument
121 setStream(Stream, Owns);
145 void setStream(raw_ostream &Stream, bool Owns = REFERENCE_ONLY) { argument
147 TheStream = &Stream;
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp149 unsigned AbbrevToUse, BitstreamWriter &Stream) {
160 Stream.EmitRecord(Code, Vals, AbbrevToUse);
165 BitstreamWriter &Stream) {
169 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3);
191 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY, Record);
195 Stream.ExitBlock();
199 static void WriteTypeTable(const ValueEnumerator &VE, BitstreamWriter &Stream) { argument
202 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */);
212 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
221 unsigned FunctionAbbrev = Stream
148 WriteStringRecord(unsigned Code, StringRef Str, unsigned AbbrevToUse, BitstreamWriter &Stream) argument
164 WriteAttributeTable(const ValueEnumerator &VE, BitstreamWriter &Stream) argument
392 WriteModuleInfo(const Module *M, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
560 WriteMDNode(const MDNode *N, const ValueEnumerator &VE, BitstreamWriter &Stream, SmallVector<uint64_t, 64> &Record) argument
579 WriteModuleMetadata(const Module *M, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
645 WriteFunctionLocalMetadata(const Function &F, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
665 WriteMetadataAttachment(const Function &F, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
698 WriteModuleMetadataStore(const Module *M, BitstreamWriter &Stream) argument
722 WriteConstants(unsigned FirstVal, unsigned LastVal, const ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
991 WriteModuleConstants(const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1026 WriteInstruction(const Instruction &I, unsigned InstID, ValueEnumerator &VE, BitstreamWriter &Stream, SmallVector<unsigned, 64> &Vals) argument
1322 WriteValueSymbolTable(const ValueSymbolTable &VST, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1380 WriteFunction(const Function &F, ValueEnumerator &VE, BitstreamWriter &Stream) argument
1452 WriteBlockInfo(const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1619 WriteUseList(const Value *V, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1645 WriteFunctionUseList(const Function *F, ValueEnumerator &VE, BitstreamWriter &Stream) argument
1670 WriteModuleUseLists(const Module *M, ValueEnumerator &VE, BitstreamWriter &Stream) argument
1710 WriteModule(const Module *M, BitstreamWriter &Stream) argument
[all...]

Completed in 688 milliseconds

12345