Home
last modified time | relevance | path

Searched refs:barr (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHttpsURLConnectionTest.java274 byte[] barr = TestUtils.getX509Certificate_v1(); in getLocalCertificates()
275 ByteArrayInputStream bis = new ByteArrayInputStream(barr); in getLocalCertificates()
289 byte[] barr = TestUtils.getX509Certificate_v3(); in getServerCertificates()
290 ByteArrayInputStream bis = new ByteArrayInputStream(barr); in getServerCertificates()
/libcore/ojluni/src/main/native/
Dnet_util.c133 jbyteArray barr; in getInet6Address_ipaddress() local