Home
last modified time | relevance | path

Searched refs:restart_count (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_container_status.py59 restart_count=None, argument
83 self.restart_count = restart_count
238 def restart_count(self): member in V1ContainerStatus
251 @restart_count.setter
252 def restart_count(self, restart_count): member in V1ContainerStatus
263 if restart_count is None:
266 self._restart_count = restart_count
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/dumb-kode54/src/helpers/
H A Dtarray.c26 unsigned int count, restart_count; member
71 new_s[i].restart_count = s[i].restart_count; in timekeeping_array_dup()
115 s[i].restart_count = 0;
150 s[index].restart_count++;
168 if (index >= *size || s[index].restart_count >= s[index].count) return 0;
173 return s[index].times[s[index].restart_count];
/dports/games/openomf/dumb-238f23c/dumb/src/helpers/
H A Dtarray.c26 unsigned int count, restart_count; member
71 new_s[i].restart_count = s[i].restart_count; in timekeeping_array_dup()
115 s[i].restart_count = 0;
150 s[index].restart_count++;
168 if (index >= *size || s[index].restart_count >= s[index].count) return 0;
173 return s[index].times[s[index].restart_count];
/dports/math/chuffed/chuffed-e04bedd/chuffed/core/
H A Dengine.cpp307 restart_count++; in constrain()
313 profilerConnector->restart(restart_count); in constrain()
527 restart_count = 0; in search()
576 std::cerr << "restart: " << restart_count << "\n"; in search()
595 ->createNode({nodeid, restart_count, 0}, in search()
703 ->createNode({nodeid, restart_count, 0}, in search()
728 restart_count++; in search()
734 profilerConnector->restart(restart_count); in search()
748 restart_count++; in search()
754 profilerConnector->restart(restart_count); in search()
[all …]
/dports/devel/libindicator/libindicator-12.10.1/libindicator/
H A Dindicator-service-manager.c52 guint restart_count; member
193 priv->restart_count = 0; in indicator_service_manager_init()
387 priv->restart_count = 0; in watch_cb()
394 priv->restart_count = TIMEOUT_A_LITTLE_WHILE; in watch_cb()
404 priv->restart_count = TIMEOUT_A_LITTLE_WHILE; in watch_cb()
584 priv->restart_count++; in start_service_again_cb()
585 g_debug("Restarting service '%s' count %d", priv->name, priv->restart_count); in start_service_again_cb()
611 if (priv->restart_count == 0) { in start_service_again()
616 if (priv->restart_count > 16) in start_service_again()
617 priv->restart_count = 16; /* Not more than 1024x */ in start_service_again()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/pubseq_gateway/impl/cassandra/
H A Dcass_blob_op.hpp200 unsigned int restart_count; member
207 it.restart_count = 0; in CloseAll()
249 bool CanRestart(shared_ptr<CCassQuery> qry, unsigned int restart_count) const in CanRestart()
253 (restart_count >= m_MaxRetries - 1); in CanRestart()
265 return CanRestart(it.query, it.restart_count); in CanRestart()
305 bool rv = CheckReady(it.query, it.restart_count, need_restart); in CheckReady()
309 << "In-place restart (" + to_string(it.restart_count + 1) + "):\n" in CheckReady()
312 ++it.restart_count; in CheckReady()
/dports/www/mod_perl2/mod_perl-2.0.11/t/htdocs/vhost/
H A Dpost_config.pl7 $TestVhost::config::restart_count = Apache2::ServerUtil::restart_count();
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/app/main/
H A Dtor_main.c29 int restart_count = getenv("TOR_DEBUG_RESTART") ? 1 : 0; in main() local
36 else if (r == 0 && restart_count--) in main()
/dports/security/tor/tor-0.4.6.8/src/app/main/
H A Dtor_main.c29 int restart_count = getenv("TOR_DEBUG_RESTART") ? 1 : 0; in main() local
36 else if (r == 0 && restart_count--) in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/
H A Dnricectxhandler.cpp25 restart_count(0) in NrIceCtxHandler()
58 os << restart_count << "-" << name; in CreateStream()
134 ++restart_count; in BeginIceRestart()
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/
H A Dnricectxhandler.cpp24 restart_count(0) {} in NrIceCtxHandler()
49 os << restart_count << "-" << name; in CreateStream()
115 ++restart_count; in BeginIceRestart()
/dports/www/mod_perl2/mod_perl-2.0.11/t/response/TestVhost/
H A Dconfig.pm22 our $restart_count;
38 ok t_cmp($restart_count, 2, "PerlPostConfigRequire");
/dports/science/PETSc/petsc-3.14.1/src/snes/impls/ngmres/
H A Danderson.c36 PetscInt restart_count=0; in SNESSolve_Anderson() local
129 if (selectRestart) restart_count++; in SNESSolve_Anderson()
130 else restart_count = 0; in SNESSolve_Anderson()
135 restart_count = ngmres->restart_it; in SNESSolve_Anderson()
141 if (restart_count >= ngmres->restart_it) { in SNESSolve_Anderson()
145 restart_count = 0; in SNESSolve_Anderson()
/dports/sysutils/istio/istio-1.6.7/tools/
H A Ddump_kubernetes.sh164 local restart_count
165 restart_count=$(kubectl get --namespace="${namespace}" \
168 if [ -n "${restart_count}" ] && [ "${restart_count}" -gt 0 ]; then
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_gtid/t/
H A Drpl_gtid_purged_maintained.test59 --let $restart_count= 2
76 while ($restart_i <= $restart_count)
78 --echo ======== restart_i = $restart_i of $restart_count ========
148 while ($restart_i <= $restart_count)
150 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/rpl/t/
H A Drpl_gtid_purged_maintained.test60 --let $restart_count= 2
77 while ($restart_i <= $restart_count)
79 --echo ======== restart_i = $restart_i of $restart_count ========
149 while ($restart_i <= $restart_count)
151 --echo ======== restart_i = $restart_i of $restart_count ========

12345678910