Home
last modified time | relevance | path

Searched defs:byteCounter (Results 1 – 6 of 6) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DCountersTest.java47 final Counter byteCounter = pathCounter.getByteCounter(); in testResetCounter() local
58 final Counter byteCounter = pathCounter.getByteCounter(); in testResetPathCounter() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
DCounters.java35 private final Counter byteCounter; field in Counters.AbstractPathCounters
46 …protected AbstractPathCounters(final Counter byteCounter, final Counter directoryCounter, final Co… in AbstractPathCounters()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/transforms/
DCompressTransformTest.java42 private ByteCountingMonitor byteCounter; field in CompressTransformTest
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/samples/
DSamplesTest.java50 ByteCountingMonitor byteCounter; field in SamplesTest
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/lite/
DDownloadProgressMonitor.java118 private final AtomicLong byteCounter = new AtomicLong(); field in DownloadProgressMonitor.DownloadedBytesCounter
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/monitor/
DDownloadProgressMonitor.java228 private final AtomicLong byteCounter = new AtomicLong(); field in DownloadProgressMonitor.DownloadedBytesCounter