HomeSort by relevance Sort by last modified time
    Searched defs:Stream (Results 126 - 150 of 403) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 28 : Stream(RecordData, llvm::support::little), Reader(Stream),
31 BinaryByteStream Stream;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 1 //===- InfoStream.h - PDB Info Stream (Stream 1) Access ---------*- C++ -*-===//
33 InfoStream(std::unique_ptr<msf::MappedBlockStream> Stream);
57 std::unique_ptr<msf::MappedBlockStream> Stream;
PublicsStream.h 1 //===- PublicsStream.h - PDB Public Symbol Stream -------- ------*- C++ -*-===//
30 PublicsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
49 std::unique_ptr<msf::MappedBlockStream> Stream;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 44 bool valid() const { return Stream.valid(); }
46 BinaryStreamRef getBuffer() const { return Stream; }
49 BinaryStreamRef Stream;
SymbolDeserializer.h 28 : Stream(RecordData, llvm::support::little), Reader(Stream),
31 BinaryByteStream Stream;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 1 //===- InfoStream.h - PDB Info Stream (Stream 1) Access ---------*- C++ -*-===//
33 InfoStream(std::unique_ptr<msf::MappedBlockStream> Stream);
57 std::unique_ptr<msf::MappedBlockStream> Stream;
PublicsStream.h 1 //===- PublicsStream.h - PDB Public Symbol Stream -------- ------*- C++ -*-===//
30 PublicsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
49 std::unique_ptr<msf::MappedBlockStream> Stream;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 44 bool valid() const { return Stream.valid(); }
46 BinaryStreamRef getBuffer() const { return Stream; }
49 BinaryStreamRef Stream;
SymbolDeserializer.h 28 : Stream(RecordData, llvm::support::little), Reader(Stream),
31 BinaryByteStream Stream;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 1 //===- InfoStream.h - PDB Info Stream (Stream 1) Access ---------*- C++ -*-===//
33 InfoStream(std::unique_ptr<msf::MappedBlockStream> Stream);
57 std::unique_ptr<msf::MappedBlockStream> Stream;
PublicsStream.h 1 //===- PublicsStream.h - PDB Public Symbol Stream -------- ------*- C++ -*-===//
30 PublicsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
49 std::unique_ptr<msf::MappedBlockStream> Stream;
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java 12 java.io.OutputStream Stream;
21 public void SetStream(java.io.OutputStream stream)
23 Stream = stream;
28 Stream = null;
48 Stream.flush();
60 Stream.write(temp + LowHi);
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamReader.h 1 //===- StreamReader.h - Reads bytes and objects from a stream ---*- C++ -*-===//
29 StreamReader(StreamRef Stream);
91 if (Offset + Length > Stream.getLength())
93 StreamRef View = Stream.slice(Offset, Length);
101 uint32_t getLength() const { return Stream.getLength(); }
105 StreamRef Stream;
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
PublicsStream.h 1 //===- PublicsStream.h - PDB Public Symbol Stream -------- ------*- C++ -*-===//
32 PublicsStream(PDBFile &File, std::unique_ptr<MappedBlockStream> Stream);
59 std::unique_ptr<MappedBlockStream> Stream;
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Stream.h 48 struct Stream : public IStream, public ParametersUtil {
49 explicit Stream(audio_stream_t* stream);
115 virtual ~Stream();
124 explicit StreamMmap(T* stream) : mStream(stream) {}
142 return Stream::analyzeStatus("start", result);
149 return Stream::analyzeStatus("stop", result);
161 retval = Stream::analyzeStatus(
186 retval = Stream::analyzeStatus("get_mmap_position"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 32 : Stream(RecordData, llvm::support::little), Reader(Stream),
35 BinaryByteStream Stream;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PublicsStream.h 1 //===- PublicsStream.h - PDB Public Symbol Stream -------- ------*- C++ -*-===//
31 PublicsStream(PDBFile &File, std::unique_ptr<msf::MappedBlockStream> Stream);
58 std::unique_ptr<msf::MappedBlockStream> Stream;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamReader.h 1 //===- BinaryStreamReader.h - Reads objects from a binary stream *- C++ -*-===//
34 explicit BinaryStreamReader(BinaryStreamRef Stream);
39 /// Updates the stream's offset to point after the newly read data.
45 /// Read \p Size bytes from the underlying stream at the current offset and
47 /// depends on the implementation of the underlying stream. Updates the
48 /// stream's offset to point after the newly read data.
55 /// stream's offset. The data is always copied from the stream's underlying
56 /// buffer into \p Dest. Updates the stream's offset to point after the newly
70 Bytes.data(), Stream.getEndian())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 33 MutableBinaryByteStream Stream;
TypeDeserializer.h 32 : Stream(RecordData, llvm::support::little), Reader(Stream),
35 BinaryByteStream Stream;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
PublicsStream.h 1 //===- PublicsStream.h - PDB Public Symbol Stream -------- ------*- C++ -*-===//
31 PublicsStream(PDBFile &File, std::unique_ptr<msf::MappedBlockStream> Stream);
59 std::unique_ptr<msf::MappedBlockStream> Stream;
TpiStream.h 1 //===- TpiStream.cpp - PDB Type Info (TPI) Stream 2 Access ------*- C++ -*-===//
37 TpiStream(PDBFile &File, std::unique_ptr<msf::MappedBlockStream> Stream);
64 std::unique_ptr<msf::MappedBlockStream> Stream;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStreamWriter.h 36 explicit BinaryStreamWriter(WritableBinaryStream &Stream);
41 : Stream(Other.Stream), Offset(Other.Offset) {}
44 Stream = Other.Stream;
51 /// Write the bytes specified in \p Buffer to the underlying stream.
59 /// Write the the integer \p Value to the underlying stream in the
70 Buffer, Value, Stream.getEndian());
83 /// Write the the string \p Str to the underlying stream followed by a null
92 /// Write the the string \p Str to the underlying stream without a nul
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 33 MutableBinaryByteStream Stream;
TypeDeserializer.h 32 : Stream(RecordData, llvm::support::little), Reader(Stream),
35 BinaryByteStream Stream;

Completed in 413 milliseconds

1 2 3 4 56 7 8 91011>>