HomeSort by relevance Sort by last modified time
    Searched defs:Stream (Results 176 - 200 of 268) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 1 //===- BinaryStreamArray.h - Array backed by an arbitrary stream *- C++ -*-===//
38 /// the underlying stream, and it should fill out the fields of the value type
47 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
52 /// stream. This could be a contiguous sequence of bytes in memory, it could
53 /// be a file on disk, or it could be a PDB stream where bytes are stored as
57 /// re-ordering of stream data to be contiguous before iterating over it. By
98 explicit VarStreamArray(BinaryStreamRef Stream) : Stream(Stream) {}
99 VarStreamArray(BinaryStreamRef Stream, const Extractor &E
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 59 MutableBinaryByteStream Stream;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 1 //===- BinaryStreamArray.h - Array backed by an arbitrary stream *- C++ -*-===//
38 /// the underlying stream, and it should fill out the fields of the value type
47 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
52 /// stream. This could be a contiguous sequence of bytes in memory, it could
53 /// be a file on disk, or it could be a PDB stream where bytes are stored as
57 /// re-ordering of stream data to be contiguous before iterating over it. By
98 explicit VarStreamArray(BinaryStreamRef Stream) : Stream(Stream) {}
99 VarStreamArray(BinaryStreamRef Stream, const Extractor &E
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 59 MutableBinaryByteStream Stream;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 1 //===- BinaryStreamArray.h - Array backed by an arbitrary stream *- C++ -*-===//
38 /// the underlying stream, and it should fill out the fields of the value type
47 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
52 /// stream. This could be a contiguous sequence of bytes in memory, it could
53 /// be a file on disk, or it could be a PDB stream where bytes are stored as
57 /// re-ordering of stream data to be contiguous before iterating over it. By
98 explicit VarStreamArray(BinaryStreamRef Stream) : Stream(Stream) {}
99 VarStreamArray(BinaryStreamRef Stream, const Extractor &E
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 59 MutableBinaryByteStream Stream;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 1 //===- BinaryStreamArray.h - Array backed by an arbitrary stream *- C++ -*-===//
38 /// the underlying stream, and it should fill out the fields of the value type
47 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
52 /// stream. This could be a contiguous sequence of bytes in memory, it could
53 /// be a file on disk, or it could be a PDB stream where bytes are stored as
57 /// re-ordering of stream data to be contiguous before iterating over it. By
98 explicit VarStreamArray(BinaryStreamRef Stream) : Stream(Stream) {}
99 VarStreamArray(BinaryStreamRef Stream, const Extractor &E
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 59 MutableBinaryByteStream Stream;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 1 //===- BinaryStreamArray.h - Array backed by an arbitrary stream *- C++ -*-===//
38 /// the underlying stream, and it should fill out the fields of the value type
47 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
52 /// stream. This could be a contiguous sequence of bytes in memory, it could
53 /// be a file on disk, or it could be a PDB stream where bytes are stored as
57 /// re-ordering of stream data to be contiguous before iterating over it. By
98 explicit VarStreamArray(BinaryStreamRef Stream) : Stream(Stream) {}
99 VarStreamArray(BinaryStreamRef Stream, const Extractor &E
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 59 MutableBinaryByteStream Stream;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 1 //===- BinaryStreamArray.h - Array backed by an arbitrary stream *- C++ -*-===//
38 /// the underlying stream, and it should fill out the fields of the value type
47 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
52 /// stream. This could be a contiguous sequence of bytes in memory, it could
53 /// be a file on disk, or it could be a PDB stream where bytes are stored as
57 /// re-ordering of stream data to be contiguous before iterating over it. By
98 explicit VarStreamArray(BinaryStreamRef Stream) : Stream(Stream) {}
99 VarStreamArray(BinaryStreamRef Stream, const Extractor &E
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 76 @param[in,out] Cs Pointer to the character state object for this stream
116 @retval -1 filp is not associated with a valid console stream.
117 @retval -1 This console stream is attached to stdin.
129 ConInstance *Stream;
133 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
134 // Quick check to see if Stream looks reasonable
135 if(Stream->Cookie != CON_COOKIE) { // Cookie == 'IoAb'
139 if(Stream->InstanceNum == STDIN_FILENO) {
145 Proto = (EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *)Stream->Dev;
183 ConInstance *Stream;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 802 GenericInstance *Stream;
806 Stream = (GenericInstance *)AllocateZeroPool(sizeof(GenericInstance));
807 if(Stream == NULL) {
811 Stream->Cookie = CON_COOKIE;
812 Stream->InstanceNum = 1;
813 Stream->Dev = NULL;
814 Stream->Abstraction.fo_close = &da_ShellClose;
815 Stream->Abstraction.fo_read = &da_ShellRead;
816 Stream->Abstraction.fo_write = &da_ShellWrite;
817 Stream->Abstraction.fo_fcntl = &fnullop_fcntl;
    [all...]
  /external/clang/test/SemaCXX/
warn-comma-operator.cpp 77 class Stream {
79 Stream& operator<<(int);
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DbiStream.h 1 //===- DbiStream.h - PDB Dbi Stream (Stream 3) Access -----------*- C++ -*-===//
43 support::ulittle16_t GlobalSymbolStreamIndex; // Global symbol stream #
45 support::ulittle16_t PublicSymbolStreamIndex; // Public symbols stream #
47 support::ulittle16_t SymRecordStreamIndex; // Symbol records stream #
49 support::little32_t ModiSubstreamSize; // Size of module info stream
50 support::little32_t SecContrSubstreamSize; // Size of sec. contrib stream
56 support::little32_t ECSubstreamSize; // Size of EC stream (what is EC?)
64 DbiStream(PDBFile &File, std::unique_ptr<MappedBlockStream> Stream);
91 /// If the given stream type is present, returns its stream index. If it i
    [all...]
  /external/lzma/C/
Ppmd7.h 112 IByteIn *Stream;
130 IByteOut *Stream;
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 122 CMyComPtr<IInStream> Stream;
161 RINOK(_glob->Stream->Seek(_pos, STREAM_SEEK_SET, NULL));
166 HRESULT res = _glob->Stream->Read(data, size, &realProcessedSize);
203 RINOK(_glob->Stream->Seek(_pos, STREAM_SEEK_SET, NULL));
208 HRESULT res = _glob->Stream->Read(data, size, &realProcessedSize);
473 lockedInStreamSpec->Stream = inStream;
7zOut.h 298 CMyComPtr<IOutStream> Stream;
303 HRESULT Create(ISequentialOutStream *stream, bool endMarker);
  /external/lzma/CPP/7zip/Common/
LimitedStreams.h 20 void SetStream(ISequentialInStream *stream) { _stream = stream; }
49 void SetStream(IInStream *stream) { _stream = stream; }
79 CMyComPtr<IInStream> Stream;
83 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
118 HRESULT SeekToPhys() { return Stream->Seek(_phyPos, STREAM_SEEK_SET, NULL); }
121 CMyComPtr<IInStream> Stream;
127 void ReleaseStream() { Stream.Release(); }
148 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
Stream.java 25 package java.util.stream;
53 * {@link Stream} and {@link IntStream}:
56 * int sum = widgets.stream()
63 * a stream of {@code Widget} objects via {@link Collection#stream Collection.stream()},
64 * filter it to produce a stream containing only the red widgets, and then
65 * transform it into a stream of {@code int} values representing the weight of
66 * each red widget. Then this stream is summed to produce a total weight.
68 * <p>In addition to {@code Stream}, which is a stream of object references
1078 Stream<T> stream = StreamSupport.stream(split, a.isParallel() || b.isParallel()); local
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 20 // The most important class here is Stream. This represents a YAML stream with
25 // yaml::Stream stream(input, sm);
27 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
61 /// \brief Dump all the tokens in this stream to OS.
73 /// \brief This class represents a YAML stream potentially containing multiple
75 class Stream {
78 Stream(StringRef Input, SourceMgr &, bool ShowColors = true)
530 Stream &stream; member in class:llvm::yaml::Document
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 474 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID,
477 uint64_t BlockBitStart = Stream.GetCurrentBitNo();
484 // BLOCKINFO is a special part of the stream.
488 if (BitstreamCursor(Stream).ReadBlockInfoBlock())
495 if (Stream.EnterSubBlock(BlockID, &NumWords))
499 uint64_t BlockEntryPos = Stream.getCurrentByteNo();
504 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader(),
514 << " BlockCodeSize=" << Stream.getAbbrevIDWidth() << ">\n";
521 if (Stream.AtEndOfStream())
524 uint64_t RecordStartBit = Stream.GetCurrentBitNo()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 20 // The most important class here is Stream. This represents a YAML stream with
25 // yaml::Stream stream(input, sm);
27 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
62 /// \brief Dump all the tokens in this stream to OS.
74 /// \brief This class represents a YAML stream potentially containing multiple
76 class Stream {
79 Stream(StringRef Input, SourceMgr &, bool ShowColors = true
533 Stream &stream; member in class:llvm::yaml::Document
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 20 // The most important class here is Stream. This represents a YAML stream with
25 // yaml::Stream stream(input, sm);
27 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
62 /// \brief Dump all the tokens in this stream to OS.
74 /// \brief This class represents a YAML stream potentially containing multiple
76 class Stream {
79 Stream(StringRef Input, SourceMgr &, bool ShowColors = true
533 Stream &stream; member in class:llvm::yaml::Document
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 20 // The most important class here is Stream. This represents a YAML stream with
25 // yaml::Stream stream(input, sm);
27 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
62 /// \brief Dump all the tokens in this stream to OS.
74 /// \brief This class represents a YAML stream potentially containing multiple
76 class Stream {
79 Stream(StringRef Input, SourceMgr &, bool ShowColors = true
533 Stream &stream; member in class:llvm::yaml::Document
    [all...]

Completed in 896 milliseconds

1 2 3 4 5 6 78 91011