Home
last modified time | relevance | path

Searched refs:plainBuffer (Results 1 – 3 of 3) sorted by relevance

/external/jline/src/src/main/java/jline/
DANSIBuffer.java19 private final StringBuffer plainBuffer = new StringBuffer(); field in ANSIBuffer
41 return plainBuffer.toString(); in getPlainBuffer()
54 plainBuffer.append(str); in append()
62 plainBuffer.append(str); in attrib()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java4561 byte[] plainBuffer = testString.getBytes(StandardCharsets.US_ASCII); in testDecryptBufferMultipleBlockSize_mustNotThrowException()
4564 plainBuffer, 0, plainBuffer.length, encryptedBuffer); in testDecryptBufferMultipleBlockSize_mustNotThrowException()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java4563 byte[] plainBuffer = testString.getBytes(StandardCharsets.US_ASCII); in testDecryptBufferMultipleBlockSize_mustNotThrowException()
4566 plainBuffer, 0, plainBuffer.length, encryptedBuffer); in testDecryptBufferMultipleBlockSize_mustNotThrowException()