Searched refs:OtherName (Results 1 - 5 of 5) sorted by path

/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java68 import org.apache.harmony.security.x509.OtherName;
1378 new GeneralName(new OtherName("1.2.3.4.5",
1518 new GeneralName(new OtherName("1.2.3.4.5",
1727 new GeneralName(2, "dNS.OtherName.org")
1732 new GeneralName(2, "dNS.OtherName.org")
1884 new GeneralName(2, "dNS.OtherName.org")
1889 new GeneralName(2, "dNS.OtherName.org")
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateTest.java46 import org.apache.harmony.security.x509.OtherName;
140 new OtherName("1.2.3.4.5",
195 // OtherName:
H A 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 }));
76 OtherName on =
77 new OtherName("1.2.3.4.5", new byte[] { 1, 2, 0, 1 });
78 byte[] encoding = OtherName.ASN1.encode(on);
80 OtherName.ASN1.decode(encoding);
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc704 Query match(Query::EventName() == Query::OtherName() &&
722 Query match(Query::EventName() == Query::OtherName() &&
H A Dtrace_event_analyzer.h292 static Query OtherName() { return Query(OTHER_NAME); } function in class:trace_analyzer::Query

Completed in 216 milliseconds