Searched refs:readBytes (Results 1 – 9 of 9) sorted by relevance
279 int readSamples, readBytes; in qesd_run_in() local297 readBytes = readSamples << hw->info.shift; in qesd_run_in()299 if (readBytes != nread) { in qesd_run_in()302 nread, readBytes, hw->info.align + 1); in qesd_run_in()
673 public static <T> T readBytes(InputSupplier<? extends InputStream> supplier,705 return readBytes(supplier, new ByteProcessor<Long>() {731 return readBytes(supplier, new ByteProcessor<byte[]>() {
566 public static <T> T readBytes(File file, ByteProcessor<T> processor)568 return ByteStreams.readBytes(newInputStreamSupplier(file), processor);
509 rawBytes = input.readBytes(); in mergeMessageSetExtensionFromCodedStream()514 .addLengthDelimited(input.readBytes()) in mergeMessageSetExtensionFromCodedStream()
264 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream
444 case BYTES : return input.readBytes (); in readPrimitiveField()
484 getFieldBuilder(number).addLengthDelimited(input.readBytes()); in mergeFieldFrom()
238 public ByteStringMicro readBytes() throws IOException { in readBytes() method in CodedInputStreamMicro
370 input.readBytes(); in testReadMaliciouslyLargeBlob()