/third_party/zlib/contrib/ada/ |
D | read.adb | 19 procedure Read is subprogram 27 File_Size : Stream_Element_Offset := 100_000; 29 Continuous : constant Boolean := False; 33 Header : constant ZLib.Header_Type := ZLib.Default; 58 Read_Buffer : Stream_Element_Array (1 .. 2048); argument 59 Read_First : Stream_Element_Offset; argument 60 Read_Last : Stream_Element_Offset; argument 64 procedure Read subprogspec 71 procedure Read is new ZLib.Read subprogram 81 procedure Read subprogram [all …]
|
D | zlib-streams.adb | 130 procedure Read subprogram 136 procedure Read argument 144 procedure Read argument 151 procedure Read is new ZLib.Read subprogram
|
D | zlib.adb | 396 procedure Read subprogram 415 Read (Buffer, Rest_Last); argument
|
D | zlib.ads | 259 with procedure Read formal 277 procedure Read subprogspec
|
D | zlib-streams.ads | 20 procedure Read subprogspec
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | memory_input_stream.cc | 60 int32_t MemoryInputStream::Read() { in Read() function in sfntly::MemoryInputStream 77 int32_t MemoryInputStream::Read(std::vector<uint8_t>* b) { in Read() function in sfntly::MemoryInputStream 81 int32_t MemoryInputStream::Read(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Read() function in sfntly::MemoryInputStream
|
D | file_input_stream.cc | 64 int32_t FileInputStream::Read() { in Read() function in sfntly::FileInputStream 83 int32_t FileInputStream::Read(std::vector<uint8_t>* b) { in Read() function in sfntly::FileInputStream 87 int32_t FileInputStream::Read(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Read() function in sfntly::FileInputStream
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 35 Read(context.Context) ([]byte, int64, error) methodSpec 57 func (s *plainStream) Read(ctx context.Context) ([]byte, int64, error) { func 98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { func
|
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context methodSpec 114 func (EmptyHandler) Read(ctx context.Context, bytes int64) context.Context { func
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 35 Read(context.Context) ([]byte, int64, error) methodSpec 57 func (s *plainStream) Read(ctx context.Context) ([]byte, int64, error) { func 98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { func
|
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context methodSpec 114 func (EmptyHandler) Read(ctx context.Context, bytes int64) context.Context { func
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 35 Read(context.Context) ([]byte, int64, error) methodSpec 57 func (s *plainStream) Read(ctx context.Context) ([]byte, int64, error) { func 98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { func
|
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context methodSpec 114 func (EmptyHandler) Read(ctx context.Context, bytes int64) context.Context { func
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.cc | 74 int32_t FontInputStream::Read() { in Read() function in sfntly::FontInputStream 85 int32_t FontInputStream::Read(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Read() function in sfntly::FontInputStream 98 int32_t FontInputStream::Read(std::vector<uint8_t>* b) { in Read() function in sfntly::FontInputStream
|
/third_party/node/src/ |
D | node_snapshotable.cc | 194 T Read() { in Read() function in node::SnapshotDeserializer 252 void Read(T* out, size_t count) { in Read() function in node::SnapshotDeserializer 427 std::string SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer 439 v8::StartupData SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer 471 builtins::CodeCacheInfo SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer 504 PropInfo SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer 544 AsyncHooks::SerializeInfo SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer 582 TickInfo::SerializeInfo SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer 612 ImmediateInfo::SerializeInfo SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer 644 performance::PerformanceState::SerializeInfo SnapshotDeserializer::Read() { in Read() function in node::SnapshotDeserializer [all …]
|
D | node_threadsafe_cow-inl.h | 17 ThreadsafeCopyOnWrite<T>::Read::Read(const ThreadsafeCopyOnWrite<T>* cow) in Read() function
|
/third_party/skia/tests/ |
D | SerializationTest.cpp | 55 static void Read(SkReadBuffer& reader, T** flattenable) { in Read() function 64 static void Read(SkReadBuffer& reader, SkMatrix* matrix) { in Read() function 73 static void Read(SkReadBuffer& reader, SkPath* path) { in Read() function 82 static void Read(SkReadBuffer& reader, SkRegion* region) { in Read() function 91 static void Read(SkReadBuffer& reader, SkString* string) { in Read() function 100 static bool Read(SkReadBuffer& reader, unsigned char* data, uint32_t arraySize) { in Read() function 109 static bool Read(SkReadBuffer& reader, SkColor* data, uint32_t arraySize) { in Read() function 118 static bool Read(SkReadBuffer& reader, SkColor4f* data, uint32_t arraySize) { in Read() function 127 static bool Read(SkReadBuffer& reader, int32_t* data, uint32_t arraySize) { in Read() function 136 static bool Read(SkReadBuffer& reader, SkPoint* data, uint32_t arraySize) { in Read() function [all …]
|
/third_party/zlib/contrib/delphi/ |
D | ZLib.pas | 91 function Read(var Buffer; Count: Longint): Longint; override; in Read() function 120 function Read(var Buffer; Count: Longint): Longint; override; in Read() function 439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint; in Read() function 498 function TDecompressionStream.Read(var Buffer; Count: Longint): Longint; in Read() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeHeader.cpp | 115 bool NaClBitcodeHeaderField::Read(const uint8_t *Buf, size_t BufLen) { in Read() function in NaClBitcodeHeaderField 219 bool NaClBitcodeHeader::Read(const unsigned char *BufPtr, in Read() function in NaClBitcodeHeader 234 bool NaClBitcodeHeader::Read(MemoryObject *Bytes) { in Read() function in NaClBitcodeHeader
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_reader.cc | 29 absl::string_view CordRepBtreeReader::Read(size_t n, size_t chunk_size, in Read() function in absl::cord_internal::CordRepBtreeReader
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
D | BufferConsumer.h | 78 WireResult Read(const volatile T** data) { in Read() function
|
/third_party/benchmark/src/ |
D | perf_counters.cc | 33 size_t PerfCounterValues::Read(const std::vector<int>& leaders) { in Read() function in benchmark::internal::PerfCounterValues 246 size_t PerfCounterValues::Read(const std::vector<int>&) { return 0; } in Read() function in benchmark::internal::PerfCounterValues
|
/third_party/node/test/parallel/ |
D | test-stream2-pipe-error-once-listener.js | 27 class Read extends stream.Readable { class
|
/third_party/skia/third_party/externals/brotli/go/cbrotli/ |
D | reader.go | 84 func (r *Reader) Read(p []byte) (n int, err error) { func
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | LimitedInputStream.cs | 84 public override int Read(byte[] buffer, int offset, int count) in Read() method in Google.Protobuf.LimitedInputStream
|