Home
last modified time | relevance | path

Searched refs:validEvent (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A DCMAP_spec_test.go187 validEvent := nextValidEvent(t, actualEvents, ignoreEvents)
189 if expectedEvent.EventType != validEvent.Type {
191 if validEvent.Type == "ConnectionCheckOutFailed" {
192 reason = ": " + validEvent.Reason
200 if validEvent.Address == "" {
208 if addr != validEvent.Address {
216 if validEvent.ConnectionID == 0 {
217 t.Fatalf("expected a connectionId but found none in %v", validEvent.Type)
219 } else if expectedEvent.ConnectionID != validEvent.ConnectionID {
224 if expectedEvent.Reason != "" && expectedEvent.Reason != validEvent.Reason {
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A DCMAP_spec_test.go187 validEvent := nextValidEvent(t, actualEvents, ignoreEvents)
189 if expectedEvent.EventType != validEvent.Type {
191 if validEvent.Type == "ConnectionCheckOutFailed" {
192 reason = ": " + validEvent.Reason
200 if validEvent.Address == "" {
208 if addr != validEvent.Address {
216 if validEvent.ConnectionID == 0 {
217 t.Fatalf("expected a connectionId but found none in %v", validEvent.Type)
219 } else if expectedEvent.ConnectionID != validEvent.ConnectionID {
224 if expectedEvent.Reason != "" && expectedEvent.Reason != validEvent.Reason {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A DCMAP_spec_test.go189 validEvent := nextValidEvent(t, actualEvents, ignoreEvents)
191 if expectedEvent.EventType != validEvent.Type {
193 if validEvent.Type == "ConnectionCheckOutFailed" {
194 reason = ": " + validEvent.Reason
202 if validEvent.Address == "" {
210 if addr != validEvent.Address {
218 if validEvent.ConnectionID == 0 {
219 t.Fatalf("expected a connectionId but found none in %v", validEvent.Type)
221 } else if expectedEvent.ConnectionID != validEvent.ConnectionID {
226 if expectedEvent.Reason != "" && expectedEvent.Reason != validEvent.Reason {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A DCMAP_spec_test.go189 validEvent := nextValidEvent(t, actualEvents, ignoreEvents)
191 if expectedEvent.EventType != validEvent.Type {
193 if validEvent.Type == "ConnectionCheckOutFailed" {
194 reason = ": " + validEvent.Reason
202 if validEvent.Address == "" {
210 if addr != validEvent.Address {
218 if validEvent.ConnectionID == 0 {
219 t.Fatalf("expected a connectionId but found none in %v", validEvent.Type)
221 } else if expectedEvent.ConnectionID != validEvent.ConnectionID {
226 if expectedEvent.Reason != "" && expectedEvent.Reason != validEvent.Reason {
[all …]
/dports/biology/haplohseq/haplohseq-0.1.2/src/
H A DReporter.cpp238 validEvent = false; in reportBafBasedResults()
265 validEvent = true; in reportBafBasedResults()
274 if (!validEvent) { in reportBafBasedResults()
276 validEvent = true; in reportBafBasedResults()
284 if (validEvent) { in reportBafBasedResults()
307 validEvent = false; in reportBafBasedResults()
514 validEvent = false; in reportVcfBasedResults()
541 validEvent = true; in reportVcfBasedResults()
550 if (!validEvent) { in reportVcfBasedResults()
552 validEvent = true; in reportVcfBasedResults()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DXwP.h514 XwBooleanProc validEvent; member
H A DMenuBtn.c1461 XtClass (mbutton->menubutton.menuMgr))->menu_mgr_class.validEvent))
1585 XtClass (mbutton->menubutton.menuMgr))->menu_mgr_class.validEvent))
H A DPopupMgr.c1034 if (wc->menu_mgr_class.validEvent == XtInheritValidEvent)
1035 wc->menu_mgr_class.validEvent = super->menu_mgr_class.validEvent;