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

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 63 private boolean thresholdExceeded;
218 if (!thresholdExceeded && (written + count > threshold))
220 thresholdExceeded = true;
231 this.thresholdExceeded = false;
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 31 milliseconds