HomeSort by relevance Sort by last modified time
    Searched defs:flushable (Results 1 - 10 of 10) sorted by null

  /external/guava/guava/src/com/google/common/io/
Flushables.java 21 import java.io.Flushable;
27 * Utility methods for working with {@link Flushable} objects.
40 * Flush a {@link Flushable}, with control over whether an
46 * @param flushable the {@code Flushable} object to be flushed.
50 * {@link Flushable#flush} throws an {@code IOException}.
53 public static void flush(Flushable flushable, boolean swallowIOException)
56 flushable.flush();
60 "IOException thrown while flushing Flushable.", e)
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 72 milliseconds