Home
last modified time | relevance | path

Searched refs:totalBytesWritten (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java115 int totalBytesWritten = 0; in myMultipassTest() local
132 totalBytesWritten, bytesWritten); in myMultipassTest()
138 totalBytesWritten += bytesWritten; in myMultipassTest()
149 logln("MP: " + len + " chars ===> " + totalBytesWritten + " bytes."); in myMultipassTest()
157 totalBytesDecompressed, totalBytesWritten, in myMultipassTest()
173 } while (totalBytesDecompressed < totalBytesWritten); in myMultipassTest()
175 if (totalBytesDecompressed != totalBytesWritten) { in myMultipassTest()
179 + totalBytesWritten + ")"); in myMultipassTest()
181 logln("MP: " + totalBytesWritten in myMultipassTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DExhaustiveTest.java118 int totalBytesWritten = 0; in myMultipassTest() local
135 totalBytesWritten, bytesWritten); in myMultipassTest()
141 totalBytesWritten += bytesWritten; in myMultipassTest()
152 logln("MP: " + len + " chars ===> " + totalBytesWritten + " bytes."); in myMultipassTest()
160 totalBytesDecompressed, totalBytesWritten, in myMultipassTest()
176 } while (totalBytesDecompressed < totalBytesWritten); in myMultipassTest()
178 if (totalBytesDecompressed != totalBytesWritten) { in myMultipassTest()
182 + totalBytesWritten + ")"); in myMultipassTest()
184 logln("MP: " + totalBytesWritten in myMultipassTest()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1792 int totalBytesWritten; field in CodedOutputStream.AbstractBufferedEncoder
1815 return totalBytesWritten; in getTotalBytesWritten()
1824 totalBytesWritten++; in buffer()
1867 totalBytesWritten += delta; in bufferUInt32NoTag()
1872 totalBytesWritten++; in bufferUInt32NoTag()
1876 totalBytesWritten++; in bufferUInt32NoTag()
1902 totalBytesWritten += delta; in bufferUInt64NoTag()
1907 totalBytesWritten++; in bufferUInt64NoTag()
1911 totalBytesWritten++; in bufferUInt64NoTag()
1927 totalBytesWritten += FIXED_32_SIZE; in bufferFixed32NoTag()
[all …]
/external/okhttp/okio/okio/src/main/java/okio/
DRealBufferedSource.java147 long totalBytesWritten = 0; in readAll() local
151 totalBytesWritten += emitByteCount; in readAll()
156 totalBytesWritten += buffer.size(); in readAll()
159 return totalBytesWritten; in readAll()
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DRealBufferedSource.java148 long totalBytesWritten = 0; in readAll() local
152 totalBytesWritten += emitByteCount; in readAll()
157 totalBytesWritten += buffer.size(); in readAll()
160 return totalBytesWritten; in readAll()
/external/skia/experimental/Networking/
DSkSockets.cpp175 int totalBytesWritten = 0; in writePacket() local
238 totalBytesWritten += bytesWrittenInTransfer; in writePacket()
240 return totalBytesWritten; in writePacket()
/external/skqp/experimental/Networking/
DSkSockets.cpp175 int totalBytesWritten = 0; in writePacket() local
238 totalBytesWritten += bytesWrittenInTransfer; in writePacket()
240 return totalBytesWritten; in writePacket()