/third_party/boost/libs/asio/example/cpp03/tutorial/ |
D | daytime_dox.txt | 19 \until asio.hpp 24 \until } 29 \until boost::asio::io_context 35 \until tcp::resolver 45 \until resolver.resolve 48 contain both IPv4 and IPv6 endpoints, so we need to try each of them until we 52 \until boost::asio::connect 62 \until read_some 68 \until } 72 \until } [all …]
|
D | timer_dox.txt | 22 \until asio.hpp 29 \until boost::asio::io_context 36 \until boost::asio::steady_timer 39 That is, the call to boost::asio::steady_timer::wait() will not return until the 47 \until wait 52 \until } 76 \until asio.hpp 83 \until boost::asio::steady_timer 102 timer, so the call will not return until the timer has expired and the 112 \until } [all …]
|
/third_party/boost/libs/thread/example/ |
D | shared_mutex.cpp | 80 Clock::time_point until = Clock::now() + boost::chrono::seconds(3); in reader() local 81 while (Clock::now() < until) in reader() 95 Clock::time_point until = Clock::now() + boost::chrono::seconds(3); in writer() local 96 while (Clock::now() < until) in writer() 112 Clock::time_point until = Clock::now() + boost::chrono::seconds(3); in try_reader() local 113 while (Clock::now() < until) in try_reader() 129 Clock::time_point until = Clock::now() + boost::chrono::seconds(3); in try_writer() local 130 while (Clock::now() < until) in try_writer() 148 Clock::time_point until = Clock::now() + boost::chrono::seconds(3); in try_for_reader() local 149 while (Clock::now() < until) in try_for_reader() [all …]
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | capsnego-cases | 53 negotiate until agreed 57 call negotiate until caps match padtemplate 61 negotiate until agreed, caps only got send to the 70 call negotiate function with src caps, negotiate until agreed 78 call negotiate function with src caps, negotiate until agreed 92 call negotiate until caps match padtemplate 101 call negotiate, until it matches the padtemplate 110 also call negotiate until it matches template 120 call negotiate until match template 136 call negotiate until agree, check src caps against [all …]
|
/third_party/flutter/flutter/dev/automated_tests/flutter_test/ |
D | exception_handling_expectation.txt | 1 <<skip until matching line>> 10 <<skip until matching line>> 12 <<skip until matching line>> 29 <<skip until matching line>> 31 <<skip until matching line>> 51 <<skip until matching line>> 53 <<skip until matching line>>
|
D | ticker_expectation.txt | 1 <<skip until matching line>> 8 <<skip until matching line>> 10 <<skip until matching line>>
|
D | test_async_utils_unguarded_expectation.txt | 2 <<skip until matching line>> 17 <<skip until matching line>> 21 <<skip until matching line>>
|
D | test_async_utils_guarded_expectation.txt | 1 <<skip until matching line>> 19 <<skip until matching line>> 23 <<skip until matching line>>
|
/third_party/grpc/src/core/lib/gpr/ |
D | time_windows.cc | 77 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() argument 85 now = gpr_now(until.clock_type); in gpr_sleep_until() 86 if (gpr_time_cmp(until, now) <= 0) { in gpr_sleep_until() 90 delta = gpr_time_sub(until, now); in gpr_sleep_until()
|
D | time_posix.cc | 163 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() argument 172 now = gpr_now(until.clock_type); in gpr_sleep_until() 173 if (gpr_time_cmp(until, now) <= 0) { in gpr_sleep_until() 177 delta = gpr_time_sub(until, now); in gpr_sleep_until()
|
/third_party/glib/glib/tests/ |
D | cond.c | 240 gint64 until; in test_wait_until() local 254 until = g_get_monotonic_time () + G_TIME_SPAN_SECOND; in test_wait_until() 258 while (g_cond_wait_until (&cond, &lock, until)) in test_wait_until() 263 g_assert_cmpint (until, <=, g_get_monotonic_time ()); in test_wait_until() 266 until = g_get_monotonic_time () + G_TIME_SPAN_SECOND / 50; in test_wait_until() 268 g_assert (g_cond_wait_until (&cond, &lock, until) == FALSE); in test_wait_until()
|
/third_party/python/Doc/library/ |
D | asyncio-sync.rst | 76 This method waits until the lock is *unlocked*, sets it to 111 :meth:`clear` method. The :meth:`~Event.wait` method blocks until the 133 # Spawn a Task to wait until 'event' is set. 140 # Wait until the waiter task is finished. 147 Wait until the event is set. 150 Otherwise block until another task calls :meth:`~Event.set`. 163 Tasks awaiting on :meth:`~Event.wait` will now block until the 222 This method waits until the underlying lock is *unlocked*, 258 Wait until notified. 263 This method releases the underlying lock, and then blocks until [all …]
|
/third_party/ffmpeg/libswresample/arm/ |
D | resample.S | 29 bgt 1b @ loop until filter_length 45 bgt 1b @ loop until filter_length 58 bgt 1b @ loop until filter_length 72 bgt 1b @ loop until filter_length
|
/third_party/flutter/flutter/dev/missing_dependency_tests/ |
D | trivial_expectation.txt | 1 <<skip until matching line>> 3 <<skip until matching line>>
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCInterceptor.m | 229 // retain this interceptor until the method exit to prevent deallocation of the interceptor within 236 // retain this interceptor until the method exit to prevent deallocation of the interceptor within 243 // retain this interceptor until the method exit to prevent deallocation of the interceptor within 250 // retain this interceptor until the method exit to prevent deallocation of the interceptor within 257 // retain this interceptor until the method exit to prevent deallocation of the interceptor within 265 // retain this interceptor until the method exit to prevent deallocation of the interceptor 274 // retain this interceptor until the method exit to prevent deallocation of the interceptor 284 // retain this interceptor until the method exit to prevent deallocation of the interceptor 293 // retain this interceptor until the method exit to prevent deallocation of the interceptor
|
/third_party/grpc/src/objective-c/GRPCClient/private/ |
D | GRPCTransport+Private.m | 66 // retain the transport instance until the method exit to prevent deallocation of the transport 73 // retain the transport instance until the method exit to prevent deallocation of the transport 80 // retain the transport instance until the method exit to prevent deallocation of the transport 87 // retain the transport instance until the method exit to prevent deallocation of the transport 94 // retain the transport instance until the method exit to prevent deallocation of the transport
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersBuilder.kt | 587 1 -> for (i in start until start + size) { in writeIntegerArray() 590 2 -> for (i in start until start + size) { in writeIntegerArray() 593 4 -> for (i in start until start + size) { in writeIntegerArray() 596 8 -> for (i in start until start + size) { in writeIntegerArray() 635 for (i in start until stack.size) { in calculateKeyVectorBitWidth() 650 for (i in start until stack.size) { in createKeyVector() 662 for (i in start until stack.size) { in createVector() 671 for (i in start until stack.size) { in putMap() 680 for (i in start + 1 until length) { in createTypedVector() 705 for (i in start until stack.size) { [all …]
|
/third_party/iptables/extensions/ |
D | libxt_quota.man | 2 packet. The condition matches until the byte counter reaches zero. Behavior 3 is reversed with negation (i.e. the condition does not match until the
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | utilities.py | 40 until = None if timeout is None else time.time() + timeout 48 if until is None: 51 remaining = until - time.time()
|
/third_party/openGLES/extensions/NV/ |
D | GLX_NV_delay_before_swap.txt | 53 This extension adds functionality to allow the application to wait until a 71 glXDelayBeforeSwapNV blocks the CPU until <seconds> seconds before a 151 is larger than the time left until the end of the swap period? 159 (2) Should we add a function that return the amount of time until the end 168 RESOLVED. glXDelayBeforeSwapNV always attempts to stall until the 170 swap_control_tear, the swap will wait until a fixed swap period if 180 RESOLVED. Given that the expected use case is to wait until before the
|
D | WGL_NV_delay_before_swap.txt | 45 This extension adds functionality to allow the application to wait until a 62 wglDelayBeforeSwapNV blocks the CPU until <seconds> seconds before a 124 is larger than the time left until the end of the swap period? 132 (2) Should we add a function that return the amount of time until the end 141 RESOLVED. wglDelayBeforeSwapNV always attempts to stall until the 143 swap_control_tear, the swap will wait until a fixed swap period if 153 RESOLVED. Given that the expected use case is to wait until before the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_delay_before_swap.txt | 45 This extension adds functionality to allow the application to wait until a 62 wglDelayBeforeSwapNV blocks the CPU until <seconds> seconds before a 124 is larger than the time left until the end of the swap period? 132 (2) Should we add a function that return the amount of time until the end 141 RESOLVED. wglDelayBeforeSwapNV always attempts to stall until the 143 swap_control_tear, the swap will wait until a fixed swap period if 153 RESOLVED. Given that the expected use case is to wait until before the
|
D | GLX_NV_delay_before_swap.txt | 53 This extension adds functionality to allow the application to wait until a 71 glXDelayBeforeSwapNV blocks the CPU until <seconds> seconds before a 151 is larger than the time left until the end of the swap period? 159 (2) Should we add a function that return the amount of time until the end 168 RESOLVED. glXDelayBeforeSwapNV always attempts to stall until the 170 swap_control_tear, the swap will wait until a fixed swap period if 180 RESOLVED. Given that the expected use case is to wait until before the
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_origin.txt | 123 border and increase towards the right border until <frame 127 on the left border and decrease towards the right border until 134 EGL_STREAM_FRAME_ORIGIN_X_NV will not be defined until a consumer 148 border and increase towards the bottom border until <frame 153 border until 0 is reached. 159 EGL_STREAM_FRAME_ORIGIN_Y_NV will not be defined until a consumer 183 EGL_STREAM_FRAME_MAJOR_AXIS_NV will not be defined until a consumer 205 EGL_CONSUMER_AUTO_ORIENTATION_NV will not be defined until a consumer 227 EGL_PRODUCER_AUTO_ORIENTATION_NV will not be defined until a consumer
|
/third_party/boost/libs/fiber/doc/ |
D | mutexes.qbk | 37 Any fiber blocked in __lock__ is suspended until the owning fiber releases the 46 [[Effects:] [The current fiber blocks until ownership can be obtained.]] 118 [[Effects:] [The current fiber blocks until ownership can be obtained.]] 158 [[Effects:] [Attempt to obtain ownership for the current fiber. Blocks until 175 [[Effects:] [Attempt to obtain ownership for the current fiber. Blocks until 222 [[Effects:] [The current fiber blocks until ownership can be obtained.]] 293 [[Effects:] [The current fiber blocks until ownership can be obtained.]] 326 [[Effects:] [Attempt to obtain ownership for the current fiber. Blocks until 340 [[Effects:] [Attempt to obtain ownership for the current fiber. Blocks until
|