Home
last modified time | relevance | path

Searched refs:emails (Results 1 – 25 of 37) 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/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 send 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/java/org/unicode/cldr/tool/
DVettingAdder.java303 Set<String> emails = new LinkedHashSet<String>(); in showConflicts() local
310 showSet(emails); in showConflicts()
328 emails.add(pieces[2]); in showConflicts()
339 showSet(emails); in showConflicts()
345 private void showSet(Set<String> emails) { in showSet() argument
346 if (emails.size() == 0) return; in showSet()
348 for (Iterator<String> it = emails.iterator(); it.hasNext();) { in showSet()
352 emails.clear(); in showSet()
/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/boringssl/src/crypto/x509/
Dmake_many_constraints.go136 emails int
160 for i := 0; i < leaf.emails; i++ {
/external/autotest/server/cros/dynamic_suite/
Dreporting_utils.py114 emails = value if isinstance(value, list) else [value]
115 for email in emails:
/external/syzkaller/pkg/email/
Dparser_test.go109 emails := []string{
113 for _, email := range emails {
276 To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller+unsubs…
293 To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller+unsubs…
/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/droiddriver/
Dcontributing_aosp.md45 The '<>' above are literal. The emails must have been registered with Gerrit. You can also use the …
/external/curl/docs/
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/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeOfConduct.rst29 your communication and conduct in these spaces, including emails, chats, things
/external/llvm/docs/
DCodeOfConduct.rst29 your communication and conduct in these spaces, including emails, chats, things
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java208 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument
211 for (Iterator it = emails.iterator(); it.hasNext();) in intersectEmail()
DRFC3280CertPathUtilities.java1229 RDN[] emails = X500Name.getInstance(dns).getRDNs(BCStyle.EmailAddress); in processCertBC() local
1230 for (int eI = 0; eI != emails.length; eI++) in processCertBC()
1233 String email = ((ASN1String)emails[eI].getFirst().getValue()).getString(); in processCertBC()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java212 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument
215 for (Iterator it = emails.iterator(); it.hasNext();) in intersectEmail()
DRFC3280CertPathUtilities.java1230 RDN[] emails = X500Name.getInstance(dns).getRDNs(BCStyle.EmailAddress); in processCertBC() local
1231 for (int eI = 0; eI != emails.length; eI++) in processCertBC()
1234 String email = ((ASN1String)emails[eI].getFirst().getValue()).getString(); in processCertBC()
/external/mesa3d/scripts/
Dget_reviewer.pl1276 my (@emails) = @_;
1278 foreach my $email (@emails) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java548 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument
551 for (Iterator it = emails.iterator(); it.hasNext(); ) in intersectEmail()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java552 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument
555 for (Iterator it = emails.iterator(); it.hasNext(); ) in intersectEmail()
/external/u-boot/scripts/
Dget_maintainer.pl1492 my (@emails) = @_;
1494 foreach my $email (@emails) {
/external/iperf3/docs/
Ddev.rst183 The signed announcement will be sent out in a subsequent emails,
/external/syzkaller/dashboard/app/
Demail_test.go106 To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller+unsubs…

12