/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mailbox.py | 6 import email 7 import email.message 28 self.assertIsInstance(msg, email.message.Message) 36 self.assertIsInstance(part, email.message.Message) 69 keys.append(self._box.add(email.message_from_string(_sample_message))) 448 for input in (email.message_from_string(_sample_message), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | 6 import email 7 import email.message 28 self.assertIsInstance(msg, email.message.Message) 36 self.assertIsInstance(part, email.message.Message) 69 keys.append(self._box.add(email.message_from_string(_sample_message))) 448 for input in (email.message_from_string(_sample_message), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | 6 import email 7 import email.message 28 self.assertIsInstance(msg, email.message.Message) 36 self.assertIsInstance(part, email.message.Message) 69 keys.append(self._box.add(email.message_from_string(_sample_message))) 448 for input in (email.message_from_string(_sample_message), [all...] |
/external/autotest/client/site_tests/power_LoadTest/extension/ |
urls.js | 49 name: 'email',
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
httparchive_test.py | 17 import email.utils 451 NOW_SECONDS = calendar.timegm(email.utils.parsedate(NOW_DATE_A))
|
/external/libnl/doc/stylesheets/ |
xhtml11.css | 84 span#email {
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ValidateNotificationPeople.java | 348 private LookupResult resolveEmailContact(Context context, final String email) { 350 ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI, 351 Uri.encode(email));
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
ContentCache.java | 17 package com.android.email.provider; 28 import com.android.email.DebugUtils;
|
AttachmentProvider.java | 17 package com.android.email.provider; 50 * A simple ContentProvider that allows file access to Email's attachments. 64 * /data/data/com.android.email/databases/10.db_att/20 65 * /data/data/com.android.email/cache/thmb_10_20
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 258 contact.email = self.safe_attr(jcontact, 'e') 360 'email': 'e',
|
/development/tools/labpretest/ |
labpretest.sh | 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
register.py | 126 3. set the password to a random string and email the user.
146 3. have the server generate a new password for you (and email it to you), or
194 data['name'] = data['password'] = data['email'] = ''
207 while not data['email']:
208 data['email'] = raw_input(' EMail: ')
213 log.info('You will receive an email shortly.')
218 data['email'] = ''
219 while not data['email']:
220 data['email'] = raw_input('Your email address: ') [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
generator.py | 2 # Contact: email-sig@python.org
15 from email.header import Header
|
/external/bison/build-aux/ |
gendocs.sh | 75 --email ADR use ADR as contact in generated web pages. 83 Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\" 89 $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\" 95 Please do use the --email ADDRESS option to specify your bug-reporting 127 Email bug reports or enhancement requests to bug-texinfo@gnu.org. 132 EMAIL=webmasters@gnu.org # please override with --email 142 --email) shift; EMAIL=$1;; 403 -e "s!%%EMAIL%%!$EMAIL!g" [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventHelper.java | 587 Log.v(TAG, "Dropping invalid attendee email address: " + address.getAddress()); [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTest.java | 17 package com.android.email; 75 * Test the conversion of plain ASCII (not MIME-encoded) email addresses. 78 // create plain ASCII email addresses 92 // make a message with the email addresses 105 // verify that we will store the email addresses in decoded form 114 * Test the conversion of MIME-encoded non-ASCII email addresses. 120 // create the email address in encoded form 134 // make a message with the email addresses 147 // verify that we will store the email addresses in decoded form
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GlobalSearchSupportTest.java | 78 loadTestPhoto()).email("foo@acme.com").build();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
register.py | 125 3. set the password to a random string and email the user. 145 3. have the server generate a new password for you (and email it to you), or 193 data['name'] = data['password'] = data['email'] = '' 206 while not data['email']: 207 data['email'] = raw_input(' EMail: ') 212 log.info('You will receive an email shortly.') 217 data['email'] = '' 218 while not data['email']: 219 data['email'] = raw_input('Your email address: ' [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
generator.py | 2 # Contact: email-sig@python.org 15 from email.header import Header
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
register.py | 125 3. set the password to a random string and email the user. 145 3. have the server generate a new password for you (and email it to you), or 193 data['name'] = data['password'] = data['email'] = '' 206 while not data['email']: 207 data['email'] = raw_input(' EMail: ') 212 log.info('You will receive an email shortly.') 217 data['email'] = '' 218 while not data['email']: 219 data['email'] = raw_input('Your email address: ' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
generator.py | 2 # Contact: email-sig@python.org 15 from email.header import Header
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 125 3. set the password to a random string and email the user. 145 3. have the server generate a new password for you (and email it to you), or 193 data['name'] = data['password'] = data['email'] = '' 206 while not data['email']: 207 data['email'] = raw_input(' EMail: ') 212 log.info('You will receive an email shortly.') 217 data['email'] = '' 218 while not data['email']: 219 data['email'] = raw_input('Your email address: ' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 2 # Contact: email-sig@python.org 15 from email.header import Header
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 125 3. set the password to a random string and email the user. 145 3. have the server generate a new password for you (and email it to you), or 193 data['name'] = data['password'] = data['email'] = '' 206 while not data['email']: 207 data['email'] = raw_input(' EMail: ') 212 log.info('You will receive an email shortly.') 217 data['email'] = '' 218 while not data['email']: 219 data['email'] = raw_input('Your email address: ' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 2 # Contact: email-sig@python.org 15 from email.header import Header
|