Home
last modified time | relevance | path

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

12345678910>>...35

/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/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>
Dtutor3_8_1.xml2 <card><name>foo</name><email>bar</email><prefersHTML/></card>
3 <card><name>foo</name><email>bar</email></card>
Dtutor1_4_1.xml4 <email>js@example.com</email>
8 <email>fb@example.net</email>
Dtutor1_1_1.xml4 <email>js@example.com</email>
8 <email>fb@example.net</email>
Dtutor1_3_1.xml4 <email>js@example.com</email>
8 <email>fb@example.net</email>
Dtutor1_2_1.xml4 <email>js@example.com</email>
8 <email>fb@example.net</email>
Dtutor4_1_1.xml2 <card><name>John Smith</name><email>js@example.com"</email></card>
3 <card><name>John Smith2</name><email>js2@example.com"</email></card>
Dtutor4_2_1.xml2 <card><name>John Smith</name><email>js@example.com"</email></card>
3 <card><name>John Smith2</name><email>js2@example.com"</email></card>
Dtutor2_1_1.xml5 <email>js@example.com</email>
9 <email>fb@example.net</email>
/external/libphonenumber/
Dpom.xml47 <email>jia.shao.peng@gmail.com</email>
57 <email>lararennie@google.com</email>
68 <email>tronikos@gmail.com</email>
71 <name>g1smd.email</name>
72 <email>g1smd.email@gmail.com</email>
76 <email>philip.liard@gmail.com</email>
/external/lldb/utils/test/
Dras.py4 Run the test suite and send the result as an email message.
7 http://docs.python.org/library/email-examples.html.
19 from email import encoders
20 from email.message import Message
21 from email.mime.audio import MIMEAudio
22 from email.mime.base import MIMEBase
23 from email.mime.image import MIMEImage
24 from email.mime.multipart import MIMEMultipart
25 from email.mime.text import MIMEText
50 # This will be used as the subject line of our email about this test.
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dextras_appengine_auth_models_test.py16 email = model.StringProperty() variable in User
150 # Create the unique username, auth_id and email.
168 def create_user(username, auth_id, email): argument
172 unique_email = 'User.email:%s' % email
174 # Create the unique username, auth_id and email.
179 user = User(username=username, auth_id=auth_id, email=email)
190 raise UniqueConstraintViolation('Email %s already '
191 'exists' % 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/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/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/protobuf/examples/
Dadd_person.py13 email = raw_input("Enter email address (blank for none): ")
14 if email != "":
15 person.email = email
Dadd_person.cc20 cout << "Enter email address (blank for none): "; in PromptForAddress()
21 string email; in PromptForAddress() local
22 getline(cin, email); in PromptForAddress()
23 if (!email.empty()) { in PromptForAddress()
24 person->set_email(email); in PromptForAddress()
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/auth/
Dmodels.py30 must be unique across a given group: `username`, `auth_id` and `email`::
35 email = model.StringProperty(required=True)
42 def create_user(cls, username, auth_id, email):
47 'User.email.%s' % email,
50 # Create the unique username, auth_id and email.
55 user = User(username=username, auth_id=auth_id, email=email)
77 For example, for a unique property `email` from kind `User`, the
78 value can be `User.email:me@myself.com`. In this case `User.email`
372 - own:email@example.com
/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/pcre/dist/
DAUTHORS5 Email local part: ph10
6 Email domain: cam.ac.uk
19 Email local part: hzmester
30 Email local part: hzmester
/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 …]
/external/boringssl/src/crypto/x509v3/
Dv3_alt.c130 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret); in STACK_OF()
200 BIO_printf(out, "email:%s",gen->d.ia5->data); in GENERAL_NAME_print()
324 if(!name_cmp(cnf->name, "email") && cnf->value && in v2i_subject_alt()
327 } else if(!name_cmp(cnf->name, "email") && cnf->value && in v2i_subject_alt()
343 /* Copy any email addresses in a certificate or request to
350 ASN1_IA5STRING *email = NULL; in copy_email() local
364 /* Now add any email address(es) to STACK */ in copy_email()
369 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email()
376 if(!email || !(gen = GENERAL_NAME_new())) { in copy_email()
380 gen->d.ia5 = email; in copy_email()
[all …]
Dv3nametest.c92 "set emailAddress: email: [postmaster@example.com] does not match [Postmaster@example.com]",
93 "set emailAddress: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
94 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@example.com]",
95 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
106 "set rfc822Name: email: [postmaster@example.com] does not match [Postmaster@example.com]",
107 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@example.com]",
108 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
109 "set rfc822Name: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
272 int email; member
376 if (fn->email) in run_cert()
[all …]
/external/owasp/sanitizer/tools/findbugs/doc/manual/
Dacknowledgments.html3 …dBugs</span> was originally written by Bill Pugh (<code class="email">&lt;<a class="email" href="m…
4 David Hovemeyer (<code class="email">&lt;<a class="email" href="mailto:daveho@cs.umd.edu">daveho@cs…
5 …ng GUI, and is a co-maintainer.</p><p>Mike Fagan (<code class="email">&lt;<a class="email" href="m…
51 please send email to <code class="email">&lt;<a class="email" href="mailto:findbugs@cs.umd.edu">fin…
105 …<code class="email">&lt;<a class="email" href="mailto:dom4j-info@metastuff.com">dom4j-info@metastu…

12345678910>>...35