/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/angle/src/libANGLE/ |
D | Observer.cpp | 28 Subject::Subject() {} in Subject() function in angle::Subject 30 Subject::~Subject() in ~Subject() 35 bool Subject::hasObservers() const in hasObservers() 40 void Subject::onStateChange(SubjectMessage message) const in onStateChange() 51 void Subject::resetObservers() in resetObservers() 76 void ObserverBinding::bind(Subject *subject) in bind()
|
D | Observer.h | 83 class Subject : NonCopyable 86 Subject(); 87 virtual ~Subject(); 121 void bind(Subject *subject); 128 ANGLE_INLINE const Subject *getSubject() const { return mSubject; } in getSubject() 130 ANGLE_INLINE void assignSubject(Subject *subject) { mSubject = subject; } in assignSubject() 133 Subject *mSubject;
|
/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 …]
|
/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
|
D | msg_30.txt | 10 Subject: ee 19 Subject: ee
|
/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/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/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/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/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
|
/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/angle/src/libANGLE/renderer/d3d/ |
D | TextureStorage.h | 28 class Subject; variable 40 class TextureStorage : public angle::Subject 85 const angle::Subject *mSubject;
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | SubjectParser.java | 65 Subject subject = new Subject(); in parse()
|