Home
last modified time | relevance | path

Searched refs:available_hosts (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/examples/
H A Denumerate.rs8 let available_hosts = cpal::available_hosts(); in main() localVariable
9 println!("Available hosts:\n {:?}", available_hosts); in main()
11 for host_id in available_hosts { in main()
H A Dbeep.rs57 cpal::host_from_id(cpal::available_hosts() in main()
H A Dfeedback.rs88 cpal::host_from_id(cpal::available_hosts() in main()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/examples/
H A Denumerate.rs8 let available_hosts = cpal::available_hosts(); in main() localVariable
9 println!("Available hosts:\n {:?}", available_hosts); in main()
11 for host_id in available_hosts { in main()
H A Dbeep.rs57 cpal::host_from_id(cpal::available_hosts() in main()
H A Dfeedback.rs88 cpal::host_from_id(cpal::available_hosts() in main()
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/unittest/
H A D210_multi.py12 from data import study_export, available_hosts
30 lhosts = [dict_conf['localhost'],] + list(available_hosts.keys())
38 assert len(available_hosts) > 0, "no remote host available."
64 for host in list(available_hosts.keys()):
80 assert len(available_hosts) > 0, "no remote host available."
92 lhosts = [dict_conf['localhost'],] + list(available_hosts.keys())
H A D200_client.py11 from data import server_export, available_hosts
86 for sname in list(available_hosts.keys()):
192 assert len(available_hosts) > 0, "no remote host available."
204 root = available_hosts[host]
226 assert host in [h.split('.')[0] for h in list(available_hosts.keys())], host
237 pserv['aster_root'] = available_hosts[dict_conf['remhost']]
261 assert len(available_hosts) > 0, "no remote host available."
H A Dcommon.py71 from data import available_hosts
79 available_hosts[host] = root
80 if len(available_hosts) > 0:
81 dict_conf['remhost'] = list(available_hosts.keys())[0]
H A Drun_test.py76 from data import available_hosts
77 print('Available remote hosts : ', ', '.join(list(available_hosts.keys())))
H A D020_object.py11 from data import study_export, available_hosts
108 if len(available_hosts) > 0:
139 assert len(available_hosts) > 0, "no remote host available."
186 if len(available_hosts) > 0:
187 rhost = list(available_hosts.keys())[0]
H A Ddata.py4 available_hosts = {} variable
H A D010_misc.py12 from data import available_hosts
26 assert len(available_hosts) > 0, "all tests which need a remote host will be skipped."
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/unittest/
H A D210_multi.py12 from data import study_export, available_hosts
30 lhosts = [dict_conf['localhost'],] + list(available_hosts.keys())
38 assert len(available_hosts) > 0, "no remote host available."
64 for host in list(available_hosts.keys()):
80 assert len(available_hosts) > 0, "no remote host available."
92 lhosts = [dict_conf['localhost'],] + list(available_hosts.keys())
H A D200_client.py11 from data import server_export, available_hosts
86 for sname in list(available_hosts.keys()):
192 assert len(available_hosts) > 0, "no remote host available."
204 root = available_hosts[host]
226 assert host in [h.split('.')[0] for h in list(available_hosts.keys())], host
237 pserv['aster_root'] = available_hosts[dict_conf['remhost']]
261 assert len(available_hosts) > 0, "no remote host available."
H A Dcommon.py71 from data import available_hosts
79 available_hosts[host] = root
80 if len(available_hosts) > 0:
81 dict_conf['remhost'] = list(available_hosts.keys())[0]
H A Drun_test.py76 from data import available_hosts
77 print('Available remote hosts : ', ', '.join(list(available_hosts.keys())))
H A D020_object.py11 from data import study_export, available_hosts
108 if len(available_hosts) > 0:
139 assert len(available_hosts) > 0, "no remote host available."
186 if len(available_hosts) > 0:
187 rhost = list(available_hosts.keys())[0]
H A Ddata.py4 available_hosts = {} variable
H A D010_misc.py12 from data import available_hosts
26 assert len(available_hosts) > 0, "all tests which need a remote host will be skipped."
/dports/audio/faust/faust-2.37.3/architecture/
H A Dcpal.rs110 let available_hosts = cpal::available_hosts(); in main() localVariable
111 println!("Available hosts:\n {:?}", available_hosts); in main()
113 for host_id in available_hosts { in main()
/dports/sysutils/p5-MogileFS-Network/MogileFS-Network-0.06/lib/MogileFS/ReplicationPolicy/
H A DHostsPerNetwork.pm82 my %available_hosts;
89 $available_hosts_per_zone{$zone}++ unless $available_hosts{$hostid};
90 $available_hosts{$hostid}++;
/dports/mail/adcomplain/adcomplain-3.52/
H A Dadcomplain.pl482 %available_hosts, # list of possible sites to complain to
689 for (sort(keys(%available_hosts))) {
690 printf " %25s %s\n", $_, $available_hosts{$_};
2553 $available_hosts{$key} = &find_site($value);
2567 $firstval = $available_hosts{$firstkey};
2570 $secondval = $available_hosts{$secondkey};
4029 %available_hosts = ();
/dports/devel/distcc/distcc-3.3.5/
H A Dpump.in393 available_hosts="$1"
401 "$lsdistcc" -c150 $LSDISTCC_ARGS $DISTCC_POTENTIAL_HOSTS > "$available_hosts"
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dcluster.cpp278 HostMap Cluster::available_hosts() const { in available_hosts() function in Cluster
557 monitor_reporting_->send_startup_message(connection_->connection(), config, available_hosts(), in internal_start_monitor_reporting()
567 monitor_reporting_->send_status_message(connection_->connection(), available_hosts()); in on_monitor_reporting()

12