Home
last modified time | relevance | path

Searched defs:aos (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DStreamHandlerTest.java300 ByteArrayOutputStream aos = new MockOutputStream(); in testClose_SufficientPrivilege_NormalClose() local
320 ByteArrayOutputStream aos = new MockExceptionOutputStream(); in testClose_SufficientPrivilege_Exception() local
333 ByteArrayOutputStream aos = new MockOutputStream(); in testClose_SufficientPrivilege_DirectClose() local
358 ByteArrayOutputStream aos = new MockOutputStream(); in testFlush_Normal() local
475 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_NoFilter() local
509 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_WithFilter() local
571 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_EmptyMsg() local
583 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_NullMsg() local
600 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_AfterClose() local
616 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testSetEncoding_Normal() local
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DConstructedOctetStream.java57 ASN1OctetStringParser aos = (ASN1OctetStringParser)_parser.readObject(); in read() local