HomeSort by relevance Sort by last modified time
    Searched defs:asByteSource (Results 1 - 25 of 30) sorted by null

1 2

  /external/guava/guava/src/com/google/common/io/
Resources.java 55 public static ByteSource asByteSource(URL url) {
77 return "Resources.asByteSource(" + url + ")";
88 return asByteSource(url).asCharSource(charset);
99 return asByteSource(url).read();
175 asByteSource(from).copyTo(to);
FileBackedOutputStream.java 70 * {@link #asByteSource} is finalized.
82 * by {@link #asByteSource} is finalized.
88 * #asByteSource} is finalized
127 public ByteSource asByteSource() {
Files.java 111 public static ByteSource asByteSource(File file) {
151 return "Files.asByteSource(" + file + ")";
216 return asByteSource(file).asCharSource(charset);
250 return asByteSource(file).read();
286 asByteSource(from).copyTo(to);
305 asByteSource(from).copyTo(asByteSink(to));
391 return asByteSource(file1).contentEquals(asByteSource(file2));
580 return asByteSource(file).read(processor);
594 return asByteSource(file).hash(hashFunction)
    [all...]
  /prebuilts/misc/common/guava/
guava-15.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.1.0/
compiler-2.1.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/android-support-test/espresso/
espresso-core-2.2.2-release-no-dep.jar 
espresso-core-2.2.2-release.jar 
espresso-intents-2.2.2-release.jar 
espresso-web-2.2.2-release.jar 

Completed in 177 milliseconds

1 2