Searched refs:MESSAGE (Results 1 – 5 of 5) sorted by relevance
43 private static final String MESSAGE = "abc"; field in Signature2Test339 sig.update(MESSAGE.getBytes()); in test_sign()358 byte[] bytes = MESSAGE.getBytes(); in test_update$B()363 sig2.update(MESSAGE.getBytes()); in test_update$B()374 byte[] bytes = MESSAGE.getBytes(); in test_update$BII()409 sig.update(MESSAGE.getBytes()[0]); in test_updateB()444 sig.update(MESSAGE.getBytes()); in test_verify$B()448 sig.update(MESSAGE.getBytes()); in test_verify$B()458 sig.update(MESSAGE.getBytes()); in test_verify$BII()462 sig.update(MESSAGE.getBytes()); in test_verify$BII()
58 private static final String MESSAGE = "abc"; field in MessageDigest2Test219 sha.update(MESSAGE.getBytes()); in test_digest()
137 …private static final String MESSAGE = "A resource was acquired at attached stack trace but never r… field in CloseGuard303 reporter.report(MESSAGE, (Throwable) closerNameOrAllocationInfo); in warnIfOpen()305 reporter.report(MESSAGE + " Callsite: " + closerNameOrAllocationInfo); in warnIfOpen()
148 static final java.text.MessageFormat MESSAGE = new java.text.MessageFormat( field in SerializationStressTest190 MESSAGE.setFormat(0, DATEFORM);191 MESSAGE.setFormat(1, DATEFORM);
1344 objToSave = MESSAGE; in test_18_116_writeObject()1349 assertTrue(MSG_TEST_FAILED + objToSave, MESSAGE.toPattern().equals( in test_18_116_writeObject()