Searched refs:Stream (Results 1 - 25 of 117) 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...]
/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.cpp28 yaml::Stream Stream(Input, SM);
30 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input;
31 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input;
37 yaml::Stream Stream(Input, SM);
38 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input;
142 yaml::Stream Stream(StringInArray, SM);
144 = 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/arduino/hardware/arduino/cores/arduino/
H A DStream.h2 Stream.h - base class for character-based streams.
26 class Stream : public Print class in inherits:Print
/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/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/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp93 : LangOpts(0), DiagOpts(diags), Stream(Buffer), OS(os),
184 llvm::BitstreamWriter Stream; member in class:__anon115::SDiagsWriter
232 llvm::BitstreamWriter &Stream,
236 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETBID, Record);
247 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record);
252 llvm::BitstreamWriter &Stream,
260 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETRECORDNAME, Record);
312 Stream.EmitRecordWithBlob(Abbrevs.get(RECORD_FILENAME), Record, Name);
322 Stream.EmitRecordWithAbbrev(Abbrevs.get(RECORD_SOURCE_RANGE), Record);
328 Stream
231 EmitBlockID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
251 EmitRecordID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp152 unsigned AbbrevToUse, BitstreamWriter &Stream) {
163 Stream.EmitRecord(Code, Vals, AbbrevToUse);
168 BitstreamWriter &Stream) {
172 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3);
183 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY, Record);
187 Stream.ExitBlock();
191 static void WriteTypeTable(const ValueEnumerator &VE, BitstreamWriter &Stream) { argument
194 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */);
204 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
213 unsigned FunctionAbbrev = Stream
151 WriteStringRecord(unsigned Code, StringRef Str, unsigned AbbrevToUse, BitstreamWriter &Stream) argument
167 WriteAttributeTable(const ValueEnumerator &VE, BitstreamWriter &Stream) argument
395 WriteModuleInfo(const Module *M, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
563 WriteMDNode(const MDNode *N, const ValueEnumerator &VE, BitstreamWriter &Stream, SmallVector<uint64_t, 64> &Record) argument
582 WriteModuleMetadata(const Module *M, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
648 WriteFunctionLocalMetadata(const Function &F, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
668 WriteMetadataAttachment(const Function &F, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
701 WriteModuleMetadataStore(const Module *M, BitstreamWriter &Stream) argument
760 WriteConstants(unsigned FirstVal, unsigned LastVal, const ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
1007 WriteModuleConstants(const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1042 WriteInstruction(const Instruction &I, unsigned InstID, ValueEnumerator &VE, BitstreamWriter &Stream, SmallVector<unsigned, 64> &Vals) argument
1385 WriteValueSymbolTable(const ValueSymbolTable &VST, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1443 WriteFunction(const Function &F, ValueEnumerator &VE, BitstreamWriter &Stream) argument
1515 WriteBlockInfo(const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1682 WriteUseList(const Value *V, const ValueEnumerator &VE, BitstreamWriter &Stream) argument
1708 WriteFunctionUseList(const Function *F, ValueEnumerator &VE, BitstreamWriter &Stream) argument
1733 WriteModuleUseLists(const Module *M, ValueEnumerator &VE, BitstreamWriter &Stream) argument
1773 WriteModule(const Module *M, BitstreamWriter &Stream) argument
[all...]

Completed in 396 milliseconds

12345