/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | HandshakeCompletedEventTest.java | 87 SSLSession ses = new MySSLSession(); in testGetCipherSuite() local 89 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetCipherSuite() 91 assertEquals(event.getCipherSuite(), ses.getCipherSuite()); in testGetCipherSuite() 98 SSLSession ses = new MySSLSession(); in testGetLocalCertificates() local 99 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetLocalCertificates() 102 Certificate[] ses_certs = ses.getLocalCertificates(); in testGetLocalCertificates() 120 SSLSession ses = new MySSLSession(); in testGetPeerCertificates() local 121 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetPeerCertificates() 133 SSLSession ses = new MySSLSession(); in testGetPeerCertificateChain() local 134 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetPeerCertificateChain() [all …]
|
D | SSLSessionBindingEventTest.java | 38 SSLSession ses = new MySSLSession(); in testSSLSessionBindingEvent() local 39 SSLSessionBindingEvent event = new SSLSessionBindingEvent(ses, "test"); in testSSLSessionBindingEvent() 42 assertEquals(ses, event.getSession()); in testSSLSessionBindingEvent()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ses/ |
D | test_connection.py | 3 from boto.ses.connection import SESConnection 4 from boto.ses import exceptions 8 ses = True variable in SESConnectionTest 11 self.ses = SESConnection() 14 response = self.ses.get_identity_dkim_attributes(['example.com']) 28 self.ses.set_identity_dkim_enabled('example.com', True) 34 self.ses.verify_domain_dkim('example.com')
|
D | test_cert_verification.py | 31 import boto.ses 35 ses = True variable in SESCertVerificationTest 36 regions = boto.ses.regions()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSessionContextImplTest.java | 51 SSLSession ses = context.getSession(ses1.getId()); in testSSLSessionContextImpl() local 52 assertSame(ses1, ses); in testSSLSessionContextImpl() 54 ses = context.getSession(ses3.getId()); in testSSLSessionContextImpl() 55 assertSame(ses3, ses); in testSSLSessionContextImpl()
|
D | HandshakeProtocolTest.java | 104 SSLSessionImpl ses = new SSLSessionImpl(sr); in testcomputerVerifyDataTLS() local 105 hs_protocol.session = ses; in testcomputerVerifyDataTLS() 107 assertSame(hs_protocol.getSession(), ses); in testcomputerVerifyDataTLS() local 148 SSLSessionImpl ses = new SSLSessionImpl(sr); in testComputerReferenceVerifyDataSSLv3() local 149 hs_protocol.session = ses; in testComputerReferenceVerifyDataSSLv3() 151 assertSame(hs_protocol.getSession(), ses); in testComputerReferenceVerifyDataSSLv3() local
|
/external/tcpdump/tests/ |
D | pppoes.out | 1 PPPoE [ses 0x17] LCP, Echo-Request (0x09), id 106, length 14 2 PPPoE [ses 0x3b] LCP, Echo-Request (0x09), id 103, length 14
|
D | pppoes_id.out | 1 PPPoE [ses 0x3b] LCP, Echo-Request (0x09), id 103, length 14
|
/external/icu/icu4c/source/data/lang/ |
D | ses.txt | 6 // * Source File: <path>/common/main/ses.xml 9 ses{ 44 ses{"Koyraboro senni"}
|
D | mzn.txt | 194 ses{"کویرابورا سنی"}
|
D | lrc.txt | 193 ses{"کیارابورو سئنی"}
|
/external/icu/icu4c/source/data/zone/ |
D | ses.txt | 6 // * Source File: <path>/common/main/ses.xml 9 ses{
|
/external/icu/icu4c/source/data/unit/ |
D | ses.txt | 6 // * Source File: <path>/common/main/ses.xml 9 ses{
|
/external/icu/icu4c/source/data/curr/ |
D | ses.txt | 6 // * Source File: <path>/common/main/ses.xml 9 ses{
|
D | bm.txt | 165 "sesɛli Rupi",
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 174 int i, ses; in PPPOEConnectDevice() local 176 &ses, &mac[0], &mac[1], &mac[2], in PPPOEConnectDevice() 180 conn->session = htons(ses); in PPPOEConnectDevice()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/ |
D | __init__.py | 23 from boto.ses.connection import SESConnection
|
/external/icu/icu4c/source/data/locales/ |
D | kea.txt | 372 "ses", 410 "ses", 749 "-1"{"ses. pasadu"} 750 "0"{"es ses. li"} 751 "1"{"prósimu ses."} 756 "-1"{"ses. pasadu"} 757 "0"{"es ses. li"} 758 "1"{"prósimu ses."}
|
D | ses.txt | 6 // * Source File: <path>/common/main/ses.xml 9 ses{
|
/external/icu/icu4c/source/data/rbnf/ |
D | eo.txt | 26 "6: ses;",
|
D | af.txt | 44 "6: ses;",
|
/external/icu/icu4c/source/data/region/ |
D | ses.txt | 6 // * Source File: <path>/common/main/ses.xml 9 ses{
|
D | pt_PT.txt | 50 NL{"Países Baixos"}
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | french.txt | 8 …on Européenne a besoin de plusieurs systèmes de codage pour couvrir toutes ses langues d'usage. Mê… 18 …l'information. Le consortium est financé uniquement par les cotisations de ses membres. L'adhésion…
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ses/ |
D | test_identity.py | 27 from boto.ses.connection import SESConnection
|