Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherOutputStream1Test.java74 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream() local
90 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1() local
108 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2() local
130 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite3() local
173 CipherOutputStream cos = new CipherOutputStream(tos){}; in testFlush() local
189 CipherOutputStream cos = new CipherOutputStream(tos){}; in testClose() local
211 CipherOutputStream cos = new CipherOutputStream(baos, c); in test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher() local
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherOutputStreamTest.java70 CipherOutputStream cos = new CipherOutputStream(new ByteArrayOutputStream(), cipher); in testDecryptCorruptGCM() local
/libcore/ojluni/src/main/java/java/time/format/
DParsed.java448 long cos = fieldValues.remove(MICRO_OF_SECOND); in resolveTimeFields() local
486 long cos = los * 1_000 + (fieldValues.get(MICRO_OF_SECOND) % 1_000); in resolveTimeLenient() local
496 long cos = fieldValues.remove(MICRO_OF_SECOND); in resolveTimeLenient() local
/libcore/ojluni/src/main/native/
Djfdlibm.h42 #define cos jcos macro
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java134 public static native double cos(double a); in cos() method in StrictMath
DMath.java175 public static native double cos(double a); in cos() method in Math