Searched defs:ByteSource (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream.h31 // 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 { class in namespace:google::protobuf::strings
108 ByteSource() {} function in class:google::protobuf::strings::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 t
[all...]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_util.cc109 struct ByteSource : public TensorResponse::Source { struct in inherits:TensorResponse::Source
119 ByteSource bs;
/external/guava/guava/src/com/google/common/io/
H A DByteSource.java43 * {@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 { class
66 protected ByteSource() {} method in class: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> source
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4250 unsigned ByteSource = PermMask[i*4+j]; local
4251 if ((ByteSource & 3) != j) {
4257 EltNo = ByteSource/4;
4258 } else if (EltNo != ByteSource/4) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7573 unsigned ByteSource = PermMask[i*4+j]; local
7574 if ((ByteSource & 3) != j) {
7580 EltNo = ByteSource/4;
7581 } else if (EltNo != ByteSource/4) {
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 635 milliseconds