/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-replay.hpp | 104 class Subject = rxsub::replay<SourceValue, identity_one_worker>, 105 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 109 …return Result(Multicast(std::forward<Observable>(o), Subject(identity_current_thread(), composite_… in member() 116 class Subject = rxsub::replay<SourceValue, identity_one_worker>, 117 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 121 … return Result(Multicast(std::forward<Observable>(o), Subject(identity_current_thread(), cs))); in member() 129 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>, 130 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 134 …return Result(Multicast(std::forward<Observable>(o), Subject(std::forward<Coordination>(cn), cs))); in member() 142 class Subject = rxsub::replay<SourceValue, identity_one_worker>, [all …]
|
D | rx-publish.hpp | 98 class Subject = rxsub::subject<SourceValue>, 99 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 103 return Result(Multicast(std::forward<Observable>(o), Subject(composite_subscription()))); in member() 110 class Subject = rxsub::subject<SourceValue>, 111 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 115 return Result(Multicast(std::forward<Observable>(o), Subject(cs))); in member() 122 class Subject = rxsub::behavior<SourceValue>, 123 class Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, Subject>, 127 return Result(Multicast(std::forward<Observable>(o), Subject(first, cs))); in member() 146 class Subject = rxsub::synchronize<SourceValue, rxu::decay_t<Coordination>>, [all …]
|
D | rx-multicast.hpp | 35 template<class T, class Observable, class Subject> 39 typedef rxu::decay_t<Subject> subject_type; 102 template<class Observable, class Subject, 106 …s Multicast = rxo::detail::multicast<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Subject>>, 109 static Result member(Observable&& o, Subject&& sub) { in member() 110 return Result(Multicast(std::forward<Observable>(o), std::forward<Subject>(sub))); in member()
|
/external/pcre/dist2/testdata/ |
D | testoutput12-32 | 24 Subject length lower bound = 1 36 Subject length lower bound = 1 48 Subject length lower bound = 1 60 Subject length lower bound = 1 72 Subject length lower bound = 1 84 Subject length lower bound = 1 96 Subject length lower bound = 1 108 Subject length lower bound = 1 120 Subject length lower bound = 1 132 Subject length lower bound = 1 [all …]
|
D | testoutput2 | 52 Subject length lower bound = 0 58 Subject length lower bound = 3 76 Subject length lower bound = 3 91 Subject length lower bound = 3 97 Subject length lower bound = 2 103 Subject length lower bound = 5 108 Subject length lower bound = 2 115 Subject length lower bound = 3 165 Subject length lower bound = 1 171 Subject length lower bound = 1 [all …]
|
D | testoutput12-16 | 24 Subject length lower bound = 1 37 Subject length lower bound = 1 49 Subject length lower bound = 1 61 Subject length lower bound = 1 74 Subject length lower bound = 1 87 Subject length lower bound = 1 100 Subject length lower bound = 1 112 Subject length lower bound = 1 124 Subject length lower bound = 1 136 Subject length lower bound = 1 [all …]
|
D | testoutput10 | 255 Subject length lower bound = 1 268 Subject length lower bound = 1 281 Subject length lower bound = 1 294 Subject length lower bound = 1 307 Subject length lower bound = 1 320 Subject length lower bound = 1 333 Subject length lower bound = 1 346 Subject length lower bound = 1 359 Subject length lower bound = 1 372 Subject length lower bound = 3 [all …]
|
D | testoutput15 | 13 Subject length lower bound = 2 29 Subject length lower bound = 0 124 Subject length lower bound = 3 144 Subject length lower bound = 2 157 Subject length lower bound = 2 167 Subject length lower bound = 2 180 Subject length lower bound = 2 193 Subject length lower bound = 2 203 Subject length lower bound = 2 274 Subject length lower bound = 0 [all …]
|
D | testoutput11-32 | 17 Subject length lower bound = 1 22 Subject length lower bound = 1 224 Subject length lower bound = 3 265 Subject length lower bound = 1 280 Subject length lower bound = 1 288 Subject length lower bound = 1 311 Subject length lower bound = 1 326 Subject length lower bound = 1 334 Subject length lower bound = 1 350 Subject length lower bound = 1 [all …]
|
/external/guice/extensions/testlib/src/com/google/inject/testing/throwingproviders/ |
D | CheckedProviderSubject.java | 6 import com.google.common.truth.Subject; 17 extends Subject<CheckedProviderSubject<T, P>, P> { 20 implements Subject.Factory<CheckedProviderSubject<T, P>, P> { 29 Subject.Factory<CheckedProviderSubject<T, P>, P> checkedProviders() { in checkedProviders() 50 public Subject<?, Object> providedValue() { in providedValue()
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_02.txt | 5 Subject: Ppp digest, Vol 1 #2 - 5 msgs 26 When replying, please edit your Subject line so it is more specific 53 Subject: [Ppp] testing #1 82 Subject: [Ppp] testing #3 97 Subject: [Ppp] testing #4 112 Subject: [Ppp] testing #5
|
D | msg_11.txt | 3 Subject: The enclosing message 5 Subject: An enclosed message
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_02.txt | 5 Subject: Ppp digest, Vol 1 #2 - 5 msgs 26 When replying, please edit your Subject line so it is more specific 53 Subject: [Ppp] testing #1 82 Subject: [Ppp] testing #3 97 Subject: [Ppp] testing #4 112 Subject: [Ppp] testing #5
|
D | msg_11.txt | 3 Subject: The enclosing message 5 Subject: An enclosed message
|
/external/grpc-grpc-java/context/src/test/java/io/grpc/testing/ |
D | DeadlineSubject.java | 26 import com.google.common.truth.Subject; 37 private static final Subject.Factory<DeadlineSubject, Deadline> deadlineFactory = 40 public static Subject.Factory<DeadlineSubject, Deadline> deadline() { in deadline() 124 private static final class Factory implements Subject.Factory<DeadlineSubject, Deadline> {
|
/external/syzkaller/pkg/email/ |
D | parser_test.go | 265 Subject: test subject 284 Subject: "test subject", 304 Subject: test subject 314 Subject: "test subject", 324 Subject: test subject 334 Subject: "test subject", 348 Subject: test subject 359 Subject: "test subject", 373 Subject: test subject 399 Subject: "test subject", [all …]
|
/external/python/httplib2/python3/httplib2/ |
D | cacerts.txt | 2 # Subject: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc. 25 # Subject: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division 52 # Subject: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division 79 # Subject: O=Equifax OU=Equifax Secure Certificate Authority 106 # Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority - G2/(c) 1998 VeriSig… 133 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 162 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 192 # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 1 Policy Validation Autho… 218 # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 2 Policy Validation Autho… 244 # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 3 Policy Validation Autho… [all …]
|
/external/python/httplib2/python2/httplib2/ |
D | cacerts.txt | 2 # Subject: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc. 25 # Subject: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division 52 # Subject: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division 79 # Subject: O=Equifax OU=Equifax Secure Certificate Authority 106 # Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority - G2/(c) 1998 VeriSig… 133 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 162 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 192 # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 1 Policy Validation Autho… 218 # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 2 Policy Validation Autho… 244 # Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 3 Policy Validation Autho… [all …]
|
/external/grpc-grpc/src/android/test/interop/app/src/main/assets/ |
D | roots.pem | 6 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 35 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 65 # Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=Veri… 97 # Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 … 130 # Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust 159 # Subject: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network 192 # Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorp… 227 # Subject: CN=GeoTrust Global CA O=GeoTrust Inc. 255 # Subject: CN=GeoTrust Universal CA O=GeoTrust Inc. 294 # Subject: CN=GeoTrust Universal CA 2 O=GeoTrust Inc. [all …]
|
/external/grpc-grpc/etc/ |
D | roots.pem | 6 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 35 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 65 # Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=Veri… 97 # Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 … 130 # Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust 159 # Subject: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network 192 # Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorp… 227 # Subject: CN=GeoTrust Global CA O=GeoTrust Inc. 255 # Subject: CN=GeoTrust Universal CA O=GeoTrust Inc. 294 # Subject: CN=GeoTrust Universal CA 2 O=GeoTrust Inc. [all …]
|
/external/syzkaller/dashboard/app/ |
D | email_test.go | 46 c.expectEQ(msg.Subject, crash.Title) 88 Subject: crash1 145 c.expectEQ(msg.Subject, "Re: "+crash.Title) 196 c.expectEQ(msg.Subject, crash.Title) 237 Subject: crash1 274 c.expectEQ(msg.Subject, "Re: "+crash.Title) 305 Subject: title1 320 c.expectEQ(msg.Subject, "Re: title1") 356 c.expectEQ(msg.Subject, crash.Title+" (2)") 381 Subject: crash1 [all …]
|
D | reporting_email.go | 254 msg.Subject, msg.From, msg.Cc, msg.MessageID, msg.BugID, msg.Command, msg.Link) 352 log.Infof(c, "no bug ID (%q)", msg.Subject) 354 log.Errorf(c, "no bug ID (%q)", msg.Subject) 423 Subject: subject, 429 msg.Subject = replySubjectPrefix + msg.Subject 444 msg.From, msg.Cc, msg.Subject, reply) 449 Subject: replySubjectPrefix + msg.Subject,
|
/external/syzkaller/vendor/google.golang.org/appengine/mail/ |
D | mail.go | 45 Subject string member 83 Subject: &msg.Subject,
|
/external/boringssl/src/crypto/x509/ |
D | make_many_constraints.go | 106 Subject: pkix.Name{CommonName: "CA"}, 148 Subject: pkix.Name{CommonName: "t0.test"}, 161 …leafTemplate.Subject.ExtraNames = append(leafTemplate.Subject.ExtraNames, pkix.AttributeTypeAndVal…
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Subject.java | 48 public class Subject extends SIPHeader implements SubjectHeader { class 60 public Subject() { in Subject() method in Subject
|