Home
last modified time | relevance | path

Searched refs:MESSAGE (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignature2Test.java43 private static final String MESSAGE = "abc"; field in Signature2Test
339 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()
DMessageDigest2Test.java58 private static final String MESSAGE = "abc"; field in MessageDigest2Test
219 sha.update(MESSAGE.getBytes()); in test_digest()
/libcore/dalvik/src/main/java/dalvik/system/
DCloseGuard.java137 …private static final String MESSAGE = "A resource was acquired at attached stack trace but never r… field in CloseGuard
303 reporter.report(MESSAGE, (Throwable) closerNameOrAllocationInfo); in warnIfOpen()
305 reporter.report(MESSAGE + " Callsite: " + closerNameOrAllocationInfo); in warnIfOpen()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest.java148 static final java.text.MessageFormat MESSAGE = new java.text.MessageFormat( field in SerializationStressTest
190 MESSAGE.setFormat(0, DATEFORM);
191 MESSAGE.setFormat(1, DATEFORM);
DSerializationStressTest3.java1344 objToSave = MESSAGE; in test_18_116_writeObject()
1349 assertTrue(MSG_TEST_FAILED + objToSave, MESSAGE.toPattern().equals( in test_18_116_writeObject()