HomeSort by relevance Sort by last modified time
    Searched refs:ByteSource (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/guava/guava/src/com/google/common/io/
Files.java 107 * Returns a new {@link ByteSource} for reading bytes from the given file.
111 public static ByteSource asByteSource(File file) {
115 private static final class FileByteSource extends ByteSource {
BaseEncoding.java 267 * Returns a {@code ByteSource} that reads base-encoded bytes from the specified
270 @GwtIncompatible("ByteSource,CharSource")
271 public final ByteSource decodingSource(final CharSource encodedSource) {
273 return new ByteSource() {
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
StoredEntry.java 24 import com.google.common.io.ByteSource;
651 ByteSource.wrap(rawContents), rawContents.length));
ZFile.java 34 import com.google.common.io.ByteSource;
    [all...]
  /external/protobuf/js/binary/
constants.js 42 goog.provide('jspb.ByteSource');
83 jspb.ByteSource;
decoder.js 216 * @param {jspb.ByteSource=} opt_bytes The bytes we're reading from.
284 * @param {jspb.ByteSource=} opt_bytes The bytes we're reading from.
347 * @param {!jspb.ByteSource} data The bytes we're reading from.
reader.js 59 * @param {jspb.ByteSource=} opt_bytes The bytes we're reading from.
116 * @param {jspb.ByteSource=} opt_bytes The bytes we're reading from.
138 * @param {jspb.ByteSource=} opt_bytes The bytes we're reading from.
    [all...]
utils.js 895 * @param {jspb.ByteSource} byteSource The bytes to serialize.
898 jspb.utils.debugBytesToTextFormat = function(byteSource) {
900 if (byteSource) {
901 var bytes = jspb.utils.byteSourceToUint8Array(byteSource);
948 * Converts any type defined in jspb.ByteSource into a Uint8Array.
949 * @param {!jspb.ByteSource} data
  /external/protobuf/src/google/protobuf/util/internal/
json_escaping.cc 167 // reads of the ByteSource.
358 void JsonEscaping::Escape(strings::ByteSource* input,
  /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));
  /prebuilts/gradle-plugin/com/android/tools/build/apkzlib/3.2.0-alpha16/
apkzlib-3.2.0-alpha16.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-22.0.jar 
guava-18.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/22.0/
guava-22.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/23.0/
guava-23.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/23.5-jre/
guava-23.5-jre.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-jdk5/17.0/
guava-jdk5-17.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/
guava-17.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/misc/common/guava/
guava-18.0.jar 
guava-21.0.jar 

Completed in 965 milliseconds

12 3 4 5