Home
last modified time | relevance | path

Searched defs:byteSource (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/io/
DByteSourceAsCharSourceReadBenchmark.java36 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
42 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
57 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
97 abstract String read(ByteSource byteSource, Charset cs) throws IOException; in read()
/external/guava/android/guava-tests/benchmark/com/google/common/io/
DByteSourceAsCharSourceReadBenchmark.java36 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
42 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
57 String read(ByteSource byteSource, Charset cs) throws IOException { in read()
97 abstract String read(ByteSource byteSource, Charset cs) throws IOException; in read()
/external/guava/guava-tests/test/com/google/common/io/
DTestCharSource.java32 private final TestByteSource byteSource; field in TestCharSource
DByteSourceTest.java176 ByteSource byteSource = new TestByteSource("hamburger\n".getBytes(Charsets.US_ASCII)); in testHash() local
DFilesTest.java80 ByteSource byteSource = Files.asByteSource(asciiFile); in testRoundTripSources() local
/external/guava/android/guava-tests/test/com/google/common/io/
DTestCharSource.java32 private final TestByteSource byteSource; field in TestCharSource
DByteSourceTest.java176 ByteSource byteSource = new TestByteSource("hamburger\n".getBytes(Charsets.US_ASCII)); in testHash() local
DFilesTest.java80 ByteSource byteSource = Files.asByteSource(asciiFile); in testRoundTripSources() local
/external/cronet/third_party/protobuf/js/binary/
Dutils.js989 jspb.utils.debugBytesToTextFormat = function(byteSource) { argument