Searched defs:email (Results 1 - 25 of 37) sorted by relevance

12

/external/autotest/client/common_lib/
H A Dmail.py1 import os, email, smtplib namespace
6 Send out a plain old text email. It uses sendmail by default, but
10 from_address: the email address to put in the "From:" field
12 strings to put in the "To:" field of the email
14 strings to put in the "Cc:" field of the email
15 subject: the email subject
16 message_body: the body of the email. there's no special
30 message = email.Message.Message()
H A Dmail_unittest.py4 import mail, email namespace
54 message = email.Message.Message()
/external/boringssl/src/crypto/x509/
H A Dvpm_int.h66 char *email; /* If not NULL email address to match */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c156 if (paramid->email) {
157 OPENSSL_free(paramid->email);
158 paramid->email = NULL;
310 if (test_x509_verify_param_copy_id(email, NULL)) {
311 if (!X509_VERIFY_PARAM_set1_email(dest, id->email, id->emaillen))
479 const char *email, size_t emaillen)
481 return int_x509_param_set1(&param->id->email, &param->id->emaillen,
482 email, emaillen);
478 X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email, size_t emaillen) argument
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/chromeos_login_ext/
H A Dmain.js14 'email': 'test@test.test',
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/
H A Dscript_multi_import.py23 import email namespace
26 import email namespace
/external/llvm/utils/
H A Dwciia.py63 email = line[2:].strip() variable
64 code_owner['email'] = email
/external/protobuf/examples/
H A Dadd_person.cc20 cout << "Enter email address (blank for none): ";
21 string email; local
22 getline(cin, email);
23 if (!email.empty()) {
24 person->set_email(email);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jar ... org/apache/tools/ant/taskdefs/ org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs/email/MimeMailer$SimpleAuthenticator. ...
/external/autotest/client/cros/
H A Dservice_login.js11 gaia.chromeOSLogin.attemptLogin = function(email, password, attemptToken) {
14 'email': email,
31 var email = emailFormElement.value;
35 gaia.chromeOSLogin.attemptLogin(email, passwd, attemptToken);
/external/clang/tools/scan-view/share/
H A DReporter.py26 import email, mimetypes, smtplib namespace
27 from email import encoders
28 from email.message import Message
29 from email.mime.base import MIMEBase
30 from email.mime.multipart import MIMEMultipart
31 from email.mime.text import MIMEText
82 # Lifted from python email module examples.
/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader.cc48 const string& email,
60 email,
74 const string& email,
86 email,
100 const string& email,
112 email_ = email;
189 parameters_["email"] = email_;
43 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword) argument
69 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
95 Init(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
/external/libxml2/example/
H A Dgjobread.c34 xmlChar *email; member in struct:person
69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
84 if (cur->email) printf(" email: %s\n", cur->email);
/external/mockito/src/test/java/org/mockitousage/matchers/
H A DCapturingArgumentsTest.java46 public void email(Integer ... personId) { method in class:CapturingArgumentsTest.BulkEmailService
69 bulkEmailService.email(12);
82 bulkEmailService.email(11, 12);
96 bulkEmailService.email(11, 12, 13);
/external/boringssl/src/crypto/x509v3/
H A Dv3_alt.c136 X509V3_add_value_uchar("email", gen->d.ia5->data, &ret);
200 BIO_printf(out, "email:%s", gen->d.ia5->data);
324 if (!name_cmp(cnf->name, "email") && cnf->value &&
328 } else if (!name_cmp(cnf->name, "email") && cnf->value &&
346 * Copy any email addresses in a certificate or request to GENERAL_NAMES
352 ASN1_IA5STRING *email = NULL; local
368 /* Now add any email address(es) to STACK */
373 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne));
379 if (!email || !(gen = GENERAL_NAME_new())) {
383 gen->d.ia5 = email;
[all...]
H A Dv3name_test.c101 "set emailAddress: email: [postmaster@example.com] does not match [Postmaster@example.com]",
102 "set emailAddress: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
103 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@example.com]",
104 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
118 "set rfc822Name: email: [postmaster@example.com] does not match [Postmaster@example.com]",
119 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@example.com]",
120 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
121 "set rfc822Name: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
280 int email; member in struct:set_name_fn
373 if (fn->email) {
[all...]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dhttparchive_test.py17 import email.utils namespace
451 NOW_SECONDS = calendar.timegm(email.utils.parsedate(NOW_DATE_A))
H A Dhttparchive.py48 import email.utils namespace
167 last_modified = email.utils.parsedate(
188 date = email.utils.parsedate(request.headers.get(header, None))
879 date_tuple = email.utils.parsedate(date_str)
899 return email.utils.formatdate(updated_seconds, usegmt=True)
/external/libpng/contrib/gregbook/
H A Dwritepng.h105 char *email; member in struct:_mainprog_info
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java482 String email = extractNameAsString(((GeneralSubtree)it.next())
487 if (email != null)
489 intersect.add(email);
499 intersectEmail(email, _permitted, intersect);
506 private Set unionEmail(Set excluded, String email) argument
510 if (email == null)
514 excluded.add(email);
526 unionEmail(_excluded, email, union);
748 private void checkPermittedEmail(Set permitted, String email) argument
762 if (emailIsConstrained(email, st
777 checkExcludedEmail(Set excluded, String email) argument
902 emailIsConstrained(String email, String constraint) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java213 String email = extractNameAsString(((GeneralSubtree)it.next())
218 if (email != null)
220 intersect.add(email);
230 intersectEmail(email, _permitted, intersect);
237 private Set unionEmail(Set excluded, String email) argument
241 if (email == null)
245 excluded.add(email);
257 unionEmail(_excluded, email, union);
479 private void checkPermittedEmail(Set permitted, String email) argument
493 if (emailIsConstrained(email, st
508 checkExcludedEmail(Set excluded, String email) argument
635 emailIsConstrained(String email, String constraint) argument
[all...]
/external/toolchain-utils/cros_utils/
H A Dtabulator.py1226 email = GetComplexTable(runs, labels, TablePrinter.EMAIL) variable
1242 email += GetSimpleTable(simple_table, TablePrinter.HTML)
1244 email = "<pre style='font-size: 13px'>%s</pre>" % email
1245 EmailSender().SendEmail(email_to, 'SimpleTableTest', email, msg_type='html')
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h37 char *email; /* emailAddress */ member in struct:x509_name
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h37 char *email; /* emailAddress */ member in struct:x509_name
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h37 char *email; /* emailAddress */ member in struct:x509_name

Completed in 737 milliseconds

12