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

  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 44 private final boolean resetOnFinalize;
86 * @param resetOnFinalize if true, the {@link #reset} method will
90 public FileBackedOutputStream(int fileThreshold, boolean resetOnFinalize) {
92 this.resetOnFinalize = resetOnFinalize;
96 if (resetOnFinalize) {
195 if (resetOnFinalize) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 22 milliseconds