Home
last modified time | relevance | path

Searched refs:check_threshold (Results 26 – 50 of 73) sorted by relevance

123

/dports/net-mgmt/p5-Nagios-Plugin-LDAP/Nagios-Plugin-LDAP-0.04/lib/Nagios/Plugin/
H A DLDAP.pm235 $self->add_message($self->check_threshold($delta), sprintf("%.3f seconds response time", $delta));
318 $self->check_threshold(check => $delta, warning => $warning, critical => $critical),
/dports/net-mgmt/p5-Monitoring-Plugin/Monitoring-Plugin-0.40/t/
H A Dcheck_stuff.pl135 return_code => $p->check_threshold($result),
/dports/net-mgmt/p5-Nagios-Plugin/Nagios-Plugin-0.36/t/
H A Dcheck_stuff.pl139 return_code => $p->check_threshold($result),
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/desc/
H A Dvolm_desc_matcher.h53 virtual bool check_threshold(volm_desc_sptr const& query, float& thres_value) { return true; } in check_threshold() function
H A Dvolm_desc_ex_2d_matcher.cxx168 bool volm_desc_ex_2d_matcher::check_threshold(volm_desc_sptr const& query, float& thres_value) in check_threshold() function in volm_desc_ex_2d_matcher
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_target.erl228 check_threshold(Threshold, Fitness).
254 check_threshold(Threshold, Fitness) -> function
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/_utils/
H A Dparam_validation.py19 def check_threshold(threshold, data, percentile_func, name='threshold'): function
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dminimizer.py854 def check_threshold(measure, threshold, stop, status): function
871 stop, status = check_threshold(np.sqrt((step**2).mean()), self.step_rms, stop, status)
872 stop, status = check_threshold(abs(step).max(), self.step_max, stop, status)
873 stop, status = check_threshold(np.sqrt((grad**2).mean()), self.grad_rms, stop, status)
874 stop, status = check_threshold(abs(grad).max(), self.grad_max, stop, status)
875 …stop, status = check_threshold(safe_divide(np.sqrt((grad**2).mean()), f), self.rel_grad_rms, stop,…
876 … stop, status = check_threshold(safe_divide(abs(grad).max(), f), self.rel_grad_max, stop, status)
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/
H A Dhtml_stat_map.py25 from .._utils.param_validation import check_threshold
99 threshold = check_threshold(threshold, data,
H A Dimg_plotting.py38 from .._utils.param_validation import check_threshold
833 thr = check_threshold(thr, data,
/dports/devel/ppl/ppl-1.2/demos/ppl_lpsol/
H A Dppl_lpsol.c199 static double check_threshold = 0.0; variable
305 check_threshold = d; in process_options()
308 check_threshold = default_check_threshold; in process_options()
661 if (fabs(ppl_optimum_value - glpk_optimum_value) > check_threshold) { in maybe_check_results()
/dports/net-mgmt/p5-Nagios-Plugin/Nagios-Plugin-0.36/lib/Nagios/
H A DPlugin.pm108 sub check_threshold { subroutine
/dports/net-mgmt/p5-Monitoring-Plugin/Monitoring-Plugin-0.40/lib/Monitoring/
H A DPlugin.pm116 sub check_threshold { subroutine
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/image/
H A Dimage.py24 from .._utils.param_validation import check_threshold
841 cutoff_threshold = check_threshold(threshold, img_data,
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/tracing/
H A Dtracing-internal.h109 void check_threshold(lcbtrace_SPAN *span);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c57 static void check_threshold(struct threshold *t, dm_block_t value) in check_threshold() function
491 check_threshold(&smm->threshold, count); in sm_metadata_new_block()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c57 static void check_threshold(struct threshold *t, dm_block_t value) in check_threshold() function
491 check_threshold(&smm->threshold, count); in sm_metadata_new_block()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c57 static void check_threshold(struct threshold *t, dm_block_t value) in check_threshold() function
491 check_threshold(&smm->threshold, count); in sm_metadata_new_block()
/dports/net-mgmt/p5-Nagios-Plugin/Nagios-Plugin-0.36/
H A DChanges4 - Updated check_threshold to allow multiple check values to be checked at once
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/commands/
H A Dcheck_profile.py319 , check_threshold=loglevel
/dports/net-mgmt/p5-Monitoring-Plugin/Monitoring-Plugin-0.40/
H A DChanges25 - Updated check_threshold to allow multiple check values to be checked at once
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/cmvmi/
H A DCmvmi.cpp3508 check_threshold(Uint32 last, Uint32 now) in check_threshold() function
3576 if ((passed = check_threshold(tup_percent_last, tup_percent_now)) != -1) in execCONTINUEB()
3582 if ((passed = check_threshold(acc_percent_last, acc_percent_now)) != -1) in execCONTINUEB()
3588 if ((passed = check_threshold(dm_percent_last, dm_percent_now)) != -1) in execCONTINUEB()
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/Nagios/
H A DSingleCheck.pm578 return (@ths ? $np->check_threshold(check => $value,@ths) : OK,"numeric");
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/cmvmi/
H A DCmvmi.cpp2800 check_threshold(Uint32 last, Uint32 now) in check_threshold() function
2846 if ((passed = check_threshold(tup_percent_last, tup_percent_now)) != -1) in execCONTINUEB()
2863 if ((passed = check_threshold(acc_percent_last, acc_percent_now)) != -1) in execCONTINUEB()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/cmvmi/
H A DCmvmi.cpp2800 check_threshold(Uint32 last, Uint32 now) in check_threshold() function
2846 if ((passed = check_threshold(tup_percent_last, tup_percent_now)) != -1) in execCONTINUEB()
2863 if ((passed = check_threshold(acc_percent_last, acc_percent_now)) != -1) in execCONTINUEB()

123