/external/python/cpython3/Tools/scripts/ |
D | mailerdaemon.py | 105 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/ |
D | mailerdaemon.py | 100 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/ |
D | test-lz4-speed.py | 76 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…
|
D | README.md | 28 … 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/ |
D | VettingAdder.java | 303 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/ |
D | CloningParameterTest.java | 46 List<?> emails = emailSender.getAllEmails(new Person("Wes")); in shouldReturnDefaultValueWithCloningAnswer() local 49 assertNotNull(emails); in shouldReturnDefaultValueWithCloningAnswer()
|
/external/boringssl/src/crypto/x509/ |
D | make_many_constraints.go | 136 emails int 160 for i := 0; i < leaf.emails; i++ {
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 114 emails = value if isinstance(value, list) else [value] 115 for email in emails:
|
/external/syzkaller/pkg/email/ |
D | parser_test.go | 109 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/ |
D | libxt_TCPMSS.man | 17 Small mail works fine, but large emails hang.
|
/external/libcups/cups/ |
D | utf8demo.txt | 11 Using Unicode/UTF-8, you can write in emails and source code things such as
|
/external/droiddriver/ |
D | contributing_aosp.md | 45 The '<>' above are literal. The emails must have been registered with Gerrit. You can also use the …
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 18 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/ |
D | CodeOfConduct.rst | 29 your communication and conduct in these spaces, including emails, chats, things
|
/external/llvm/docs/ |
D | CodeOfConduct.rst | 29 your communication and conduct in these spaces, including emails, chats, things
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 208 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument 211 for (Iterator it = emails.iterator(); it.hasNext();) in intersectEmail()
|
D | RFC3280CertPathUtilities.java | 1229 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/ |
D | PKIXNameConstraintValidator.java | 212 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument 215 for (Iterator it = emails.iterator(); it.hasNext();) in intersectEmail()
|
D | RFC3280CertPathUtilities.java | 1230 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/ |
D | get_reviewer.pl | 1276 my (@emails) = @_; 1278 foreach my $email (@emails) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 548 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/ |
D | PKIXNameConstraintValidator.java | 552 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument 555 for (Iterator it = emails.iterator(); it.hasNext(); ) in intersectEmail()
|
/external/u-boot/scripts/ |
D | get_maintainer.pl | 1492 my (@emails) = @_; 1494 foreach my $email (@emails) {
|
/external/iperf3/docs/ |
D | dev.rst | 183 The signed announcement will be sent out in a subsequent emails,
|
/external/syzkaller/dashboard/app/ |
D | email_test.go | 106 To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller+unsubs…
|