| /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 argument 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 argument
|
| D | zlib.adb | 396 procedure Read subprogram 415 Read (Buffer, Rest_Last); argument
|
| /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/flutter/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/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/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/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/flutter/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/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/flutter/skia/tests/ |
| D | SerializationTest.cpp | 56 static void Read(SkReadBuffer& reader, T** flattenable) { in Read() function 65 static void Read(SkReadBuffer& reader, SkMatrix* matrix) { in Read() function 74 static void Read(SkReadBuffer& reader, SkPath* path) { in Read() function 83 static void Read(SkReadBuffer& reader, SkRegion* region) { in Read() function 92 static void Read(SkReadBuffer& reader, SkString* string) { in Read() function 101 static bool Read(SkReadBuffer& reader, unsigned char* data, uint32_t arraySize) { in Read() function 110 static bool Read(SkReadBuffer& reader, SkColor* data, uint32_t arraySize) { in Read() function 119 static bool Read(SkReadBuffer& reader, SkColor4f* data, uint32_t arraySize) { in Read() function 128 static bool Read(SkReadBuffer& reader, int32_t* data, uint32_t arraySize) { in Read() function 137 static bool Read(SkReadBuffer& reader, SkPoint* data, uint32_t arraySize) { in Read() function [all …]
|
| /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/node/test/parallel/ |
| D | test-stream2-pipe-error-once-listener.js | 27 class Read extends stream.Readable { class
|
| /third_party/cef/tests/ceftests/ |
| D | zip_reader_unittest.cc | 127 TEST(ZipReaderTest, Read) { in TEST() argument
|
| /third_party/cef/libcef/browser/net/ |
| D | internal_scheme_handler.cc | 76 bool Read(void* data_out, in Read() function in scheme::__anonf54a585d0111::RedirectHandler 119 bool Read(void* data_out, in Read() function in scheme::__anonf54a585d0111::InternalHandler
|
| /third_party/cef/libcef_dll/wrapper/ |
| D | cef_byte_read_handler.cc | 16 size_t CefByteReadHandler::Read(void* ptr, size_t size, size_t n) { in Read() function in CefByteReadHandler
|