Searched defs:asByteSource (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/io/
H A DFileBackedOutputStream.java70 * {@link #asByteSource} is finalized.
82 * by {@link #asByteSource} is finalized.
88 * #asByteSource} is finalized
127 public ByteSource asByteSource() { method in class:FileBackedOutputStream
H A DResources.java55 public static ByteSource asByteSource(URL url) { method in class:Resources
77 return "Resources.asByteSource(" + url + ")";
88 return asByteSource(url).asCharSource(charset);
99 return asByteSource(url).read();
175 asByteSource(from).copyTo(to);
H A DFiles.java111 public static ByteSource asByteSource(File file) { method in class:Files
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(fil
[all...]
/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/guice/lib/
H A Dguava-16.0.1.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 161 milliseconds