Searched defs:cos (Results 1 – 4 of 4) sorted by relevance
67 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream() local83 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1() local101 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2() local123 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite3() local166 CipherOutputStream cos = new CipherOutputStream(tos){}; in testFlush() local182 CipherOutputStream cos = new CipherOutputStream(tos){}; in testClose() local204 CipherOutputStream cos = new CipherOutputStream(baos, c); in test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher() local
42 #define cos jcos macro
105 public static native double cos(double a); in cos() method in StrictMath
135 public static native double cos(double a); in cos() method in Math