Home
last modified time | relevance | path

Searched refs:emails (Results 1 – 25 of 47) sorted by relevance

12

/external/python/cpython3/Tools/scripts/
Dmailerdaemon.py105 emails = []
119 emails.append(res.group('email'))
124 emails.append(res.group('email'))
130 if not emails:
138 for i in range(len(emails)-1,-1,-1):
139 email = emails[i]
144 del emails[i]
150 for email in emails:
/external/python/cpython2/Tools/scripts/
Dmailerdaemon.py100 emails = []
114 emails.append(res.group('email'))
119 emails.append(res.group('email'))
125 if not emails:
133 for i in range(len(emails)-1,-1,-1):
134 email = emails[i]
139 del emails[i]
145 for email in emails:
/external/zstd/tests/
Dautomated_benchmarking.py260 def main(filenames, levels, iterations, builds=None, emails=None, continuous=False, frequency=DEFAU… argument
275 if emails != None:
280 body, emails
283 print("Emails sent to {}".format(emails))
306 emails = args.emails variable
326 …main(filenames, levels, iterations, None, emails, True, frequency=frequency, dictionary_filename=d…
DDEPRECATED-test-zstd-speed.py79 def send_email(emails, topic, text, have_mutt, have_mail): argument
85 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
87 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
101 execute('mutt -s "' + email_topic + '" ' + args.emails + ' -a ' + results_files
104 execute('mail -s "' + email_topic + '" ' + args.emails + ' < ' + logFileName)
311 print("emails=%s" % args.emails)
340 …send_email(args.emails, '[%s:%s] test-zstd-speed.py %s has been started' % (email_header, pid, scr…
373 send_email(args.emails, email_topic, stack, have_mutt, have_mail)
377 …send_email(args.emails, '[%s:%s] test-zstd-speed.py %s has been stopped' % (email_header, pid, scr…
DREADME.md41 [--emails EMAILS] [--frequency FREQUENCY]
51 --emails EMAILS email addresses of people who will be alerted upon
73 … than `lowerLimit` the warning e-mail is send to recipients from the list (the `emails` parameter).
89 nohup ./test-zstd-speed.py testFileNames emails &
96 emails list of e-mail addresses to send warnings
/external/lz4/tests/
Dtest-lz4-speed.py76 def send_email(emails, topic, text, have_mutt, have_mail): argument
82 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
84 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
98 execute('mutt -s "' + email_topic + '" ' + args.emails + ' -a ' + results_files
101 execute('mail -s "' + email_topic + '" ' + args.emails + ' < ' + logFileName)
285 print("emails=%s" % args.emails)
313 …send_email(args.emails, '[%s:%s] test-lz4-speed.py %s has been started' % (email_header, pid, scri…
346 send_email(args.emails, email_topic, stack, have_mutt, have_mail)
350 …send_email(args.emails, '[%s:%s] test-lz4-speed.py %s has been stopped' % (email_header, pid, scri…
DREADME.md28 … than `lowerLimit` the warning e-mail is sent to recipients from the list (the `emails` parameter).
44 nohup ./test-lz4-speed.py testFileNames emails &
51 emails list of e-mail addresses to send warnings
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DVettingAdder.java306 Set<String> emails = new LinkedHashSet<>(); in showConflicts() local
313 showSet(emails); in showConflicts()
331 emails.add(pieces[2]); in showConflicts()
342 showSet(emails); in showConflicts()
348 private void showSet(Set<String> emails) { in showSet() argument
349 if (emails.size() == 0) return; in showSet()
351 for (Iterator<String> it = emails.iterator(); it.hasNext();) { in showSet()
355 emails.clear(); in showSet()
/external/curl/docs/
DFEATURES.md150 - send emails
168 - list emails
169 - retrieve emails
187 - fetch emails with support for specifying the UID and SECTION
188 - upload emails via the append command
DNEW-PROTOCOL.md42 such, like we can view reading emails over POP3 as a download and sending
43 emails over SMTP as an upload.
DMAIL-ETIQUETTE18 1.9 Your emails are public
166 1.9 Your emails are public
177 When sending emails to a curl mailing list, do not include sensitive
/external/mockito/src/test/java/org/mockitousage/stubbing/
DCloningParameterTest.java46 List<?> emails = emailSender.getAllEmails(new Person("Wes")); in shouldReturnDefaultValueWithCloningAnswer() local
49 assertNotNull(emails); in shouldReturnDefaultValueWithCloningAnswer()
/external/cronet/third_party/boringssl/src/crypto/x509/test/
Dmake_many_constraints.go138 emails int
162 for i := 0; i < leaf.emails; i++ {
/external/boringssl/src/crypto/x509/test/
Dmake_many_constraints.go138 emails int
162 for i := 0; i < leaf.emails; i++ {
/external/autotest/server/cros/dynamic_suite/
Dreporting_utils.py120 emails = value if isinstance(value, list) else [value]
121 for email in emails:
/external/libwebsockets/minimal-examples/api-tests/
DREADME.md11 api-test-smtp_client|SMTP client for sending emails
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/.github/ISSUE_TEMPLATE/
Dquestion.md43 emails).
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/.github/ISSUE_TEMPLATE/
Dquestion.md43 emails).
Dbug.md44 emails).
/external/iptables/extensions/
Dlibxt_TCPMSS.man17 Small mail works fine, but large emails hang.
/external/libcups/cups/
Dutf8demo.txt11 Using Unicode/UTF-8, you can write in emails and source code things such as
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/resources/
Dutf8_sample.txt10 Using Unicode/UTF-8, you can write in emails and source code things such as
/external/arm-trusted-firmware/docs/process/
Dsecurity.rst14 can receive notification emails for these by watching the "Trusted Firmware-A"
/external/python/cryptography/docs/
Dsecurity.rst62 further follow-up emails.
/external/angle/infra/
DANGLEWrangling.md143 …n-critical emails by a filter: “`from:(*-autoroll (Gerrit))`”. This improves the signal to noise …

12