Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DEagerStreamTest.java351 int readBytes; field in EagerStreamTest.ProxyStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamRef.cpp79 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes() function in BinaryStreamRef
H A DBinaryStreamReader.cpp37 Error BinaryStreamReader::readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size) { in readBytes() function in BinaryStreamReader
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DStreamingMemoryObject.cpp47 uint64_t RawMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in __anon25446::RawMemoryObject
88 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes() function in llvm::StreamingMemoryObject
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader.js35 function readBytes(bufferDecoder, start) { function
/third_party/backends/backend/
H A Depsonds-cmd.c718 int readBytes = 0; in capa_cb() local
755 int readBytes = 0; in capa_cb() local
/third_party/pulseaudio/sonic/
H A Dwave.c86 static int readBytes( in readBytes() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBinaryStream.h92 void readBytes(unsigned char outArray[], size_t count) { read<unsigned char>(outArray, count); } in readBytes() function in gl::BinaryInputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A 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/vk-gl-cts/execserver/tools/
H A DxsClient.cpp85 void readBytes (de::Socket& socket, vector<deUint8>& dst, size_t numBytes) in readBytes() function
H A DxsTest.cpp91 void readBytes (de::Socket& socket, vector<deUint8>& dst, size_t numBytes) in readBytes() function
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DReadableFontData.java359 public int readBytes(int index, byte[] b, int offset, int length) { in readBytes() method in ReadableFontData
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DReader.java165 ByteString readBytes() throws IOException; in readBytes() method
H A DCodedInputStreamReader.java244 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStreamReader
H A DBinaryReader.java310 public ByteString readBytes() throws IOException { in readBytes() method in BinaryReader.SafeHeapReader
H A 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 { readBytes() method in CodedInputStream.IterableDirectByteBufferDecoder
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py97 def readBytes(self, n): member in BitStream
/third_party/protobuf/js/binary/
H A Ddecoder.js
H A Dreader.js
/third_party/lz4/programs/
H A Dlz4io.c1151 size_t readBytes = 1; in LZ4IO_passThrough() local
1596 { const size_t readBytes = fread(buffer + MAGICNUMBER_SIZE, 1, LZ4F_HEADER_SIZE_MIN - MAGICNUMBER_SIZE, finput); in LZ4IO_getCompressedFileInfo() local
1603 const size_t readBytes = fread(buffer + LZ4F_HEADER_SIZE_MIN, 1, hSize - LZ4F_HEADER_SIZE_MIN, finput); in LZ4IO_getCompressedFileInfo() local

Completed in 27 milliseconds