HomeSort by relevance Sort by last modified time
    Searched refs:ses (Results 1 - 22 of 22) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ses/
test_cert_verification.py 31 import boto.ses namespace
35 ses = True variable in class:SESCertVerificationTest
36 regions = boto.ses.regions()
test_connection.py 3 from boto.ses.connection import SESConnection
4 from boto.ses import exceptions
8 ses = True variable in class: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')
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionBindingEventTest.java 38 SSLSession ses = new MySSLSession(); local
41 SSLSessionBindingEvent event = new SSLSessionBindingEvent(ses, "test");
45 if (!event.getSession().equals(ses)) {
60 SSLSessionBindingEvent event = new SSLSessionBindingEvent(ses, null);
70 SSLSession ses = new MySSLSession(); local
71 SSLSessionBindingEvent event = new SSLSessionBindingEvent(ses, "test");
73 event = new SSLSessionBindingEvent(ses, null);
81 SSLSession ses = new MySSLSession(); local
82 SSLSessionBindingEvent event = new SSLSessionBindingEvent(ses, "test");
83 assertEquals("Incorrect session", ses, event.getSession())
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 87 SSLSession ses = new MySSLSession(); local
89 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses);
91 assertEquals(event.getCipherSuite(), ses.getCipherSuite());
98 SSLSession ses = new MySSLSession(); local
99 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses);
102 Certificate[] ses_certs = ses.getLocalCertificates();
120 SSLSession ses = new MySSLSession(); local
121 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses);
133 SSLSession ses = new MySSLSession(); local
134 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses);
146 SSLSession ses = new MySSLSession(); local
    [all...]
SSLSessionBindingEventTest.java 38 SSLSession ses = new MySSLSession(); local
39 SSLSessionBindingEvent event = new SSLSessionBindingEvent(ses, "test");
42 assertEquals(ses, event.getSession());
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionContextImplTest.java 51 SSLSession ses = context.getSession(ses1.getId()); local
52 assertSame(ses1, ses);
54 ses = context.getSession(ses3.getId());
55 assertSame(ses3, ses);
HandshakeProtocolTest.java 104 SSLSessionImpl ses = new SSLSessionImpl(sr); local
105 hs_protocol.session = ses;
107 assertSame(hs_protocol.getSession(), ses); local
148 SSLSessionImpl ses = new SSLSessionImpl(sr); local
149 hs_protocol.session = ses;
151 assertSame(hs_protocol.getSession(), ses); local
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
__init__.py 23 from boto.ses.connection import SESConnection
29 Get all available regions for the SES service.
34 return get_regions('ses', connection_cls=SESConnection)
40 :class:`boto.ses.connection.SESConnection`.
45 :rtype: :class:`boto.ses.connection.SESConnection` or ``None``
connection.py 31 from boto.ses import exceptions as ses_exceptions
60 return ['ses']
80 """Make a call to the SES API.
300 - MIME content types must be among those supported by Amazon SES.
301 Refer to the Amazon SES Developer Guide for more details.
392 by Amazon SES. To complete the DKIM verification process, these tokens
396 After the tokens are added to the domain's DNS, Amazon SES will be able
399 action. For more information about Easy DKIM, go to the `Amazon SES
401 <http://docs.amazonwebservices.com/ses/latest/DeveloperGuide>`_.
416 then Amazon SES will DKIM-sign all email sent by addresses under tha
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ses/
test_identity.py 27 from boto.ses.connection import SESConnection
38 xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
110 xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
156 xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 174 int i, ses; local
176 &ses, &mac[0], &mac[1], &mac[2],
180 conn->session = htons(ses);
  /toolchain/binutils/binutils-2.25/include/opcode/
avr.h 160 AVR_INSN (ses, "", "1001010001001000", 1, AVR_ISA_1200, 0x9448)
  /external/icu/icu4c/source/data/lang/
resfiles.mk 107 se_FI.txt seh.txt ses.txt sg.txt shi.txt\
  /external/icu/icu4c/source/data/region/
resfiles.mk 107 se_FI.txt seh.txt ses.txt sg.txt shi.txt\
  /external/icu/icu4c/source/data/unit/
resfiles.mk 106 seh.txt ses.txt sg.txt shi.txt shi_Latn.txt\
  /external/icu/icu4c/source/data/zone/
resfiles.mk 108 se.txt seh.txt ses.txt sg.txt shi.txt\
  /external/icu/icu4c/source/data/curr/
resfiles.mk 116 sbp.txt se.txt se_SE.txt seh.txt ses.txt\
  /external/icu/icu4c/source/data/locales/
resfiles.mk 159 se_NO.txt se_SE.txt seh.txt seh_MZ.txt ses.txt\
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 327 void OnPortReady(cricket::PortAllocatorSession* ses,
332 void OnCandidatesReady(cricket::PortAllocatorSession* ses,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
__init__.py 559 :rtype: :class:`boto.ses.SESConnection`
560 :return: A connection to Amazon's SES
562 from boto.ses import SESConnection
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 5202 milliseconds