Home
last modified time | relevance | path

Searched refs:get_timeout (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/
H A Ddecorators.py81 get_timeout = lambda *a, **kw: kw['timeout'] function
83 return _TimeoutRetryWrapper(f, get_timeout, get_retries)
99 get_timeout = lambda *a, **kw: kw['timeout'] function
102 f, get_timeout, get_retries, retry_if_func=retry_if_func)
122 get_timeout = lambda *a, **kw: timeout function
124 return _TimeoutRetryWrapper(f, get_timeout, get_retries)
147 get_timeout = lambda *a, **kw: kw.get('timeout', default_timeout) function
149 return _TimeoutRetryWrapper(f, get_timeout, get_retries, pass_values=True)
176 def get_timeout(inst, *_args, **kwargs): function
185 return _TimeoutRetryWrapper(f, get_timeout, get_retries, pass_values=True)
/dports/net-im/biboumi/biboumi-9.0/tests/
H A Dtimed_events.cpp29 CHECK(TimedEventsManager::instance().get_timeout() == utils::no_timeout);
37 CHECK(TimedEventsManager::instance().get_timeout() > 0ms);
40 std::chrono::milliseconds timoute = TimedEventsManager::instance().get_timeout();
45 CHECK(TimedEventsManager::instance().get_timeout() == utils::no_timeout);
55 CHECK(TimedEventsManager::instance().get_timeout() > 0ms);
60 CHECK(TimedEventsManager::instance().get_timeout() == utils::no_timeout);
/dports/www/httest/httest-2.4.24/src/
H A Dtransport.c56 transport_get_timeout_f get_timeout; member
79 transport_get_timeout_f get_timeout, in transport_new() argument
87 hook->get_timeout = get_timeout; in transport_new()
158 if (hook && hook->get_timeout) { in transport_get_timeout()
159 return hook->get_timeout(hook->data, t); in transport_get_timeout()
/dports/devel/rpclib/rpclib-2.2.1/tests/rpc/
H A Dclient_test.cc70 EXPECT_FALSE(client.get_timeout()); in TEST_F()
75 EXPECT_EQ(*client.get_timeout(), short_timeout); in TEST_F()
79 EXPECT_EQ(*client.get_timeout(), short_timeout * 2); in TEST_F()
94 << *client.get_timeout() in TEST_F()
102 EXPECT_FALSE(client.get_timeout()); in TEST_F()
104 EXPECT_EQ(50, *client.get_timeout()); in TEST_F()
106 EXPECT_FALSE(client.get_timeout()); in TEST_F()
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/oslo_messaging/tests/functional/
H A Dtest_functional.py370 get_timeout = 1
372 get_timeout = 5
389 get_timeout = 1
391 get_timeout = 5
452 get_timeout = 0.5
454 get_timeout = 5
490 get_timeout = 1
492 get_timeout = 5
518 get_timeout = 3
548 get_timeout = 1
[all …]
/dports/net/net6/net6-1.3.14/inc/
H A Dconnection.hpp164 virtual unsigned long get_timeout() const = 0;
225 virtual unsigned long get_timeout() const;
267 unsigned long connection<Selector>::get_timeout() const in get_timeout() function in net6::connection
269 return selector.get_timeout(*remote_sock); in get_timeout()
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/t/
H A Dfq-object-methods.t78 ok( !defined $q->get_timeout(), "check default timeout");
80 ok( 123 == $q->get_timeout(), "check set/get timeout");
82 ok( 456 == $q->get_timeout(), "check timeout as named parameter");
/dports/devel/rpclib/rpclib-2.2.1/lib/rpc/
H A Dclient.cc130 nonstd::optional<int64_t> get_timeout() { in get_timeout() function
185 "Timeout of {}ms while connecting to {}:{}", *get_timeout(), in wait_conn()
220 nonstd::optional<int64_t> client::get_timeout() const { in get_timeout() function in rpc::client
221 return pimpl->get_timeout(); in get_timeout()
241 *get_timeout(), func_name)); in throw_timeout()
/dports/devel/monotone/monotone-1.1/src/netxx/
H A Dstream.cxx94 : StreamBase(other.get_timeout()) in Stream()
132 return pimpl_->socket_.write(buffer, length, get_timeout()); in write()
137 return pimpl_->socket_.read(buffer, length, get_timeout()); in read()
/dports/devel/py-notify2/notify2-0.3.1/
H A Dtest_notify2.py95 self.assertEqual(n.get_timeout(), notify2.EXPIRES_DEFAULT)
97 self.assertEqual(n.get_timeout(), notify2.EXPIRES_NEVER)
99 self.assertEqual(n.get_timeout(), 5000)
/dports/databases/py-bsddb3/bsddb3-6.2.9/Lib/bsddb/test/
H A Dtest_lock.py123 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 0)
125 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 0)
127 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 123456)
129 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 7890123)
/dports/databases/py-bsddb3/bsddb3-6.2.9/Lib3/bsddb/test/
H A Dtest_lock.py123 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 0)
125 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 0)
127 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 123456)
129 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 7890123)
/dports/lang/python-legacy/Python-2.7.18/Lib/bsddb/test/
H A Dtest_lock.py88 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 0)
90 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 0)
92 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 123456)
94 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 7890123)
/dports/lang/python27/Python-2.7.18/Lib/bsddb/test/
H A Dtest_lock.py88 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 0)
90 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 0)
92 self.assertEqual(self.env.get_timeout(db.DB_SET_LOCK_TIMEOUT), 123456)
94 self.assertEqual(self.env.get_timeout(db.DB_SET_TXN_TIMEOUT), 7890123)
/dports/net-im/biboumi/biboumi-9.0/src/utils/
H A Dtimed_events.hpp49 std::chrono::milliseconds get_timeout() const;
110 std::chrono::milliseconds get_timeout() const;
H A Dtimed_events_manager.cpp24 std::chrono::milliseconds TimedEventsManager::get_timeout() const in get_timeout() function in TimedEventsManager
28 return this->events.front().get_timeout(); in get_timeout()
/dports/lang/ruby26/ruby-2.6.9/ext/io/wait/
H A Dwait.c48 get_timeout(int argc, VALUE *argv, struct timeval *timerec) in get_timeout() function
137 tv = get_timeout(argc, argv, &timerec); in io_wait_readable()
162 tv = get_timeout(argc, argv, &timerec); in io_wait_writable()
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestEnvConfig.c302 dbenv->get_timeout(dbenv, &timeout, DB_SET_LOCK_TIMEOUT) == 0); in TestSetLockTimeout()
312 dbenv->get_timeout(dbenv, &timeout, DB_SET_LOCK_TIMEOUT) == 0); in TestSetLockTimeout()
320 dbenv->get_timeout(dbenv, &timeout, DB_SET_LOCK_TIMEOUT) == 0); in TestSetLockTimeout()
348 dbenv->get_timeout(dbenv, &timeout, DB_SET_TXN_TIMEOUT) == 0); in TestSetTransactionTimeout()
358 dbenv->get_timeout(dbenv, &timeout, DB_SET_TXN_TIMEOUT) == 0); in TestSetTransactionTimeout()
366 dbenv->get_timeout(dbenv, &timeout, DB_SET_TXN_TIMEOUT) == 0); in TestSetTransactionTimeout()
/dports/devel/p5-Thread-Apartment/Thread-Apartment-0.51/lib/Thread/Apartment/
H A DContainer.pm166 sub get_timeout { subroutine
167 return $_[0]->{_tac}->get_timeout();
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/td/actor/
H A DTimeout.h38 double get_timeout() const { in get_timeout() function
39 return Actor::get_timeout(); in get_timeout()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/asio/detail/
H A Depoll_reactor.hpp175 BOOST_ASIO_DECL int get_timeout();
180 BOOST_ASIO_DECL int get_timeout(itimerspec& ts);
/dports/www/moodle310/moodle/repository/upload/tests/behat/
H A Dbehat_repository_upload.php174 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
182 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
/dports/www/moodle311/moodle/repository/upload/tests/behat/
H A Dbehat_repository_upload.php174 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
182 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
/dports/www/moodle39/moodle/repository/upload/tests/behat/
H A Dbehat_repository_upload.php174 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
182 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
/dports/devel/rpclib/rpclib-2.2.1/dependencies/include/asio/detail/
H A Depoll_reactor.hpp190 ASIO_DECL int get_timeout();
195 ASIO_DECL int get_timeout(itimerspec& ts);

12345678910>>...34