Searched refs:tos (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherOutputStream1Test.java66 TestOutputStream tos = new TestOutputStream();
67 CipherOutputStream cos = new CipherOutputStream(tos){};
70 byte[] result = tos.toByteArray();
82 TestOutputStream tos = new TestOutputStream();
83 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher());
88 byte[] result = tos.toByteArray();
100 TestOutputStream tos = new TestOutputStream();
101 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher());
104 byte[] result = tos.toByteArray();
122 TestOutputStream tos
[all...]
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImplWrapper.java104 public void setTrafficClass(int tos) throws SocketException { argument
105 socket.setTrafficClass(tos);
H A DSSLSocketWrapper.java125 public void setTrafficClass(int tos) throws SocketException { argument
126 socket.setTrafficClass(tos);

Completed in 337 milliseconds