HomeSort by relevance Sort by last modified time
    Searched refs:Stream (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /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,
63 // Our current position in the stream is all the contents which have been
64 // written to the underlying stream (*not* the current position of the
65 // underlying stream).
77 /// put into ErrorInfo, and the stream should be immediately
80 /// As a side effect, the given Stream is set to be Unbuffered.
85 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false)
    [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...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 150 unsigned AbbrevToUse, BitstreamWriter &Stream) {
161 Stream.EmitRecord(Code, Vals, AbbrevToUse);
165 BitstreamWriter &Stream) {
169 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3);
204 Stream.EmitRecord(bitc::PARAMATTR_GRP_CODE_ENTRY, Record);
209 Stream.ExitBlock();
213 BitstreamWriter &Stream) {
217 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3);
225 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY, Record);
229 Stream.ExitBlock()
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
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...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 152 unsigned AbbrevToUse, BitstreamWriter &Stream) {
163 Stream.EmitRecord(Code, Vals, AbbrevToUse);
168 BitstreamWriter &Stream) {
172 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3);
180 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY, Record);
184 Stream.ExitBlock();
189 BitstreamWriter &Stream) {
192 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */);
202 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
211 unsigned FunctionAbbrev = Stream.EmitAbbrev(Abbv)
    [all...]
  /external/clang/lib/Serialization/
GeneratePCH.cpp 34 SemaPtr(0), Stream(Buffer), Writer(Stream) {
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 203 LoadResult readMetaBlock(llvm::BitstreamCursor &Stream);
205 LoadResult readDiagnosticBlock(llvm::BitstreamCursor &Stream,
209 StreamResult readToNextRecordOrBlock(llvm::BitstreamCursor &Stream,
267 llvm::BitstreamCursor Stream;
268 Stream.init(StreamFile);
271 if (Stream.Read(8) != 'D' ||
272 Stream.Read(8) != 'I' ||
273 Stream.Read(8) != 'A' ||
274 Stream.Read(8) != 'G') {
284 StreamResult Res = readToNextRecordOrBlock(Stream, "Top-level",
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream =
10 match Stream.peek stream with
15 Stream.junk stream;
16 main_loop the_fpm the_execution_engine stream
22 let e = Parser.parse_definition stream in
26 let e = Parser.parse_extern stream in
31 let e = Parser.parse_toplevel stream in
43 with Stream.Error s | Codegen.Error s -
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream =
10 match Stream.peek stream with
15 Stream.junk stream;
16 main_loop the_fpm the_execution_engine stream
22 let e = Parser.parse_definition stream in
26 let e = Parser.parse_extern stream in
31 let e = Parser.parse_toplevel stream in
43 with Stream.Error s | Codegen.Error s -
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream =
10 match Stream.peek stream with
15 Stream.junk stream;
16 main_loop the_fpm the_execution_engine stream
22 let e = Parser.parse_definition stream in
26 let e = Parser.parse_extern stream in
31 let e = Parser.parse_toplevel stream in
43 with Stream.Error s | Codegen.Error s -
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream =
10 match Stream.peek stream with
15 Stream.junk stream;
16 main_loop the_fpm the_execution_engine stream
22 let e = Parser.parse_definition stream in
26 let e = Parser.parse_extern stream in
31 let e = Parser.parse_toplevel stream in
43 with Stream.Error s | Codegen.Error s -
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 120 unsigned AbbrevToUse, BitstreamWriter &Stream) {
131 Stream.EmitRecord(Code, Vals, AbbrevToUse);
136 BitstreamWriter &Stream) {
140 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3);
148 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY, Record);
152 Stream.ExitBlock();
156 BitstreamWriter &Stream) {
158 Stream.EnterSubblock(TYPE_SYMTAB_BLOCK_ID_OLD_3_0, 3);
167 unsigned V7Abbrev = Stream.EmitAbbrev(Abbv);
195 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnwantedTokenException.h 39 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Logger.java 30 public static class Stream extends PrintStream {
34 public Stream(String name) {
100 public static Stream getStream(String name) {
103 return new Stream(name);
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 143 unsigned AbbrevToUse, BitstreamWriter &Stream) {
154 Stream.EmitRecord(Code, Vals, AbbrevToUse);
159 BitstreamWriter &Stream) {
163 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3);
171 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY, Record);
175 Stream.ExitBlock();
180 BitstreamWriter &Stream) {
183 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */);
192 unsigned PtrAbbrev = Stream.EmitAbbrev(Abbv);
202 unsigned FunctionAbbrev = Stream.EmitAbbrev(Abbv)
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 74 /// CurStreamType - If we can sniff the flavor of this stream, we can produce
324 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID,
327 uint64_t BlockBitStart = Stream.GetCurrentBitNo();
334 // BLOCKINFO is a special part of the stream.
337 if (Stream.ReadBlockInfoBlock())
339 uint64_t BlockBitEnd = Stream.GetCurrentBitNo();
345 if (Stream.EnterSubBlock(BlockID, &NumWords))
351 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader())))
360 << " BlockCodeSize=" << Stream.getAbbrevIDWidth() << ">\n";
367 if (Stream.AtEndOfStream()
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 111 static void dumpStream(yaml::Stream &stream) {
112 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de;
148 llvm::yaml::Stream stream(JSONText, SM);
149 stream.skip();
156 llvm::raw_string_ostream Stream(JSONText);
157 Stream << "[\n";
160 Stream << " {\n
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
74 # define putc(C, Stream) putc_unlocked (C, Stream)
82 # define getc(Stream) getc_unlocked (Stream)
90 # define fputc(C, Stream) fputc_unlocked (C, Stream)
95 # define clearerr(Stream) clearerr_unlocked (Stream)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
74 # define putc(C, Stream) putc_unlocked (C, Stream)
82 # define getc(Stream) getc_unlocked (Stream)
90 # define fputc(C, Stream) fputc_unlocked (C, Stream)
95 # define clearerr(Stream) clearerr_unlocked (Stream)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
74 # define putc(C, Stream) putc_unlocked (C, Stream)
82 # define getc(Stream) getc_unlocked (Stream)
90 # define fputc(C, Stream) fputc_unlocked (C, Stream)
95 # define clearerr(Stream) clearerr_unlocked (Stream)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
74 # define putc(C, Stream) putc_unlocked (C, Stream)
82 # define getc(Stream) getc_unlocked (Stream)
90 # define fputc(C, Stream) fputc_unlocked (C, Stream)
95 # define clearerr(Stream) clearerr_unlocked (Stream)
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 46 struct Stream {
58 // -1 if the reprocessing stream is independent

Completed in 625 milliseconds

12 3 4 5 6 7