HomeSort by relevance Sort by last modified time
    Searched defs:ByteSource (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
bytestream.h 31 // This file declares the ByteSink and ByteSource abstract interfaces. These
32 // interfaces represent objects that consume (ByteSink) or produce (ByteSource)
46 // ByteSource:
99 // ByteSource* source = ...
106 class LIBPROTOBUF_EXPORT ByteSource {
108 ByteSource() {}
109 virtual ~ByteSource() {}
113 // increase. Available() returning 0 indicates that the ByteSource is
117 // indicative of the fixed-size nature of a ByteSource.
135 // Writes the next n bytes in this ByteSource to the given ByteSink, an
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteSource.java 43 * {@code ByteSource} is not an open, stateful stream for input that can be read and closed.
46 * <p>{@code ByteSource} provides two kinds of methods:
59 public abstract class ByteSource {
66 protected ByteSource() {}
111 public ByteSource slice(long offset, long length) {
308 public boolean contentEquals(ByteSource other) throws IOException {
335 * Concatenates multiple {@link ByteSource} instances into a single source. Streams returned from
342 * @return a {@code ByteSource} containing the concatenated data
345 public static ByteSource concat(Iterable<? extends ByteSource> sources)
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 57 import com.google.common.io.ByteSource;
335 assertEquals(ByteSource.empty(), ArbitraryInstances.get(ByteSource.class));
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/cldr/tools/java/libs/
guava.jar 

Completed in 309 milliseconds