Home
last modified time | relevance | path

Searched refs:threshold_type (Results 1 – 25 of 70) sorted by relevance

123

/dports/x11/i3status/i3status-2.14/src/
H A Dprint_disk_info.c67 static bool below_threshold(struct statfs buf, const char *prefix_type, const char *threshold_type,… argument
69 static bool below_threshold(struct statvfs buf, const char *prefix_type, const char *threshold_type
71 if (strcasecmp(threshold_type, "percentage_free") == 0) {
73 } else if (strcasecmp(threshold_type, "percentage_avail") == 0) {
75 } else if (strcasecmp(threshold_type, "bytes_free") == 0) {
77 } else if (strcasecmp(threshold_type, "bytes_avail") == 0) {
79 …} else if (threshold_type[0] != '\0' && strncasecmp(threshold_type + 1, "bytes_", strlen("bytes_")…
83 switch (threshold_type[0]) {
104 if (strcasecmp(threshold_type + 1, "bytes_free") == 0) {
106 } else if (strcasecmp(threshold_type + 1, "bytes_avail") == 0) {
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/budget/models/
H A Dcreate_alert_rule_details.py221 def threshold_type(self): member in CreateAlertRuleDetails
234 @threshold_type.setter
235 def threshold_type(self, threshold_type): argument
245 if not value_allowed_none_or_none_sentinel(threshold_type, allowed_values):
250 self._threshold_type = threshold_type
H A Dupdate_alert_rule_details.py197 def threshold_type(self): member in UpdateAlertRuleDetails
210 @threshold_type.setter
211 def threshold_type(self, threshold_type): member in UpdateAlertRuleDetails
221 if not value_allowed_none_or_none_sentinel(threshold_type, allowed_values):
226 self._threshold_type = threshold_type
H A Dalert_rule.py293 def threshold_type(self): member in AlertRule
307 @threshold_type.setter
308 def threshold_type(self, threshold_type): member in AlertRule
318 if not value_allowed_none_or_none_sentinel(threshold_type, allowed_values):
319 threshold_type = 'UNKNOWN_ENUM_VALUE'
320 self._threshold_type = threshold_type
H A Dalert_rule_summary.py293 def threshold_type(self): member in AlertRuleSummary
307 @threshold_type.setter
308 def threshold_type(self, threshold_type): argument
318 if not value_allowed_none_or_none_sentinel(threshold_type, allowed_values):
319 threshold_type = 'UNKNOWN_ENUM_VALUE'
320 self._threshold_type = threshold_type
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/tests/
H A Dtest_blob.py18 def test_blob_dog(dtype, threshold_type): argument
31 if threshold_type == 'absolute':
37 elif threshold_type == 'relative':
84 if threshold_type == 'absolute':
87 elif threshold_type == 'relative':
119 if threshold_type == 'absolute':
122 elif threshold_type == 'relative':
210 if threshold_type == 'absolute':
216 elif threshold_type == 'relative':
377 if threshold_type == 'absolute':
[all …]
/dports/math/faiss/faiss-1.7.1/faiss/
H A DIndexIVFSpectralHash.cpp33 threshold_type(Thresh_global) { in IndexIVFSpectralHash()
48 threshold_type(Thresh_global) {} in IndexIVFSpectralHash()
74 if (threshold_type == Thresh_global) { in train_residual()
78 threshold_type == Thresh_centroid || in train_residual()
79 threshold_type == Thresh_centroid_half) { in train_residual()
85 if (threshold_type == Thresh_centroid_half) { in train_residual()
187 if (threshold_type == Thresh_global) { in encode_vectors()
238 if (index->threshold_type == IndexIVFSpectralHash::Thresh_global) { in set_query()
248 if (index->threshold_type != IndexIVFSpectralHash::Thresh_global) { in set_list()
H A DIndexIVFSpectralHash.h42 ThresholdType threshold_type; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/
H A Dnfp_shared_buf.c49 pool_info->threshold_type = le32_to_cpu(get_data.threshold_type); in nfp_shared_buf_pool_get()
58 enum devlink_sb_threshold_type threshold_type) in nfp_shared_buf_pool_set() argument
65 .threshold_type = cpu_to_le32(threshold_type), in nfp_shared_buf_pool_set()
H A Dnfp_abi.h97 __le32 threshold_type; member
109 __le32 threshold_type; member
H A Dnfp_devlink.c144 u32 size, enum devlink_sb_threshold_type threshold_type, in nfp_devlink_sb_pool_set() argument
150 size, threshold_type); in nfp_devlink_sb_pool_set()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/
H A Dnfp_shared_buf.c49 pool_info->threshold_type = le32_to_cpu(get_data.threshold_type); in nfp_shared_buf_pool_get()
58 enum devlink_sb_threshold_type threshold_type) in nfp_shared_buf_pool_set() argument
65 .threshold_type = cpu_to_le32(threshold_type), in nfp_shared_buf_pool_set()
H A Dnfp_abi.h97 __le32 threshold_type; member
109 __le32 threshold_type; member
H A Dnfp_devlink.c144 u32 size, enum devlink_sb_threshold_type threshold_type, in nfp_devlink_sb_pool_set() argument
150 size, threshold_type); in nfp_devlink_sb_pool_set()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/
H A Dnfp_shared_buf.c49 pool_info->threshold_type = le32_to_cpu(get_data.threshold_type); in nfp_shared_buf_pool_get()
58 enum devlink_sb_threshold_type threshold_type) in nfp_shared_buf_pool_set() argument
65 .threshold_type = cpu_to_le32(threshold_type), in nfp_shared_buf_pool_set()
H A Dnfp_abi.h97 __le32 threshold_type; member
109 __le32 threshold_type; member
H A Dnfp_devlink.c144 u32 size, enum devlink_sb_threshold_type threshold_type, in nfp_devlink_sb_pool_set() argument
150 size, threshold_type); in nfp_devlink_sb_pool_set()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/ImgProc/
H A DThreshold.cpp18 int threshold_type = 3; variable
41 threshold( src_gray, dst, threshold_value, max_binary_value, threshold_type ); in Threshold_Demo()
74 window_name, &threshold_type, in main()
/dports/graphics/opencv/opencv-4.5.3/samples/python/tutorial_code/imgProc/threshold/
H A Dthreshold.py19 threshold_type = cv.getTrackbarPos(trackbar_type, window_name)
21 _, dst = cv.threshold(src_gray, threshold_value, max_binary_value, threshold_type )
/dports/x11/i3status/i3status-2.14/testcases/009-disk-low-threshold-format/
H A Di3status.conf11 threshold_type = "percentage_free"
/dports/astro/gnuastro/gnuastro-0.16/bin/noisechisel/
H A Dthreshold.h29 enum threshold_type enum
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_devlink.c496 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC,
500 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC,
532 enum devlink_sb_threshold_type threshold_type, in ocelot_sb_pool_set() argument
548 if (threshold_type != DEVLINK_SB_THRESHOLD_TYPE_STATIC) { in ocelot_sb_pool_set()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_devlink.c496 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC,
500 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC,
532 enum devlink_sb_threshold_type threshold_type, in ocelot_sb_pool_set() argument
548 if (threshold_type != DEVLINK_SB_THRESHOLD_TYPE_STATIC) { in ocelot_sb_pool_set()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_devlink.c496 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC,
500 .threshold_type = DEVLINK_SB_THRESHOLD_TYPE_STATIC,
532 enum devlink_sb_threshold_type threshold_type, in ocelot_sb_pool_set() argument
548 if (threshold_type != DEVLINK_SB_THRESHOLD_TYPE_STATIC) { in ocelot_sb_pool_set()
/dports/x11/i3status/i3status-2.14/include/
H A Di3status.h256 const char *threshold_type; member
275 char *threshold_type; member

123