Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h41 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
100 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
148 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
243 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
DBinaryItemStream.h41 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamRef.cpp24 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anonf9a380760111::ArrayRefImpl
47 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in __anonf9a380760111::MutableArrayRefImpl
79 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in BinaryStreamRef
DBinaryStreamReader.cpp37 Error BinaryStreamReader::readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size) { in readBytes() function in BinaryStreamReader
/third_party/node/test/parallel/
Dtest-stdin-pipe-large.js16 let readBytes = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp47 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anona6b1c4ee0111::RawMemoryObject
88 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DEagerStreamTest.java351 int readBytes; field in EagerStreamTest.ProxyStream
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
DBrotliCommon.java96 int readBytes; in setDictionaryData() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp88 Error MappedBlockStream::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in MappedBlockStream
239 Error MappedBlockStream::readBytes(uint32_t Offset, in readBytes() function in MappedBlockStream
373 Error WritableMappedBlockStream::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in WritableMappedBlockStream
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js35 function readBytes(bufferDecoder, start) { function
342 readBytes, property
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h81 void readBytes(unsigned char outArray[], size_t count) { read<unsigned char>(outArray, count); } in readBytes() function
/third_party/vk-gl-cts/execserver/tools/
DxsClient.cpp85 void readBytes (de::Socket& socket, vector<deUint8>& dst, size_t numBytes) in readBytes() function
DxsTest.cpp91 void readBytes (de::Socket& socket, vector<deUint8>& dst, size_t numBytes) in readBytes() function
/third_party/protobuf/js/binary/
Ddecoder.js901 jspb.BinaryDecoder.prototype.readBytes = function(length) { method in jspb.BinaryDecoder
Dreader.js936 jspb.BinaryReader.prototype.readBytes = function() { method in jspb.BinaryReader
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h92 void readBytes(unsigned char outArray[], size_t count) { read<unsigned char>(outArray, count); } in readBytes() function
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m483 - (NSData *)readBytes { method
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DStandardMessageCodec.java318 protected static final byte[] readBytes(ByteBuffer buffer) { in readBytes() method in StandardMessageCodec
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java165 ByteString readBytes() throws IOException; in readBytes() method
DCodedInputStream.java325 public abstract ByteString readBytes() throws IOException; in readBytes() method in CodedInputStream
896 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream.ArrayDecoder
1615 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream.UnsafeDirectNioDecoder
2374 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream.StreamDecoder
3470 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java244 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStreamReader
DBinaryReader.java310 public ByteString readBytes() throws IOException { in readBytes() method in BinaryReader.SafeHeapReader
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DReadableFontData.java359 public int readBytes(int index, byte[] b, int offset, int length) { in readBytes() method in ReadableFontData
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DReadableFontData.java359 public int readBytes(int index, byte[] b, int offset, int length) { in readBytes() method in ReadableFontData
/third_party/lz4/programs/
Dlz4io.c1121 size_t readBytes = 1; in LZ4IO_passThrough() local
1527 …{ const size_t readBytes = fread(buffer + MAGICNUMBER_SIZE, 1, LZ4F_HEADER_SIZE_MIN - MAGICNUMBE… in LZ4IO_getCompressedFileInfo() local
1534 …const size_t readBytes = fread(buffer + LZ4F_HEADER_SIZE_MIN, 1, hSize - LZ4F_HEADER_SIZE_MIN, fin… in LZ4IO_getCompressedFileInfo() local

12