Home
last modified time | relevance | path

Searched refs:monitor_type (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/devel/csmith/csmith-2.3.0/src/
H A DDeltaMonitor.cpp111 DeltaMonitor::set_delta_type(std::string &msg, const std::string &monitor_type) in set_delta_type() argument
113 if (!monitor_type.compare("simple")) { in set_delta_type()
125 DeltaMonitor::init(std::string &msg, const std::string &monitor_type, const std::string &o_file) in init() argument
127 assert(!monitor_type.empty()); in init()
135 if (!DeltaMonitor::set_delta_type(msg, monitor_type)) { in init()
143 DeltaMonitor::init_for_running(std::string &msg, const std::string &monitor_type, in init_for_running() argument
146 assert(!monitor_type.empty()); in init_for_running()
160 if (!DeltaMonitor::set_delta_type(msg, monitor_type)) { in init_for_running()
H A DDeltaMonitor.h59 static bool init(std::string &msg, const std::string &monitor_type, const std::string &o_file);
61 static bool init_for_running(std::string &msg, const std::string &monitor_type,
64 static bool set_delta_type(std::string &msg, const std::string &monitor_type);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/plugins/modules/
H A Dbigip_pool.py484 if self.monitor_type == 'm_of_n':
519 def monitor_type(self): member in ApiParameters
577 def monitor_type(self): member in ModuleParameters
644 def monitor_type(self): member in ReportableChanges
705 if self.want.monitor_type is None:
706 self.want.update(dict(monitor_type=self.have.monitor_type))
707 if self.want.monitor_type == 'm_of_n':
752 def monitor_type(self): member in Difference
761 if self.want.monitor_type is None:
762 self.want.update(dict(monitor_type=self.have.monitor_type))
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/f5/
H A Dbigip_pool.py513 if self.monitor_type == 'm_of_n':
548 def monitor_type(self): member in ApiParameters
606 def monitor_type(self): member in ModuleParameters
673 def monitor_type(self): member in ReportableChanges
734 if self.want.monitor_type is None:
735 self.want.update(dict(monitor_type=self.have.monitor_type))
736 if self.want.monitor_type == 'm_of_n':
781 def monitor_type(self): member in Difference
790 if self.want.monitor_type is None:
791 self.want.update(dict(monitor_type=self.have.monitor_type))
[all …]
/dports/x11-wm/openbox/openbox-3.6/openbox/actions/
H A Dshowmenu.c12 ObPlaceMonitor monitor_type; member
59 o->monitor_type = OB_PLACE_MONITOR_MOUSE; in setup_func()
61 o->monitor_type = OB_PLACE_MONITOR_ACTIVE; in setup_func()
63 o->monitor_type = OB_PLACE_MONITOR_PRIMARY; in setup_func()
65 o->monitor_type = OB_PLACE_MONITOR_ALL; in setup_func()
92 else switch (o->monitor_type) { in run_func()
/dports/devel/py-oci/oci-2.53.1/src/oci/apm_synthetics/models/
H A Dmonitor_summary.py226 def monitor_type(self): member in MonitorSummary
240 @monitor_type.setter
241 def monitor_type(self, monitor_type): argument
251 if not value_allowed_none_or_none_sentinel(monitor_type, allowed_values):
252 monitor_type = 'UNKNOWN_ENUM_VALUE'
253 self._monitor_type = monitor_type
H A Dmonitor.py240 def monitor_type(self): member in Monitor
254 @monitor_type.setter
255 def monitor_type(self, monitor_type): member in Monitor
265 if not value_allowed_none_or_none_sentinel(monitor_type, allowed_values):
266 monitor_type = 'UNKNOWN_ENUM_VALUE'
267 self._monitor_type = monitor_type
H A Dcreate_monitor_details.py175 def monitor_type(self): member in CreateMonitorDetails
188 @monitor_type.setter
189 def monitor_type(self, monitor_type): member in CreateMonitorDetails
199 if not value_allowed_none_or_none_sentinel(monitor_type, allowed_values):
204 self._monitor_type = monitor_type
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dbbc.cpp89 void bbc_state::update_palette(monitor_type monitor_type) in update_palette() argument
95 switch (monitor_type) in update_palette()
97 case monitor_type::COLOUR: in update_palette()
100 case monitor_type::BLACKWHITE: in update_palette()
103 case monitor_type::GREEN: in update_palette()
106 case monitor_type::AMBER: in update_palette()
209 update_palette(monitor_type::COLOUR); in video_ula_w()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dbbc.cpp89 void bbc_state::update_palette(monitor_type monitor_type) in update_palette() argument
95 switch (monitor_type) in update_palette()
97 case monitor_type::COLOUR: in update_palette()
100 case monitor_type::BLACKWHITE: in update_palette()
103 case monitor_type::GREEN: in update_palette()
106 case monitor_type::AMBER: in update_palette()
209 update_palette(monitor_type::COLOUR); in video_ula_w()
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/f5/
H A Dtest_bigip_pool.py72 monitor_type='m_of_n',
81 assert p.monitor_type == 'm_of_n'
197 monitor_type='and_list',
228 monitor_type='m_of_n',
258 monitor_type='and_list',
289 monitor_type='m_of_n',
321 monitor_type='and_list',
353 monitor_type='and_list',
383 monitor_type='m_of_n',
415 monitor_type='and_list',
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/
H A Dtest_bigip_pool.py53 monitor_type='m_of_n',
62 assert p.monitor_type == 'm_of_n'
187 monitor_type='and_list',
218 monitor_type='m_of_n',
248 monitor_type='and_list',
279 monitor_type='m_of_n',
311 monitor_type='and_list',
343 monitor_type='and_list',
373 monitor_type='m_of_n',
405 monitor_type='and_list',
[all …]
/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowMonitor_Collector339 if ($field_value eq "Individual") { $monitor_type = "bps"; }
340 elsif ($field_value eq "Individual-bps") { $monitor_type = "bps"; }
341 elsif ($field_value eq "Individual-bps-prorated") { $monitor_type = "bps"; }
346 else { $monitor_type = $field_value; }
347 $FLOWS_ACTIVE = 0; if ($monitor_type eq "fpsa") { $FLOWS_ACTIVE = 1; } }
482 if (($monitor_type eq "bps") || ($monitor_type eq "pps")) {
485 } elsif ($monitor_type eq "fpsi") {
488 } elsif ($monitor_type eq "fpsa") {
789 if ($monitor_type =~ /fps/) {
792 } elsif ($monitor_type =~ /pps/) {
[all …]
H A DFlowMonitor_Main.cgi205 $monitor_type = $FORM{'monitor_type'};
250 print DEBUG " monitor_type: $monitor_type\n";
311 if (($monitor_type ne "Group") && (($no_devices_or_exporters eq "N") && (($device_name eq "") && ($…
377 print NEW_FILTER " input: monitor_type: $monitor_type\n";
495 if ($monitor_type eq "Group") {
614 if ($monitor_type eq "Group") {
661 print GROUP " input: monitor_type: $monitor_type\n";
734 print FILTER " input: monitor_type: $monitor_type\n";
H A Dflowmonitor_grapher_recent122 $monitor_type = "";
138 $monitor_type = $field_value; }
182 if ($monitor_type eq "Group") {
219 } elsif ($monitor_type eq "Group") {
226 if ($monitor_type =~ /fps/) {
229 } elsif ($monitor_type =~ /pps/) {
H A DFlowMonitor_Recreate83 …if(($field eq "monitor_type") || ($field eq "tracking_type")) { $FORM{monitor_type} = $field_val…
104 $monitor_type = $FORM{monitor_type};
124 …bug_monitor eq "Y") { print DEBUG "monitor_label: $monitor_label monitor_type; $monitor_type\n"; }
366 if (($monitor_type eq "bps") || ($monitor_type eq "pps")) {
369 } elsif ($monitor_type eq "fpsi") {
451 if ($monitor_type ne "fpsa") {
544 } elsif ($monitor_type eq "fpsa") {
646 if ($monitor_type =~ /fps/) {
649 } elsif ($monitor_type =~ /pps/) {
/dports/emulators/hatari/hatari-2.2.1/src/falcon/
H A Dvidel.c88 …Uint8 monitor_type; /* 00 Monochrome (SM124) / 01 Color (SC1224) / 10 VGA Color / 11 Television… member
135 videl.monitor_type = videl.reg_ffff8006_save & 0xc0; in VIDEL_reset()
192 if (videl.monitor_type == FALCON_MONITOR_MONO) in VIDEL_SyncMode_WriteByte()
318 video_mode = videl.monitor_type == FALCON_MONITOR_VGA ? 0x5 : 0x0; in VIDEL_ST_ShiftModeWriteByte()
323 video_mode = videl.monitor_type == FALCON_MONITOR_VGA ? 0x9 : 0x4; in VIDEL_ST_ShiftModeWriteByte()
327 if (videl.monitor_type == FALCON_MONITOR_MONO) { in VIDEL_ST_ShiftModeWriteByte()
332 video_mode = videl.monitor_type == FALCON_MONITOR_VGA ? 0x8 : 0x6; in VIDEL_ST_ShiftModeWriteByte()
704 if (videl.monitor_type == FALCON_MONITOR_MONO) { in VIDEL_getScreenWidth()
726 if (videl.monitor_type == FALCON_MONITOR_VGA) { in VIDEL_getScreenWidth()
804 if (videl.monitor_type == FALCON_MONITOR_MONO) { in VIDEL_getScreenHeight()
/dports/net-mgmt/flowviewer/FlowViewer_4.5/tools/
H A Dflowmonitor_grapher_recent122 $monitor_type = "";
138 $monitor_type = $field_value; }
182 if ($monitor_type eq "Group") {
219 } elsif ($monitor_type eq "Group") {
226 if ($monitor_type =~ /fps/) {
229 } elsif ($monitor_type =~ /pps/) {
H A Dflowmonitor_archive_restore92 $monitor_type = "";
109 …if (($field eq "monitor_type") || ($field eq "tracking_type")) { $monitor_type = $field_value; }
146 if ($monitor_type eq "Group") {
271 if ($monitor_type eq "Group") {
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dbigip.py2731 "monitor_type": monitor_type,
2737 hostname, username, password, monitor_type, name
2771 "monitor_type": monitor_type,
2782 hostname, username, password, monitor_type, name
2842 "monitor_type": monitor_type,
2853 hostname, username, password, monitor_type, name
2923 "monitor_type": monitor_type,
2934 hostname, username, password, monitor_type, name
2995 "monitor_type": monitor_type,
3002 hostname, username, password, monitor_type, name
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/srv/
H A Dsrv0mon.cc1327 ut_a(innodb_counter_info[module_id].monitor_type & MONITOR_MODULE); in srv_mon_set_module_control()
1334 } else if (innodb_counter_info[module_id].monitor_type in srv_mon_set_module_control()
1351 if (innodb_counter_info[ix].monitor_type & MONITOR_MODULE) { in srv_mon_set_module_control()
1358 if (!(innodb_counter_info[ix].monitor_type in srv_mon_set_module_control()
1380 if (innodb_counter_info[ix].monitor_type & MONITOR_EXISTING) { in srv_mon_set_module_control()
1468 ut_a(monitor_info->monitor_type & MONITOR_EXISTING); in srv_mon_process_existing_counter()
1841 if (monitor_info->monitor_type in srv_mon_process_existing_counter()
1902 if (innodb_counter_info[monitor].monitor_type in srv_mon_reset()
1933 if (innodb_counter_info[ix].monitor_type in srv_mon_default_on()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/srv/
H A Dsrv0mon.cc1327 ut_a(innodb_counter_info[module_id].monitor_type & MONITOR_MODULE); in srv_mon_set_module_control()
1334 } else if (innodb_counter_info[module_id].monitor_type in srv_mon_set_module_control()
1351 if (innodb_counter_info[ix].monitor_type & MONITOR_MODULE) { in srv_mon_set_module_control()
1358 if (!(innodb_counter_info[ix].monitor_type in srv_mon_set_module_control()
1380 if (innodb_counter_info[ix].monitor_type & MONITOR_EXISTING) { in srv_mon_set_module_control()
1468 ut_a(monitor_info->monitor_type & MONITOR_EXISTING); in srv_mon_process_existing_counter()
1841 if (monitor_info->monitor_type in srv_mon_process_existing_counter()
1902 if (innodb_counter_info[monitor].monitor_type in srv_mon_reset()
1933 if (innodb_counter_info[ix].monitor_type in srv_mon_default_on()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/srv/
H A Dsrv0mon.cc1327 ut_a(innodb_counter_info[module_id].monitor_type & MONITOR_MODULE); in srv_mon_set_module_control()
1334 } else if (innodb_counter_info[module_id].monitor_type in srv_mon_set_module_control()
1351 if (innodb_counter_info[ix].monitor_type & MONITOR_MODULE) { in srv_mon_set_module_control()
1358 if (!(innodb_counter_info[ix].monitor_type in srv_mon_set_module_control()
1380 if (innodb_counter_info[ix].monitor_type & MONITOR_EXISTING) { in srv_mon_set_module_control()
1468 ut_a(monitor_info->monitor_type & MONITOR_EXISTING); in srv_mon_process_existing_counter()
1841 if (monitor_info->monitor_type in srv_mon_process_existing_counter()
1902 if (innodb_counter_info[monitor].monitor_type in srv_mon_reset()
1933 if (innodb_counter_info[ix].monitor_type in srv_mon_default_on()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/srv/
H A Dsrv0mon.cc1435 ut_a(innodb_counter_info[module_id].monitor_type & MONITOR_MODULE); in srv_mon_set_module_control()
1442 } else if (innodb_counter_info[module_id].monitor_type in srv_mon_set_module_control()
1459 if (innodb_counter_info[ix].monitor_type & MONITOR_MODULE) { in srv_mon_set_module_control()
1466 if (!(innodb_counter_info[ix].monitor_type in srv_mon_set_module_control()
1489 if (innodb_counter_info[ix].monitor_type & MONITOR_EXISTING) { in srv_mon_set_module_control()
1576 ut_a(monitor_info->monitor_type & MONITOR_EXISTING); in srv_mon_process_existing_counter()
1973 if (monitor_info->monitor_type in srv_mon_process_existing_counter()
2033 if (innodb_counter_info[monitor].monitor_type in srv_mon_reset()
2063 if (innodb_counter_info[ix].monitor_type in srv_mon_default_on()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/srv/
H A Dsrv0mon.cc1414 ut_a(innodb_counter_info[module_id].monitor_type & MONITOR_MODULE); in srv_mon_set_module_control()
1421 } else if (innodb_counter_info[module_id].monitor_type in srv_mon_set_module_control()
1438 if (innodb_counter_info[ix].monitor_type & MONITOR_MODULE) { in srv_mon_set_module_control()
1445 if (!(innodb_counter_info[ix].monitor_type in srv_mon_set_module_control()
1468 if (innodb_counter_info[ix].monitor_type & MONITOR_EXISTING) { in srv_mon_set_module_control()
1555 ut_a(monitor_info->monitor_type & MONITOR_EXISTING); in srv_mon_process_existing_counter()
1940 if (monitor_info->monitor_type in srv_mon_process_existing_counter()
2000 if (innodb_counter_info[monitor].monitor_type in srv_mon_reset()
2030 if (innodb_counter_info[ix].monitor_type in srv_mon_default_on()

123456789