Home
last modified time | relevance | path

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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
DGeneralNameTest.java33 import org.apache.harmony.security.x509.OtherName;
44 new GeneralName(new OtherName("1.2.3.4.5", new byte[] { 1, 2, 0, 1 })); in testGeneralName()
76 OtherName on = in testGeneralName1()
77 new OtherName("1.2.3.4.5", new byte[] { 1, 2, 0, 1 }); in testGeneralName1()
78 byte[] encoding = OtherName.ASN1.encode(on); in testGeneralName1()
80 OtherName.ASN1.decode(encoding); in testGeneralName1()
DCertificateTest.java46 import org.apache.harmony.security.x509.OtherName;
140 new OtherName("1.2.3.4.5", in testCertificate()
/external/chromium_org/base/test/
Dtrace_event_analyzer.cc704 Query match(Query::EventName() == Query::OtherName() && in AssociateBeginEndEvents()
722 Query match(Query::EventName() == Query::OtherName() && in AssociateAsyncBeginEndEvents()
Dtrace_event_analyzer.h292 static Query OtherName() { return Query(OTHER_NAME); } in OtherName() function
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
DX509CertSelectorTest.java68 import org.apache.harmony.security.x509.OtherName;
1378 new GeneralName(new OtherName("1.2.3.4.5", in testSetSubjectAlternativeNames()
1518 new GeneralName(new OtherName("1.2.3.4.5", in testAddSubjectAlternativeName2()