Searched defs:cos (Results 1 – 3 of 3) sorted by relevance
80 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream() local102 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1() local126 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2() local154 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite3() local215 CipherOutputStream cos = new CipherOutputStream(tos){}; in testFlush() local237 CipherOutputStream cos = new CipherOutputStream(tos){}; in testClose() local265 CipherOutputStream cos = new CipherOutputStream(baos, c); in test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher() local
298 public static native double cos(double d); in cos() method in StrictMath
269 public static native double cos(double d); in cos() method in Math