Searched refs:singleByte (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-tests/test/com/google/common/io/ |
D | FileBackedOutputStreamTest.java | 78 private void testThreshold(int fileThreshold, int dataSize, boolean singleByte, in testThreshold() argument 88 write(out, data, 0, chunk1, singleByte); in testThreshold() 97 write(out, data, chunk1, chunk2, singleByte); in testThreshold() 115 OutputStream out, byte[] b, int off, int len, boolean singleByte) in write() argument 117 if (singleByte) { in write()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | OpenSSLDigest.java | 57 private final byte[] singleByte = new byte[1]; field in OpenSSLDigest 87 singleByte[0] = in; in update() 88 update(singleByte, 0, 1); in update()
|
/external/bouncycastle/patches/ |
D | bcprov.patch | 574 + private final byte[] singleByte = new byte[1]; 604 + singleByte[0] = in; 605 + update(singleByte, 0, 1);
|