Home
last modified time | relevance | path

Searched refs:_threshold (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/dports/devel/py-flaky/flaky-3.7.0/test/test_pytest/
H A Dtest_pytest_example.py36 _threshold = -1 variable in TestExample
53 TestExample._threshold += 1
54 assert TestExample._threshold >= 1
63 TestExample._threshold += 1
64 assert TestExample._threshold != 1
82 _threshold = -1 variable in TestExampleFlakyTests
90 TestExampleFlakyTests._threshold += 1
96 _threshold = -1 variable in TestExampleFlakyTestCase
114 _threshold = -1 variable in TestMarkedClass
122 TestMarkedClass._threshold += 1
[all …]
H A Dtest_pytest_options_example.py19 _threshold = -2 variable in TestExample
30 TestExample._threshold += 1
31 assert TestExample._threshold >= 1
36 _threshold = -2 variable in TestExampleFlakyTests
46 TestExampleFlakyTests._threshold += 1
47 assert TestExampleFlakyTests._threshold >= 1
/dports/devel/py-flaky/flaky-3.7.0/test/test_nose/
H A Dtest_nose_example.py18 _threshold = -1 variable in ExampleTests
33 self._threshold += 1
34 if self._threshold < 1:
36 self._threshold, 1),
44 self._threshold += 1
45 if self._threshold == 1:
61 _threshold = -1 variable in ExampleFlakyTests
67 self._threshold += 1
68 if self._threshold < 1:
93 self._threshold += 1
[all …]
H A Dtest_nose_options_example.py15 _threshold = -2 variable in ExampleTests
24 self._threshold += 1
25 if self._threshold < 0:
36 self._threshold += 1
37 if self._threshold < 1:
43 _threshold = -1 variable in ExampleFlakyTests
52 self._threshold += 1
53 if self._threshold < 1:
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DRotateStrategy.h97 if (DT() >= _threshold) in mustRotate()
111 _threshold += tsp; in getNextRollover()
113 while (!(_threshold.minute() == _minute && in getNextRollover()
114 (-1 == _hour || _threshold.hour() == _hour) && in getNextRollover()
115 (-1 == _day || _threshold.dayOfWeek() == _day))); in getNextRollover()
117_threshold.assign(_threshold.year(), _threshold.month(), _threshold.day(), _threshold.hour(), _thr… in getNextRollover()
120 DT _threshold; variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.InteropServices/src/System/Runtime/InteropServices/
H A DHandleCollector.cs13 private int _threshold; field in System.Runtime.InteropServices.HandleCollector
44 _threshold = initialThreshold; in HandleCollector()
65 if (_handleCount > _threshold) in Add()
69 _threshold = _handleCount + (_handleCount / DeltaPercent); in Add()
102 if (newThreshold < (_threshold - _threshold / DeltaPercent)) in Remove()
108 _threshold = newThreshold; in Remove()
112 _threshold = _initialThreshold; in Remove()
/dports/sysutils/py-glances/glances-3.1.4/glances/
H A Dthresholds.py73 return self._threshold['description']
76 return self._threshold['value']
79 return str(self._threshold)
95 _threshold = {'description': 'OK', variable in GlancesThresholdOk
103 _threshold = {'description': 'CAREFUL', variable in GlancesThresholdCareful
111 _threshold = {'description': 'WARNING', variable in GlancesThresholdWarning
119 _threshold = {'description': 'CRITICAL', variable in GlancesThresholdCritical
/dports/devel/log4shib/log4shib-2.0.1/src/
H A DAppenderSkeleton.cpp17 _threshold(Priority::NOTSET), in AppenderSkeleton()
31 if ((Priority::NOTSET == _threshold) || (event.priority <= _threshold)) { in doAppend()
39 _threshold = priority; in setThreshold()
43 return _threshold; in getThreshold()
/dports/devel/log4cpp/log4cpp/src/
H A DAppenderSkeleton.cpp17 _threshold(Priority::NOTSET), in AppenderSkeleton()
31 if ((Priority::NOTSET == _threshold) || (event.priority <= _threshold)) { in doAppend()
39 _threshold = priority; in setThreshold()
43 return _threshold; in getThreshold()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DNaming.cpp287 sum = Int::min(_threshold, sum + c); in apply_iter()
570 if (pos < _threshold) { in apply_iter()
593 left ? (posr + negr >= _threshold) : (posl + negl >= _threshold); in apply_iter()
662 ASS(pos <= _threshold || _preserveEpr); in apply_iter()
797 sum = Int::min(_threshold, sum + c); in apply_sub()
923 sum = Int::min(_threshold, sum + d); in apply_sub()
1025 if (pos < _threshold) { in apply_sub()
1039 left ? (posr + negr >= _threshold) : (posl + negl >= _threshold); in apply_sub()
1053 neg = Int::min(posr + negr, _threshold); in apply_sub()
1060 neg = Int::min(posl + negl, _threshold); in apply_sub()
[all …]
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DThresholdBinarizer.h32 const uint8_t _threshold = 0; variable
36 …ThresholdBinarizer(const ImageView& buffer, uint8_t threshold = 1) : _buffer(buffer), _threshold(t… in _buffer()
51 bool val = *p <= _threshold; in getPatternRow()
61 if (*(end - stride) <= _threshold) in getPatternRow()
76 *dst = *src <= _threshold; in getBlackMatrix()
80 dst = *src <= _threshold; in getBlackMatrix()
98 res.set(x, y, _buffer.data(x, y)[channel] <= _threshold); in getBlackMatrix()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DFunctionThresholdCondition.cpp48 _threshold( _thresholdProp.getValueDbl()) in FunctionThresholdCondition()
71 _threshold( _thresholdProp.getValueDbl()) in FunctionThresholdCondition()
92 _threshold = aCondition._threshold; in copyData()
156 return (_function->calcValue(SimTK::Vector(1, s.getTime())) > _threshold); in calcCondition()
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DTreeWalker.h92 { return item && item->isFile() && item->size() >= _threshold; } in check()
96 FileSize _threshold;
113 { return item && item->isFile() && item->mtime() >= _threshold; } in check()
117 time_t _threshold;
134 { return item && item->isFile() && item->mtime() <= _threshold; } in check()
138 time_t _threshold;
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/swift/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
73 $this->_threshold = $threshold;
82 return $this->_threshold;
118 if ($this->_counter >= $this->_threshold)
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/swiftmailer/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
73 $this->_threshold = $threshold;
82 return $this->_threshold;
118 if ($this->_counter >= $this->_threshold)
/dports/www/bolt/bolt-2.2.24/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/external/swift-mailer/classes/Swift/Plugins/
H A DAntiFloodPlugin.php27 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
70 $this->_threshold = $threshold;
79 return $this->_threshold;
115 if ($this->_counter >= $this->_threshold)
/dports/www/phpmyfaq/phpmyfaq/src/libs/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/www/kanboard/kanboard-1.2.21/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/www/itop/web/lib/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php23 private $_threshold; variable in Swift_Plugins_AntiFloodPlugin
67 $this->_threshold = $threshold;
77 return $this->_threshold;
117 if ($this->_counter >= $this->_threshold) {
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dstrip_silence_dialog.cc82 table->attach (_threshold, 1, 2, n, n + 1, Gtk::FILL); in StripSilenceDialog()
86 _threshold.set_digits (1); in StripSilenceDialog()
87 _threshold.set_increments (1, 10); in StripSilenceDialog()
88 _threshold.set_range (-120, 0); in StripSilenceDialog()
89 _threshold.set_value (_threshold_value); in StripSilenceDialog()
90 _threshold.set_activates_default (); in StripSilenceDialog()
120_threshold.get_adjustment()->signal_value_changed().connect (sigc::mem_fun (*this, &StripSilenceDi… in StripSilenceDialog()
215 double const y = alt_log_meter (_threshold.get_value()); in update_threshold_line()
240 double const y = _threshold.get_value(); in update_silence_rects()

12345678910>>...26