Home
last modified time | relevance | path

Searched refs:waited (Results 1 – 25 of 73) sorted by relevance

123

/third_party/python/Lib/distutils/tests/
Dtest_config.py96 waited = [('password', 'secret'), ('realm', 'pypi'),
99 self.assertEqual(config, waited)
105 waited = [('password', 'secret'), ('realm', 'pypi'),
108 self.assertEqual(config, waited)
131 waited = [('password', 'yh^%#rest-of-my-password'), ('realm', 'pypi'),
134 self.assertEqual(config, waited)
Dtest_upload.py94 for attr, waited in (('username', 'me'), ('password', 'secret'),
97 self.assertEqual(getattr(cmd, attr), waited)
/third_party/toybox/toys/pending/
Ddhcp.c1275 uint32_t timeout = 0, waited = 0; in dhcp_main() local
1320 tv.tv_sec = timeout - waited; in dhcp_main()
1329 waited += (unsigned) time(NULL) - timestmp; in dhcp_main()
1347 waited = 0; in dhcp_main()
1365 waited = 0; in dhcp_main()
1375 waited = 0; in dhcp_main()
1392 waited = 0; in dhcp_main()
1403 waited = 0; in dhcp_main()
1410 waited = 0; in dhcp_main()
1416 waited = 0; in dhcp_main()
[all …]
Ddhcpd.c1611 uint32_t waited = 0, serverid = 0, requested_nip = 0; in dhcpd_main() local
1677 tv.tv_sec = gconfig.auto_time - waited; in dhcpd_main()
1688 waited += (unsigned) time(NULL) - timestmp; in dhcpd_main()
1696 waited = 0; in dhcpd_main()
1740 waited += time(NULL) - timestmp; in dhcpd_main()
1756 waited += time(NULL) - timestmp; in dhcpd_main()
1984 waited += time(NULL) - timestmp; in dhcpd_main()
2000 waited += time(NULL) - timestmp; in dhcpd_main()
/third_party/python/Lib/test/test_asyncio/
Dtest_locks.py503 waited = False
508 nonlocal waited
510 waited = True # Make sure this area was reached
525 self.assertTrue(waited)
/third_party/python/Doc/library/
Dselectors.rst56 be waited for on a given file object. It can be a combination of the modules
85 Events that must be waited for on this file object.
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp1537 for (int waited = 0;;) in iterate() local
1540 const int wait = de::max(50, waited>>2); in iterate()
1543 if (pass == VERIFY_PASS || (pass == VERIFY_MINIMUM && waited >= maxWait)) in iterate()
1548 if (waited >= warnWait && lastTimelyState != pass) in iterate()
1551 log << TestLog::Message << "Passed after ~" << waited << "ms of waiting" << TestLog::EndMessage; in iterate()
1555 else if (waited >= maxWait) in iterate()
1559 …log << TestLog::Message << "Waited for ~" << waited << "ms without getting all expected messages" … in iterate()
1564 if (waited < warnWait) in iterate()
1568 waited += wait; in iterate()
/third_party/libcoap/man/
Dcoap_deprecated.txt.in170 *coap_write*() returns the number of milli-seconds that need to be waited
/third_party/EGL/extensions/EXT/
DEGL_EXT_client_sync.txt75 may not be used with eglWaitSync. They may be waited for with
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_client_sync.txt75 may not be used with eglWaitSync. They may be waited for with
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DPresentSemaphores.md73 Associated with each QP operation is a semaphore signaled by the preceding QS and waited on by the
118 => SPX is waited on
/third_party/EGL/extensions/KHR/
DEGL_KHR_wait_sync.txt147 Sync objects may be waited on or signaled from multiple contexts of
214 syncs or reusable syncs are being waited upon.
DEGL_KHR_reusable_sync.txt54 whose completion can be tested or waited upon. This extension
157 between API contexts. Sync objects may be tested or waited upon by
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_wait_sync.txt147 Sync objects may be waited on or signaled from multiple contexts of
214 syncs or reusable syncs are being waited upon.
DEGL_KHR_reusable_sync.txt54 whose completion can be tested or waited upon. This extension
157 between API contexts. Sync objects may be tested or waited upon by
DEGL_KHR_fence_sync.txt56 whose completion can be tested or waited upon. This extension
174 between API contexts. Sync objects may be tested or waited upon by
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_timeline_semaphore.txt95 waited semaphores need to reach.
/third_party/lwip/src/api/
Dsockets.c2044 int waited = 0; in lwip_select() local
2165 waited = 1; in lwip_select()
2198 …if (API_SELECT_CB_VAR_REF(select_cb).sem_signalled && (!waited || (waitres == SYS_ARCH_TIMEOUT))) { in lwip_select()
2402 int waited = 0; in lwip_poll() local
2470 waited = 1; in lwip_poll()
2481 if (select_cb.sem_signalled && (!waited || (waitres == SYS_ARCH_TIMEOUT))) { in lwip_poll()
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_sync.txt43 whose completion status can be tested or waited upon. One specific
154 of events whose completion status can be tested or waited upon. Sync
308 the sync object being waited on was signaled.
/third_party/openGLES/extensions/APPLE/
DAPPLE_sync.txt43 whose completion status can be tested or waited upon. One specific
154 of events whose completion status can be tested or waited upon. Sync
308 the sync object being waited on was signaled.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DGLX_NV_delay_before_swap.txt118 1 BOOL waited
/third_party/openGLES/extensions/NV/
DGLX_NV_delay_before_swap.txt118 1 BOOL waited
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_sync.txt44 whose completion can be tested or waited upon. This extension
160 API contexts. Sync objects may be tested or waited upon by application
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DEGL_KHR_fence_sync.txt56 whose completion can be tested or waited upon. This extension
174 between API contexts. Sync objects may be tested or waited upon by
/third_party/EGL/extensions/NV/
DEGL_NV_sync.txt44 whose completion can be tested or waited upon. This extension
160 API contexts. Sync objects may be tested or waited upon by application

123