Home
last modified time | relevance | path

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

12345

/third_party/zlib/contrib/ada/
Dread.adb19 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 …]
Dzlib-streams.adb130 procedure Read subprogram
136 procedure Read argument
144 procedure Read argument
151 procedure Read is new ZLib.Read subprogram
Dzlib.adb396 procedure Read subprogram
415 Read (Buffer, Rest_Last); argument
Dzlib.ads259 with procedure Read formal
277 procedure Read subprogspec
Dzlib-streams.ads20 procedure Read subprogspec
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_input_stream.cc60 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
Dfile_input_stream.cc64 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/
Dstream.go35 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
Dhandler.go62 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/
Dstream.go35 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
Dhandler.go62 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/
Dstream.go35 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
Dhandler.go62 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/
Dfont_input_stream.cc74 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/
Dnode_snapshotable.cc194 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 …]
Dnode_threadsafe_cow-inl.h17 ThreadsafeCopyOnWrite<T>::Read::Read(const ThreadsafeCopyOnWrite<T>* cow) in Read() function
/third_party/skia/tests/
DSerializationTest.cpp55 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/
DZLib.pas91 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/
DNaClBitcodeHeader.cpp115 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/
Dcord_rep_btree_reader.cc29 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/
DBufferConsumer.h78 WireResult Read(const volatile T** data) { in Read() function
/third_party/benchmark/src/
Dperf_counters.cc33 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/
Dtest-stream2-pipe-error-once-listener.js27 class Read extends stream.Readable { class
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dreader.go84 func (r *Reader) Read(p []byte) (n int, err error) { func
/third_party/protobuf/csharp/src/Google.Protobuf/
DLimitedInputStream.cs84 public override int Read(byte[] buffer, int offset, int count) in Read() method in Google.Protobuf.LimitedInputStream

12345