Searched defs:cos (Results 1 – 7 of 7) sorted by relevance
74 CipherOutputStream cos = new CipherOutputStream(tos){}; in testCipherOutputStream() local90 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1() local108 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2() local130 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite3() local173 CipherOutputStream cos = new CipherOutputStream(tos){}; in testFlush() local189 CipherOutputStream cos = new CipherOutputStream(tos){}; in testClose() local211 CipherOutputStream cos = new CipherOutputStream(baos, c); in test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher() local
70 CipherOutputStream cos = new CipherOutputStream(new ByteArrayOutputStream(), cipher); in testDecryptCorruptGCM() local
448 long cos = fieldValues.remove(MICRO_OF_SECOND); in resolveTimeFields() local486 long cos = los * 1_000 + (fieldValues.get(MICRO_OF_SECOND) % 1_000); in resolveTimeLenient() local496 long cos = fieldValues.remove(MICRO_OF_SECOND); in resolveTimeLenient() local
42 #define cos jcos macro
39 public static native double cos(double a); in cos() method in Math
120 public static native double cos(double a); in cos() method in StrictMath
158 public static native double cos(double a); in cos() method in Math