Home
last modified time | relevance | path

Searched defs:Stream (Results 1 – 25 of 107) sorted by relevance

12345

/external/swiftshader/src/Renderer/
DStream.hpp52 struct Stream : public StreamResource struct
54 Stream(Resource *resource = 0, const void *buffer = 0, unsigned int stride = 0) in Stream() function
61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define()
70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define()
80 Stream &defaults() in defaults()
94 operator bool() const // Returns true if stream contains data in operator bool()
99 StreamType type;
100 unsigned char count;
101 bool normalized;
/external/libbrillo/brillo/streams/
Dstream_unittest.cc74 TEST(Stream, TruncateBlocking) { in TEST() argument
81 TEST(Stream, SetPosition) { in TEST() argument
99 TEST(Stream, ReadAsync) { in TEST() argument
161 TEST(Stream, ReadAsync_DontWaitForData) { in TEST() argument
211 TEST(Stream, ReadAllAsync) { in TEST() argument
265 TEST(Stream, ReadAllAsync_EOS) { in TEST() argument
302 TEST(Stream, ReadBlocking) { in TEST() argument
355 TEST(Stream, ReadAllBlocking) { in TEST() argument
379 TEST(Stream, WriteAsync) { in TEST() argument
428 TEST(Stream, WriteAllAsync) { in TEST() argument
[all …]
Dopenssl_stream_bio.h15 class Stream; variable
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp32 llvm::BitstreamCursor Stream(StreamFile); in readDiagnostics() local
77 llvm::BitstreamCursor &Stream, unsigned &BlockOrRecordID) { in skipUntilRecordOrBlock()
111 SerializedDiagnosticReader::readMetaBlock(llvm::BitstreamCursor &Stream) { in readMetaBlock()
149 SerializedDiagnosticReader::readDiagnosticBlock(llvm::BitstreamCursor &Stream) { in readDiagnosticBlock()
DTestModuleFileExtension.cpp23 llvm::BitstreamWriter &Stream) { in writeExtensionContents()
107 const llvm::BitstreamCursor &Stream) in createExtensionReader()
DTestModuleFileExtension.h38 llvm::BitstreamCursor Stream; variable
DSerializedDiagnosticPrinter.cpp269 llvm::BitstreamWriter Stream; member
325 llvm::BitstreamWriter &Stream, in EmitBlockID()
345 llvm::BitstreamWriter &Stream, in EmitRecordID()
445 llvm::BitstreamWriter &Stream = State->Stream; in EmitBlockInfoBlock() local
531 llvm::BitstreamWriter &Stream = State->Stream; in EmitMetaBlock() local
653 llvm::BitstreamWriter &Stream = State->Stream; in EmitDiagnosticMessage() local
714 llvm::BitstreamWriter &Stream = State->Stream; in EmitCodeContext() local
/external/llvm/unittests/Support/
DYAMLParserTest.cpp34 yaml::Stream Stream(Input, SM); in ExpectParseError() local
43 yaml::Stream Stream(Input, SM); in ExpectParseSuccess() local
161 yaml::Stream Stream("test: |\n Hello\n World\n", SM); in TEST() local
191 yaml::Stream Stream(StringInArray, SM); in ExpectCanParseString() local
228 yaml::Stream Stream("[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\"]", SM); in TEST() local
257 yaml::Stream Stream(Buffer->getMemBufferRef(), SM); in TEST() local
264 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local
279 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local
294 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local
315 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp142 unsigned AbbrevToUse, BitstreamWriter &Stream) { in WriteStringRecord()
158 BitstreamWriter &Stream) { in WriteAttributeTable()
191 static void WriteTypeTable(const ValueEnumerator &VE, BitstreamWriter &Stream) { in WriteTypeTable()
385 BitstreamWriter &Stream) { in WriteModuleInfo()
553 BitstreamWriter &Stream, in WriteMDNode()
572 BitstreamWriter &Stream) { in WriteModuleMetadata()
638 BitstreamWriter &Stream) { in WriteFunctionLocalMetadata()
658 BitstreamWriter &Stream) { in WriteMetadataAttachment()
689 static void WriteModuleMetadataStore(const Module *M, BitstreamWriter &Stream) { in WriteModuleMetadataStore()
715 BitstreamWriter &Stream, bool isGlobal) { in WriteConstants()
[all …]
/external/skia/tools/
Dok.h34 struct Stream { struct
35 virtual ~Stream() {} in ~Stream() argument
/external/lzma/CPP/7zip/Common/
DCWrappers.h21 ISequentialInStream *Stream; member
31 IInStream *Stream; member
40 ISequentialOutStream *Stream; member
56 ISequentialInStream *Stream; member
89 ISequentialOutStream *Stream; member
/external/llvm/include/llvm/Support/
DFormattedStream.h60 void setStream(raw_ostream &Stream) { in setStream()
89 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DSymbolStream.h36 std::unique_ptr<MappedBlockStream> Stream; variable
DModStream.h45 std::unique_ptr<MappedBlockStream> Stream; variable
DTpiStream.h58 std::unique_ptr<MappedBlockStream> Stream; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamArray.h86 explicit VarStreamArray(StreamRef Stream) : Stream(Stream) {} in VarStreamArray()
87 VarStreamArray(StreamRef Stream, const Extractor &E) : Stream(Stream), E(E) {} in VarStreamArray()
203 FixedStreamArray(StreamRef Stream) : Stream(Stream) { in FixedStreamArray()
DStreamRef.h22 StreamRef(const StreamInterface &Stream) in StreamRef()
24 StreamRef(const StreamInterface &Stream, uint32_t Offset, uint32_t Length) in StreamRef()
DTypeRecordBuilder.h64 llvm::raw_svector_ostream Stream; variable
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp71 static void PrintExpression(raw_ostream &Stream, in PrintExpression()
91 void NaClBitCodeAbbrev::Print(raw_ostream &Stream, bool AddNewLine) const { in Print()
/external/llvm/lib/DebugInfo/PDB/Raw/
DSymbolStream.cpp27 SymbolStream::SymbolStream(std::unique_ptr<MappedBlockStream> Stream) in SymbolStream()
/external/llvm/include/llvm/IR/
DDiagnosticPrinter.h66 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {} in DiagnosticPrinterRawOStream()
/external/webrtc/talk/session/media/
Dmediasession.h155 struct Stream { struct
156 Stream(MediaType type, in Stream() function
163 MediaType type;
164 std::string id;
165 std::string sync_label;
166 int num_sim_layers;
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs9 System.IO.Stream Stream; field in SevenZip.Compression.RangeCoder.Encoder
128 public System.IO.Stream Stream; field in SevenZip.Compression.RangeCoder.Decoder
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstream.cpp22 Error ModuleSubstream::initialize(StreamRef Stream, ModuleSubstream &Info) { in initialize()
/external/swiftshader/src/Shader/
DVertexRoutine.hpp59 typedef VertexProcessor::State::Input Stream; typedef in sw::VertexRoutine

12345