Searched refs:tos (Results 1 – 2 of 2) sorted by relevance
73 TestOutputStream tos = new TestOutputStream(); in testCipherOutputStream() local74 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream()77 byte[] result = tos.toByteArray(); in testCipherOutputStream()89 TestOutputStream tos = new TestOutputStream(); in testWrite1() local90 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1()95 byte[] result = tos.toByteArray(); in testWrite1()107 TestOutputStream tos = new TestOutputStream(); in testWrite2() local108 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2()111 byte[] result = tos.toByteArray(); in testWrite2()129 TestOutputStream tos = new TestOutputStream(); in testWrite3() local[all …]
1080 List<Integer> tos = Arrays.asList(s, s + 1); in testAIOBEs() local1084 for (int aTo : tos) { in testAIOBEs()1086 for (int bTo : tos) { in testAIOBEs()