Home
last modified time | relevance | path

Searched refs:later_time (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/tasks/
H A Dadd_unique_urls_task_unittest.cc159 const base::Time later_time = clock.Now(); in TEST_F() local
184 EXPECT_LE(later_time, items[kClientId1].creation_time); in TEST_F()
185 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
187 EXPECT_LE(later_time, items[kClientId1].freshness_time); in TEST_F()
188 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
210 EXPECT_LE(later_time, items[kClientId3].creation_time); in TEST_F()
211 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
213 EXPECT_LE(later_time, items[kClientId3].freshness_time); in TEST_F()
214 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/tasks/
H A Dadd_unique_urls_task_unittest.cc157 const base::Time later_time = clock.Now(); in TEST_F() local
182 EXPECT_LE(later_time, items[kClientId1].creation_time); in TEST_F()
183 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
185 EXPECT_LE(later_time, items[kClientId1].freshness_time); in TEST_F()
186 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
208 EXPECT_LE(later_time, items[kClientId3].creation_time); in TEST_F()
209 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
211 EXPECT_LE(later_time, items[kClientId3].freshness_time); in TEST_F()
212 EXPECT_GE(later_time + base::TimeDelta::FromSeconds(1), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dbackoff_entry_serializer_unittest.cc85 Time later_time = original_time + TimeDelta::FromDays(1); in TEST() local
88 *serialized, &base_policy, &original_ticks, later_time); in TEST()
128 Time later_time = original_time + TimeDelta::FromDays(1); in TEST() local
131 &later_ticks, later_time); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dbackoff_entry_serializer_unittest.cc83 Time later_time = original_time + TimeDelta::FromDays(1); in TEST() local
86 *serialized, &base_policy, &original_ticks, later_time); in TEST()
126 Time later_time = original_time + TimeDelta::FromDays(1); in TEST() local
129 &later_ticks, later_time); in TEST()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/configservice/
H A Dlayer1.py222 later_time=None, earlier_time=None, argument
268 if later_time is not None:
269 params['laterTime'] = later_time
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_otp.cpp98 std::chrono::system_clock::time_point later_time = time + std::chrono::seconds(timestep); in run_one_test() local
105 result.test_eq("TOTP verify time slip", totp.verify_totp(otp, later_time, 0), false); in run_one_test()
106 … result.test_eq("TOTP verify time slip allowed", totp.verify_totp(otp, later_time, 1), true); in run_one_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/configservice/
H A Dlayer1.py222 later_time=None, earlier_time=None, argument
268 if later_time is not None:
269 params['laterTime'] = later_time
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/configservice/
H A Dlayer1.py222 later_time=None, earlier_time=None, argument
268 if later_time is not None:
269 params['laterTime'] = later_time
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_otp.cpp98 std::chrono::system_clock::time_point later_time = time + std::chrono::seconds(timestep); in run_one_test() local
105 result.test_eq("TOTP verify time slip", totp.verify_totp(otp, later_time, 0), false); in run_one_test()
106 … result.test_eq("TOTP verify time slip allowed", totp.verify_totp(otp, later_time, 1), true); in run_one_test()
/dports/devel/py-boto/boto-2.49.0/boto/configservice/
H A Dlayer1.py222 later_time=None, earlier_time=None, argument
268 if later_time is not None:
269 params['laterTime'] = later_time
/dports/devel/grpc134/grpc-1.34.1/test/core/surface/
H A Dconcurrent_connectivity_test.cc79 gpr_timespec later_time = in create_loop_destroy() local
83 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in create_loop_destroy()
269 gpr_timespec later_time = in watches_with_short_timeouts() local
274 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in watches_with_short_timeouts()
/dports/devel/grpc130/grpc-1.30.2/test/core/surface/
H A Dconcurrent_connectivity_test.cc75 gpr_timespec later_time = in create_loop_destroy() local
79 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in create_loop_destroy()
265 gpr_timespec later_time = in watches_with_short_timeouts() local
270 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in watches_with_short_timeouts()
/dports/devel/grpc/grpc-1.42.0/test/core/surface/
H A Dconcurrent_connectivity_test.cc72 gpr_timespec later_time = in create_loop_destroy() local
76 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in create_loop_destroy()
265 gpr_timespec later_time = in watches_with_short_timeouts() local
270 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in watches_with_short_timeouts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/surface/
H A Dconcurrent_connectivity_test.cc68 gpr_timespec later_time = in create_loop_destroy() local
72 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in create_loop_destroy()
258 gpr_timespec later_time = in watches_with_short_timeouts() local
263 grpc_channel_watch_connectivity_state(chan, state, later_time, cq, in watches_with_short_timeouts()
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Dproximity.py278 earlier_time=start_datetime, later_time=end_datetime
289 earlier_time=start_datetime, later_time=end_datetime
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/po/
H A Dsr.po4047 msgid "%(earlier_time)s - %(later_time)s"
4048 msgstr "%(earlier_time)s — %(later_time)s"
4061 "%(later_time)s"
4064 "%(later_time)s"
H A Dja.po3758 msgid "%(earlier_time)s - %(later_time)s"
3759 msgstr "%(earlier_time)s - %(later_time)s"
3772 "%(later_time)s"
3775 "%(later_time)s"
H A Dru.po4043 msgid "%(earlier_time)s - %(later_time)s"
4044 msgstr "%(earlier_time)s - %(later_time)s"
4057 "%(later_time)s"
4060 "%(later_time)s"
H A Dsv.po3480 msgid "%(earlier_time)s - %(later_time)s"
3481 msgstr "%(earlier_time)s - %(later_time)s"
3494 "%(later_time)s"
3497 "%(later_time)s"
H A Dnb.po3766 msgid "%(earlier_time)s - %(later_time)s"
3767 msgstr "%(earlier_time)s - %(later_time)s"
3780 "%(later_time)s"
3783 "%(later_time)s"
H A Dnn.po3719 msgid "%(earlier_time)s - %(later_time)s"
3720 msgstr "%(earlier_time)s – %(later_time)s"
3733 "%(later_time)s"
3736 "%(later_time)s"
H A Dtr.po4047 msgid "%(earlier_time)s - %(later_time)s"
4048 msgstr "%(earlier_time)s - %(later_time)s"
4061 "%(later_time)s"
4064 "%(later_time)s"
H A Dde.po4096 msgid "%(earlier_time)s - %(later_time)s"
4097 msgstr "%(earlier_time)s - %(later_time)s"
4110 "%(later_time)s"
4113 "%(later_time)s"
H A Dnl.po4085 msgid "%(earlier_time)s - %(later_time)s"
4086 msgstr "%(earlier_time)s - %(later_time)s"
4099 "%(later_time)s"
4102 "%(later_time)s"
H A Dpt_BR.po4075 msgid "%(earlier_time)s - %(later_time)s"
4076 msgstr "%(earlier_time)s - %(later_time)s"
4089 "%(later_time)s"
4092 "%(later_time)s"

123