/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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 argument [all …]
|
D | zlib-streams.adb | 130 procedure Read subprogram 136 procedure Read subprogspec 144 procedure Read subprogram 151 procedure Read is new ZLib.Read argument
|
D | zlib.adb | 396 procedure Read subprogram 415 Read (Buffer, Rest_Last); argument
|
/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 argument [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/boost/libs/beast/test/extern/zlib-1.2.11/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 argument 81 procedure Read subprogram [all …]
|
D | zlib-streams.adb | 130 procedure Read subprogram 136 procedure Read subprogspec 144 procedure Read subprogram 151 procedure Read is new ZLib.Read subprogram
|
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/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
|
/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
|
/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
|
/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/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/grpc/include/grpcpp/impl/codegen/ |
D | sync_stream_impl.h | 206 bool Read(R* msg) override { in Read() function 476 bool Read(R* msg) override { in Read() function 607 bool Read(R* msg) override { in Read() function 735 bool Read(R* msg) { in Read() function 792 bool Read(R* msg) override { return body_.Read(msg); } in Read() function 847 bool Read(RequestType* request) override { in Read() function 914 bool Read(RequestType* request) override { in Read() function
|
D | sync_stream.h | 206 bool Read(R* msg) override { in Read() function 475 bool Read(R* msg) override { in Read() function 606 bool Read(R* msg) override { in Read() function 733 bool Read(R* msg) { in Read() function 790 bool Read(R* msg) override { return body_.Read(msg); } in Read() function 844 bool Read(RequestType* request) override { in Read() function 910 bool Read(RequestType* request) override { in Read() function
|
/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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
|