Searched refs:totalBytesWritten (Results 1 – 8 of 8) sorted by relevance
387 long totalBytesWritten = 0; in writeToFos() local399 return totalBytesWritten; in writeToFos()401 totalBytesWritten += writeBytes; in writeToFos()404 Log.i(TAG, "Total bytes written: " + totalBytesWritten + "/" in writeToFos()405 + (totalBytesWritten + remainingBytes)); in writeToFos()406 mTextViewSetter.set("Wrote (" + totalBytesWritten + " / " in writeToFos()411 return totalBytesWritten; in writeToFos()486 long totalBytesWritten = ioOveruseStats.getTotalBytesWritten(); in onOveruse() local487 if (totalBytesWritten < mExpectedMinBytesWritten) { in onOveruse()565 public final long totalBytesWritten; field in CarWatchdogTestFragment.DiskIoStats[all …]
551 int totalBytesWritten = DEFAULT_FORMAT_VERSION_BYTES.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly() local554 SERIALIZED_START_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()562 + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()570 totalBytesWritten += bytesForPackage.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly()573 SERIALIZED_END_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()576 SERIALIZED_START_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()584 + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()592 totalBytesWritten += bytesForPackage.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly()595 SERIALIZED_END_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()605 totalBytesWritten += bytesForPackage.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly()[all …]
96 long totalBytesWritten, in IoOveruseStats() argument103 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()227 long totalBytesWritten = in.readLong(); in IoOveruseStats() local234 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()
892 long totalBytesWritten = 0; in queryIoOveruseStatsForUserPackageId() local901 totalBytesWritten += cursor.getLong(2) + cursor.getLong(3) + cursor.getLong(4); in queryIoOveruseStatsForUserPackageId()905 if (totalBytesWritten == 0) { in queryIoOveruseStatsForUserPackageId()913 statsBuilder.setTotalBytesWritten(totalBytesWritten); in queryIoOveruseStatsForUserPackageId()
1317 long totalBytesWritten = currentStats.getTotalBytesWritten(); in getIoOveruseStatsLocked() local1323 totalBytesWritten += historyStats != null ? historyStats.getTotalBytesWritten() : 0; in getIoOveruseStatsLocked()1325 if (totalBytesWritten < minimumBytesWritten) { in getIoOveruseStatsLocked()
META-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...