Home
last modified time | relevance | path

Searched refs:is_remote (Results 1 – 25 of 2271) sorted by relevance

12345678910>>...91

/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Delem_internal.h59 if (!c.is_remote())
82 if (!c.is_remote()) in total_family_tree()
109 if (!c.is_remote())
156 libmesh_assert(!elem->is_remote());
252 libmesh_assert (!neighbor_in->is_remote());
257 libmesh_assert (!subneighbor->is_remote());
268 if (!c.is_remote())
308 if (!c.is_remote())
328 libmesh_assert(!elem->is_remote());
367 libmesh_assert(!elem->is_remote());
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dreadelf.exp317 if ![is_remote host] {
339 if ![is_remote host] {
358 if ![is_remote host] {
382 if ![is_remote host] {
424 if ![is_remote host] {
440 if ![is_remote host] {
455 if ![is_remote host] {
467 if ![is_remote host] {
506 if ![is_remote host] {
554 if [is_remote host] {
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/testsuite/binutils-all/
H A Dreadelf.exp317 if ![is_remote host] {
339 if ![is_remote host] {
358 if ![is_remote host] {
382 if ![is_remote host] {
424 if ![is_remote host] {
440 if ![is_remote host] {
455 if ![is_remote host] {
467 if ![is_remote host] {
506 if ![is_remote host] {
554 if [is_remote host] {
[all …]
/dports/devel/binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dreadelf.exp317 if ![is_remote host] {
339 if ![is_remote host] {
358 if ![is_remote host] {
382 if ![is_remote host] {
424 if ![is_remote host] {
440 if ![is_remote host] {
455 if ![is_remote host] {
467 if ![is_remote host] {
506 if ![is_remote host] {
554 if [is_remote host] {
[all …]
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/
H A Dcreateconn.py141 def is_remote(self): member in vmmCreateConn
184 is_remote = self.is_remote()
185 self.widget("hostname").set_sensitive(is_remote)
186 self.widget("autoconnect").set_active(not is_remote)
187 self.widget("username-entry").set_sensitive(is_remote)
189 if is_remote and not self.widget("username-entry").get_text():
201 is_remote = self.is_remote()
223 if is_remote:
237 is_remote = self.is_remote()
240 if is_remote and not host:
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/dejagnu/lib/
H A Dlibgloss.exp40 if [is_remote host] {
118 if [is_remote host] {
148 if [is_remote host] {
171 if [is_remote host] {
200 if [is_remote host] {
218 if [is_remote host] {
310 if [is_remote host] {
391 if [is_remote host] {
599 if ![is_remote host] {
865 if [is_remote host] {
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/dejagnu/lib/
H A Dlibgloss.exp40 if [is_remote host] {
118 if [is_remote host] {
148 if [is_remote host] {
171 if [is_remote host] {
200 if [is_remote host] {
218 if [is_remote host] {
310 if [is_remote host] {
391 if [is_remote host] {
599 if ![is_remote host] {
865 if [is_remote host] {
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/controld/
H A Dcontrold_callbacks.c109 bool is_remote = pcmk_is_set(node->flags, crm_remote_node); in peer_update_callback() local
115 if (!is_remote) { in peer_update_callback()
122 && !is_remote) { in peer_update_callback()
143 (is_remote? "Remote" : "Cluster"), in peer_update_callback()
155 (is_remote? "Remote" : "Cluster"), in peer_update_callback()
160 if (!is_remote) { in peer_update_callback()
252 if (appeared && (alive > 0) && !is_remote) { in peer_update_callback()
268 if (!is_remote) { in peer_update_callback()
294 if (!is_remote) { in peer_update_callback()
306 if (is_remote) { in peer_update_callback()
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/tests/live_tests/
H A Dkvm.py59 self.is_remote = self.remote_ip != "" and self.remote_ip
84 if self.is_remote:
91 if not self.is_remote:
125 if self.is_remote:
181 if self.is_remote:
197 if self.is_running() and not self.is_remote:
207 if self.is_running() and not self.is_remote:
223 ip=self.remote_ip if self.is_remote else self.ip,
232 ip = self.remote_ip if self.is_remote else self.ip
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/blastdb/
H A Dbdbloader_unit_test.cpp125 void RetrieveGi555WithTimeOut(bool is_remote) in RetrieveGi555WithTimeOut() argument
132 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrieveGi555WithTimeOut()
162 void RetrieveLargeProteinWithTimeOut(bool is_remote) in RetrieveLargeProteinWithTimeOut() argument
169 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrieveLargeProteinWithTimeOut()
207 void RetrieveLargeNuclSequence(bool is_remote) in RetrieveLargeNuclSequence() argument
214 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrieveLargeNuclSequence()
241 void RetrievePartsOfLargeChromosome(bool is_remote) in RetrievePartsOfLargeChromosome() argument
252 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrievePartsOfLargeChromosome()
315 void RetrieveLargeChromosomeWithTimeOut(bool is_remote) in RetrieveLargeChromosomeWithTimeOut() argument
386 void MultiThreadedAccess(bool is_remote)
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/blastdb/
H A Dbdbloader_unit_test.cpp125 void RetrieveGi555WithTimeOut(bool is_remote) in RetrieveGi555WithTimeOut() argument
132 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrieveGi555WithTimeOut()
162 void RetrieveLargeProteinWithTimeOut(bool is_remote) in RetrieveLargeProteinWithTimeOut() argument
169 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrieveLargeProteinWithTimeOut()
207 void RetrieveLargeNuclSequence(bool is_remote) in RetrieveLargeNuclSequence() argument
214 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrieveLargeNuclSequence()
241 void RetrievePartsOfLargeChromosome(bool is_remote) in RetrievePartsOfLargeChromosome() argument
252 CAutoRegistrar reg(db, is_protein, use_fixed_slice_size, is_remote); in RetrievePartsOfLargeChromosome()
315 void RetrieveLargeChromosomeWithTimeOut(bool is_remote) in RetrieveLargeChromosomeWithTimeOut() argument
386 void MultiThreadedAccess(bool is_remote)
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-gc/
H A Dgc.exp39 if { [is_remote host] || [which $CC] != 0 } {
123 if { [is_remote host] || [which $CC] != 0 } {
134 if { [is_remote host] || [which $CC] != 0 } {
139 if { [is_remote host] || [which $CC] != 0 } {
144 if { [is_remote host] || [which $CC] != 0 } {
151 && ([is_remote host] || [which $CC] != 0) } {
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-gc/
H A Dgc.exp39 if { [is_remote host] || [which $CC] != 0 } {
123 if { [is_remote host] || [which $CC] != 0 } {
134 if { [is_remote host] || [which $CC] != 0 } {
139 if { [is_remote host] || [which $CC] != 0 } {
144 if { [is_remote host] || [which $CC] != 0 } {
151 && ([is_remote host] || [which $CC] != 0) } {
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/crmd/
H A Dcallbacks.c110 bool is_remote = is_set(node->flags, crm_remote_node); in peer_update_callback() local
117 if (!is_remote) { in peer_update_callback()
129 (is_remote? "Remote" : "Cluster"), in peer_update_callback()
141 (is_remote? "Remote" : "Cluster"), in peer_update_callback()
146 if (!is_remote) { in peer_update_callback()
252 gboolean alive = is_remote? appeared : crm_is_peer_active(node); in peer_update_callback()
278 if (!is_remote) { in peer_update_callback()
295 if (!is_remote) { in peer_update_callback()
308 if (is_remote) { in peer_update_callback()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/lib/
H A Dg++.exp48 if { [is_remote host] || [which $compiler] != 0 } then {
54 if [is_remote host] {
79 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
133 if { [is_remote host] == 0 && [which $compiler] != 0 } {
176 if {![is_remote target]} {
209 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
222 if ![is_remote host] {
249 if ![is_remote host] {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/lib/
H A Dg++.exp48 if { [is_remote host] || [which $compiler] != 0 } then {
54 if [is_remote host] {
79 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
133 if { [is_remote host] == 0 && [which $compiler] != 0 } {
176 if {![is_remote target]} {
209 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
222 if ![is_remote host] {
249 if ![is_remote host] {
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/testsuite/binutils-all/
H A Dar.exp22 if ![is_remote host] {
75 if [is_remote host] {
86 if [is_remote host] {
117 if [is_remote host] {
139 if [is_remote host] {
200 if [is_remote host] {
248 if [is_remote host] {
305 if [is_remote host] {
377 if [is_remote host] {
413 if [is_remote host] {
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/testsuite/binutils-all/
H A Dar.exp22 if ![is_remote host] {
75 if [is_remote host] {
86 if [is_remote host] {
117 if [is_remote host] {
139 if [is_remote host] {
200 if [is_remote host] {
248 if [is_remote host] {
305 if [is_remote host] {
377 if [is_remote host] {
413 if [is_remote host] {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/lib/
H A Dgo.exp46 if { [is_remote host] || [which $compiler] != 0 } then {
52 if [is_remote host] {
76 if { [is_remote host] || ![info exists TESTING_IN_BUILD_TREE] } {
153 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
161 if ![is_remote host] {
186 if ![is_remote host] {
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/lib/
H A Dgo.exp46 if { [is_remote host] || [which $compiler] != 0 } then {
52 if [is_remote host] {
76 if { [is_remote host] || ![info exists TESTING_IN_BUILD_TREE] } {
153 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
161 if ![is_remote host] {
186 if ![is_remote host] {
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/lib/
H A Dgo.exp46 if { [is_remote host] || [which $compiler] != 0 } then {
52 if [is_remote host] {
76 if { [is_remote host] || ![info exists TESTING_IN_BUILD_TREE] } {
153 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
161 if ![is_remote host] {
186 if ![is_remote host] {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/lib/
H A Dgo.exp46 if { [is_remote host] || [which $compiler] != 0 } then {
52 if [is_remote host] {
76 if { [is_remote host] || ![info exists TESTING_IN_BUILD_TREE] } {
153 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
161 if ![is_remote host] {
186 if ![is_remote host] {
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/lib/
H A Dgo.exp46 if { [is_remote host] || [which $compiler] != 0 } then {
52 if [is_remote host] {
76 if { [is_remote host] || ![info exists TESTING_IN_BUILD_TREE] } {
153 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
161 if ![is_remote host] {
186 if ![is_remote host] {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/lib/
H A Dgo.exp46 if { [is_remote host] || [which $compiler] != 0 } then {
52 if [is_remote host] {
76 if { [is_remote host] || ![info exists TESTING_IN_BUILD_TREE] } {
153 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
161 if ![is_remote host] {
186 if ![is_remote host] {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/lib/
H A Dgo.exp46 if { [is_remote host] || [which $compiler] != 0 } then {
52 if [is_remote host] {
76 if { [is_remote host] || ![info exists TESTING_IN_BUILD_TREE] } {
153 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
161 if ![is_remote host] {
186 if ![is_remote host] {

12345678910>>...91