Home
last modified time | relevance | path

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

/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherOutputStream1Test.java80 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream() local
102 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1() local
126 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2() local
154 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite3() local
215 CipherOutputStream cos = new CipherOutputStream(tos){}; in testFlush() local
237 CipherOutputStream cos = new CipherOutputStream(tos){}; in testClose() local
265 CipherOutputStream cos = new CipherOutputStream(baos, c); in test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher() local
/dalvik/libcore/luni/src/main/java/java/lang/
DStrictMath.java298 public static native double cos(double d); in cos() method in StrictMath
DMath.java269 public static native double cos(double d); in cos() method in Math