Home
last modified time | relevance | path

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

/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
DBatchingFlowController.java41 private final ElementCounter<T> byteCounter; field in BatchingFlowController
46 ElementCounter<T> byteCounter) { in BatchingFlowController()
DBatcherImpl.java420 private long byteCounter = 0; field in BatcherImpl.Batch
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DCountersTest.java50 final Counter byteCounter = pathCounter.getByteCounter(); in testResetCounter() local
61 final Counter byteCounter = pathCounter.getByteCounter(); in testResetPathCounter() local
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/transforms/
DCompressTransformTest.java42 private ByteCountingMonitor byteCounter; field in CompressTransformTest
/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/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