Home
last modified time | relevance | path

Searched full:email (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dfind_modules.py71 "email.base64MIME": Alias("email.base64mime"),
72 "email.Charset": Alias("email.charset"),
73 "email.Encoders": Alias("email.encoders"),
74 "email.Errors": Alias("email.errors"),
75 "email.Feedparser": Alias("email.feedParser"),
76 "email.Generator": Alias("email.generator"),
77 "email.Header": Alias("email.header"),
78 "email.Iterators": Alias("email.iterators"),
79 "email.Message": Alias("email.message"),
80 "email.Parser": Alias("email.parser"),
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-javamail.jar ... org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs ...
/external/autotest/client/common_lib/
Dmail.py1 import os, email, smtplib
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()
/external/libxml2/test/relaxng/
Dtutor3_5_1.xml2 <card name="John Smith" email="js@example.com"/>
3 <card email="js@example.com" name="John Smith"/>
4 <card email="js@example.com"><name>John Smith</name></card>
5 <card name="John Smith"><email>js@example.com</email></card>
6 <card><name>John Smith</name><email>js@example.com</email></card>
/external/toolchain-utils/cros_utils/
Demail_sender.py4 """Utilities to send email either through SMTP or SendGMR."""
8 from email import encoders as Encoders
9 from email.mime.base import MIMEBase
10 from email.mime.multipart import MIMEMultipart
11 from email.mime.text import MIMEText
20 """Utility class to send email through SMTP or SendGMR."""
38 """Choose appropriate email method and call it."""
48 """Send email via standard smtp mail."""
49 # Email summary to the current user.
85 """Send email via sendgmr program."""
/external/autotest/site_utils/
Dgmail_lib.py25 from email.mime.text import MIMEText
64 """An email message."""
105 'could not send email.')
111 """Send an email message.
120 logging.debug('Email sent: %s' , message['id'])
123 logging.error('Failed to send email: %s', error)
129 """Send email.
132 @param subject: Subject of the email.
141 logging.error('Failed to send email to %s: Credential file does not'
143 'install it. If you need to be able to send email, '
[all …]
/external/autotest/client/site_tests/telemetry_LoginTest/
Dtelemetry_LoginTest.py26 email = login_status['email']
29 return (is_regular_user, email)
41 (is_regular_user, email) = self._get_login_status(cr)
44 if email != cr.username:
45 raise error.TestFail('user email mismatch %s' % email)
/external/libphonenumber/
Dpom.xml48 <email>jia.shao.peng@gmail.com</email>
58 <email>lararennie@google.com</email>
69 <email>tronikos@gmail.com</email>
72 <name>g1smd.email</name>
73 <email>g1smd.email@gmail.com</email>
77 <email>philip.liard@gmail.com</email>
/external/googletest/googlemock/scripts/
Dupload.py66 """Prompts the user for their email address and returns it.
68 The last used email address is saved to a file and offered up as a suggestion
70 used email address is used. If the user enters a new address, it is saved
84 email = raw_input(prompt + ": ").strip()
85 if email:
88 last_email_file.write(email)
93 email = last_email
94 return email
134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password): argument
[all …]
/external/v8/testing/gmock/scripts/
Dupload.py66 """Prompts the user for their email address and returns it.
68 The last used email address is saved to a file and offered up as a suggestion
70 used email address is used. If the user enters a new address, it is saved
84 email = raw_input(prompt + ": ").strip()
85 if email:
88 last_email_file.write(email)
93 email = last_email
94 return email
134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password): argument
[all …]
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py66 """Prompts the user for their email address and returns it.
68 The last used email address is saved to a file and offered up as a suggestion
70 used email address is used. If the user enters a new address, it is saved
84 email = raw_input(prompt + ": ").strip()
85 if email:
88 last_email_file.write(email)
93 email = last_email
94 return email
134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password): argument
[all …]
/external/googletest/googletest/scripts/
Dupload.py66 """Prompts the user for their email address and returns it.
68 The last used email address is saved to a file and offered up as a suggestion
70 used email address is used. If the user enters a new address, it is saved
84 email = raw_input(prompt + ": ").strip()
85 if email:
88 last_email_file.write(email)
93 email = last_email
94 return email
134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password): argument
[all …]
/external/google-breakpad/src/testing/scripts/
Dupload.py66 """Prompts the user for their email address and returns it.
68 The last used email address is saved to a file and offered up as a suggestion
70 used email address is used. If the user enters a new address, it is saved
84 email = raw_input(prompt + ": ").strip()
85 if email:
88 last_email_file.write(email)
93 email = last_email
94 return email
134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password): argument
[all …]
/external/v8/testing/gtest/scripts/
Dupload.py66 """Prompts the user for their email address and returns it.
68 The last used email address is saved to a file and offered up as a suggestion
70 used email address is used. If the user enters a new address, it is saved
84 email = raw_input(prompt + ": ").strip()
85 if email:
88 last_email_file.write(email)
93 email = last_email
94 return email
134 (email, password) tuple when called. Will be called if authentication
172 def _GetAuthToken(self, email, password): argument
[all …]
/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs38 …Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "Name", "Id", "Email", "Phones" }, null… in AddressbookReflection()
102 /// <summary>Field number for the "email" field.</summary>
105 public string Email { property in Google.Protobuf.Examples.AddressBook.Person
134 if (Email != other.Email) return false; in Equals()
143 if (Email.Length != 0) hash ^= Email.GetHashCode(); in GetHashCode()
161 if (Email.Length != 0) { in WriteTo()
163 output.WriteString(Email); in WriteTo()
176 if (Email.Length != 0) { in CalculateSize()
177 size += 1 + pb::CodedOutputStream.ComputeStringSize(Email); in CalculateSize()
193 if (other.Email.Length != 0) { in MergeFrom()
[all …]
/external/toolchain-utils/crosperf/
Dsettings_unittest.py137 'email',
140 'list of email addresses to send '
141 'email to.'))
146 global_settings.SetField('email', 'john.doe@google.com', append=True)
147 global_settings.SetField('email', 'jane.smith@google.com', append=True)
149 res = self.settings.GetField('email')
153 res = self.settings.GetField('email')
174 'email',
177 'list of email addresses to '
178 'send email to.'))
/external/toolchain-utils/deprecated/
Dsheriff_rotation.py7 appropriately and sends out email notifying the team.
74 def Email(self): member in SheriffHandler
89 '--email',
90 dest='email',
92 help='Email the sheriff.')
114 if options.email:
115 sheriff_handler.Email()
/external/e2fsprogs/
DSHLIBS4 Email: tytso@mit.edu
11 Email: tytso@mit.edu
18 Email: tytso@mit.edu
25 Email: tytso@mit.edu
32 Email: tytso@mit.edu
/external/curl/tests/
Dtestcurl.154 .IP "--email=[email]"
55 Set email address to report as. Displayed in the build logs on the site.
75 \fI--name\fP, \fI--email\fP, \fI--configure\fP and \fI--desc\fP instead.
114 email="--email=iamme@nowhere"
116 testprog="perl ./curl/tests/testcurl.pl $name $email $desc"
/external/autotest/client/cros/
Dservice_login.js11 gaia.chromeOSLogin.attemptLogin = function(email, password, attemptToken) { argument
14 'email': email, property
31 var email = emailFormElement.value;
35 gaia.chromeOSLogin.attemptLogin(email, passwd, attemptToken);
/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc48 const string& email, in GoogleCrashdumpUploader() argument
60 email, in GoogleCrashdumpUploader()
74 const string& email, in GoogleCrashdumpUploader() argument
86 email, in GoogleCrashdumpUploader()
100 const string& email, in Init() argument
112 email_ = email; in Init()
189 parameters_["email"] = email_; in Upload()
/external/skia/tools/lua/
Dtrigger_ct_lua54 parser.add_argument('--email',
55 help=('Email address to send results. If not specified, '
56 'the value of `git config user.email` is used.'))
64 # If the user provided their email address, use that. Otherwise obtain it
66 user = args.email
68 user = subprocess.check_output(['git', 'config', 'user.email']).rstrip()
/external/protobuf/examples/
Dadd_person.py13 email = raw_input("Enter email address (blank for none): ")
14 if email != "":
15 person.email = email
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java273 temp += "Email:\n"; in toString()
299 temp += "Email:\n"; in toString()
482 String email = extractNameAsString(((GeneralSubtree)it.next()) in intersectEmail() local
487 if (email != null) in intersectEmail()
489 intersect.add(email); in intersectEmail()
499 intersectEmail(email, _permitted, intersect); in intersectEmail()
506 private Set unionEmail(Set excluded, String email) in unionEmail() argument
510 if (email == null) in unionEmail()
514 excluded.add(email); in unionEmail()
526 unionEmail(_excluded, email, union); in unionEmail()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java213 String email = extractNameAsString(((GeneralSubtree)it.next()) in intersectEmail() local
218 if (email != null) in intersectEmail()
220 intersect.add(email); in intersectEmail()
230 intersectEmail(email, _permitted, intersect); in intersectEmail()
237 private Set unionEmail(Set excluded, String email) in unionEmail() argument
241 if (email == null) in unionEmail()
245 excluded.add(email); in unionEmail()
257 unionEmail(_excluded, email, union); in unionEmail()
479 private void checkPermittedEmail(Set permitted, String email) in checkPermittedEmail() argument
493 if (emailIsConstrained(email, str)) in checkPermittedEmail()
[all …]

12345678910>>...48