HomeSort by relevance Sort by last modified time
    Searched refs:asByteSource (Results 1 - 24 of 24) sorted by null

  /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);
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...]
FileBackedOutputStream.java 70 * {@link #asByteSource} is finalized.
82 * by {@link #asByteSource} is finalized.
88 * #asByteSource} is finalized
127 public ByteSource asByteSource() {
  /external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java 81 ByteSource source = out.asByteSource();
130 ByteSource source = out.asByteSource();
151 ByteSource source = out.asByteSource();
SourceSinkFactories.java 280 return Files.asByteSource(file);
410 return Resources.asByteSource(getFile().toURI().toURL());
FilesTest.java 57 suite.addTest(ByteSourceTester.tests("Files.asByteSource[File]",
81 Files.asByteSource(i18nFile).read()));
276 assertTrue(Files.asByteSource(asciiFile)
277 .contentEquals(Files.asByteSource(asciiFile)));
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
CaliperConfigLoader.java 61 Util.loadProperties(Files.asByteSource(configFile));
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Util.java 82 return Resources.asByteSource(c.getResource(name));
  /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/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/google/guava/guava/17.0/
guava-17.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/18.0/
guava-18.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 
  /prebuilts/tools/common/offline-m2/com/google/guava/guava/18.0/
guava-18.0.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
bazel_java_extractor.jar 

Completed in 847 milliseconds