Home
last modified time | relevance | path

Searched defs:cos (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherOutputStream1Test.java67 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream() local
83 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1() local
101 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2() local
123 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite3() local
166 CipherOutputStream cos = new CipherOutputStream(tos){}; in testFlush() local
182 CipherOutputStream cos = new CipherOutputStream(tos){}; in testClose() local
204 CipherOutputStream cos = new CipherOutputStream(baos, c); in test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher() local
/libcore/ojluni/src/main/native/
Djfdlibm.h42 #define cos jcos macro
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java105 public static native double cos(double a); in cos() method in StrictMath
DMath.java135 public static native double cos(double a); in cos() method in Math