Home
last modified time | relevance | path

Searched refs:tos (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherOutputStream1Test.java73 TestOutputStream tos = new TestOutputStream(); in testCipherOutputStream() local
74 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream()
77 byte[] result = tos.toByteArray(); in testCipherOutputStream()
89 TestOutputStream tos = new TestOutputStream(); in testWrite1() local
90 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1()
95 byte[] result = tos.toByteArray(); in testWrite1()
107 TestOutputStream tos = new TestOutputStream(); in testWrite2() local
108 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 …]
/libcore/ojluni/src/test/java/util/Arrays/
DArraysEqCmpTest.java1080 List<Integer> tos = Arrays.asList(s, s + 1); in testAIOBEs() local
1084 for (int aTo : tos) { in testAIOBEs()
1086 for (int bTo : tos) { in testAIOBEs()