Home
last modified time | relevance | path

Searched refs:SelectBest (Results 1 – 6 of 6) sorted by relevance

/dports/net/ooni-mini/probe-engine-0.23.0/probeservices/
H A Dprobeservices_test.go558 if out := probeservices.SelectBest(nil); out != nil {
568 if out := probeservices.SelectBest(in); out != nil {
606 out := probeservices.SelectBest(in)
H A Dbenchselect.go133 func SelectBest(candidates []*Candidate) (selected *Candidate) { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/probeservices/
H A Dprobeservices_test.go558 if out := probeservices.SelectBest(nil); out != nil {
568 if out := probeservices.SelectBest(in); out != nil {
606 out := probeservices.SelectBest(in)
H A Dbenchselect.go133 func SelectBest(candidates []*Candidate) (selected *Candidate) { func
/dports/net/ooni-mini/probe-engine-0.23.0/
H A Dsession.go476 selected := probeservices.SelectBest(candidates)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/
H A Dsession.go635 selected := probeservices.SelectBest(candidates)