Searched refs:writtenBytes (Results 1 – 7 of 7) sorted by relevance
17 private int writtenBytes; field in FileDeferredOutputStream35 if (count != writtenBytes) { in writeTo()46 writtenBytes++; in write()51 writtenBytes += bytes.length; in write()56 writtenBytes += len; in write()
218 int writtenBytes = 0; in testRedefineClasses001() local227 logWriter.println("===> Byte number = " + writtenBytes); in testRedefineClasses001()237 writtenBytes++; in testRedefineClasses001()239 logWriter.println("=> Number of written bytes as new class file = " + writtenBytes); in testRedefineClasses001()240 if ( newClassByteCodeSize != writtenBytes ) { in testRedefineClasses001()
566 final int writtenBytes; in doFinalInternal() local568 writtenBytes = NativeCrypto.EVP_CipherFinal_ex(cipherCtx, output, outputOffset); in doFinalInternal()571 writtenBytes = NativeCrypto.EVP_CipherFinal_ex(cipherCtx, lastBlock, 0); in doFinalInternal()572 if (writtenBytes > bytesLeft) { in doFinalInternal()573 throw new ShortBufferException("buffer is too short: " + writtenBytes + " > " in doFinalInternal()575 } else if (writtenBytes > 0) { in doFinalInternal()576 System.arraycopy(lastBlock, 0, output, outputOffset, writtenBytes); in doFinalInternal()579 outputOffset += writtenBytes; in doFinalInternal()
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...