Home
last modified time | relevance | path

Searched full:until (Results 1 – 25 of 7013) sorted by relevance

12345678910>>...281

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dsignificant_drop_in_scrutinee.stderr1 error: temporary with significant `Drop` in `match` scrutinee will live until the end of the `match…
11 | - temporary lives until here
21 error: temporary with significant `Drop` in `match` scrutinee will live until the end of the `match…
31 | - temporary lives until here
40 error: temporary with significant `Drop` in `match` scrutinee will live until the end of the `match…
50 | - temporary lives until here
59 error: temporary with significant `Drop` in `match` scrutinee will live until the end of the `match…
66 | - temporary lives until here
75 error: temporary with significant `Drop` in `match` scrutinee will live until the end of the `match…
85 | - temporary lives until here
[all …]
/third_party/typescript/src/lib/
Des2020.sharedmemory.d.ts4 * Until this atomic operation completes, any other read or write operation against the array
11 * returning the original value. Until this atomic operation completes, any other read or
18 * expected value, returning the original value. Until this atomic operation completes, any
24 * Replaces the value at the given position in the array, returning the original value. Until
31 * Returns the value at the given position in the array. Until this atomic operation completes,
38 * returning the original value. Until this atomic operation completes, any other read or write
44 * Stores a value at the given position in the array, returning the new value. Until this
51 * value. Until this atomic operation completes, any other read or write operation against the
58 * agent is put to sleep causing execution to suspend until the timeout expires (returning
59 * `"timed-out"`) or until the agent is awoken (returning `"ok"`); otherwise, returns
[all …]
Des2017.sharedmemory.d.ts31 * Until this atomic operation completes, any other read or write operation against the array
38 * returning the original value. Until this atomic operation completes, any other read or
45 * expected value, returning the original value. Until this atomic operation completes, any
51 * Replaces the value at the given position in the array, returning the original value. Until
65 * Returns the value at the given position in the array. Until this atomic operation completes,
72 * returning the original value. Until this atomic operation completes, any other read or write
78 * Stores a value at the given position in the array, returning the new value. Until this
85 * value. Until this atomic operation completes, any other read or write operation against the
92 * agent is put to sleep causing execution to suspend until the timeout expires (returning
93 * `"timed-out"`) or until the agent is awoken (returning `"ok"`); otherwise, returns
[all …]
/third_party/rust/rust/tests/ui/iterators/
Dintegral.stderr8 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
18 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
28 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
38 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
48 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
58 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
68 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
78 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
88 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
98 …= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax…
[all …]
/third_party/typescript/lib/
Dlib.es2020.sharedmemory.d.ts24 * Until this atomic operation completes, any other read or write operation against the array
31 * returning the original value. Until this atomic operation completes, any other read or
38 * expected value, returning the original value. Until this atomic operation completes, any
44 * Replaces the value at the given position in the array, returning the original value. Until
51 * Returns the value at the given position in the array. Until this atomic operation completes,
58 * returning the original value. Until this atomic operation completes, any other read or write
64 * Stores a value at the given position in the array, returning the new value. Until this
71 * value. Until this atomic operation completes, any other read or write operation against the
78 * agent is put to sleep causing execution to suspend until the timeout expires (returning
79 * `"timed-out"`) or until the agent is awoken (returning `"ok"`); otherwise, returns
[all …]
Dlib.es2017.sharedmemory.d.ts51 * Until this atomic operation completes, any other read or write operation against the array
58 * returning the original value. Until this atomic operation completes, any other read or
65 * expected value, returning the original value. Until this atomic operation completes, any
71 * Replaces the value at the given position in the array, returning the original value. Until
85 * Returns the value at the given position in the array. Until this atomic operation completes,
92 * returning the original value. Until this atomic operation completes, any other read or write
98 * Stores a value at the given position in the array, returning the new value. Until this
105 * value. Until this atomic operation completes, any other read or write operation against the
112 * agent is put to sleep causing execution to suspend until the timeout expires (returning
113 * `"timed-out"`) or until the agent is awoken (returning `"ok"`); otherwise, returns
[all …]
/third_party/curl/docs/libcurl/
Dcurl_easy_getinfo.md82 Time from start until name resolving completed. See
87 Time from start until name resolving completed. See
92 Time from start until remote host or proxy completed.
97 Time from start until remote host or proxy completed.
102 Time from start until SSL/SSH handshake completed.
107 Time from start until SSL/SSH handshake completed.
112 Time from start until just before the transfer begins.
117 Time from start until just before the transfer begins.
131 Time from start until just when the first byte is received.
136 Time from start until just when the first byte is received.
[all …]
/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py40 """Blocks until the system under test has cancelled the RPC."""
83 """Blocks until the system under test has cancelled the RPC."""
118 This method blocks until the system under test has added to the RPC
131 """Blocks until the system under test has closed the request stream."""
136 """Blocks until the system under test has cancelled the RPC."""
172 This method blocks until the system under test has added to the RPC
194 """Blocks until the system under test has closed the request stream."""
199 """Blocks until the system under test has cancelled the RPC."""
222 by the system under test, this method blocks until the system under
241 by the system under test, this method blocks until the system under
[all …]
/third_party/python/Doc/library/
Dasyncio-sync.rst74 This method waits until the lock is *unlocked*, sets it to
109 :meth:`clear` method. The :meth:`~Event.wait` method blocks until the
128 # Spawn a Task to wait until 'event' is set.
135 # Wait until the waiter task is finished.
142 Wait until the event is set.
145 Otherwise block until another task calls :meth:`~Event.set`.
158 Tasks awaiting on :meth:`~Event.wait` will now block until the
214 This method waits until the underlying lock is *unlocked*,
250 Wait until notified.
255 This method releases the underlying lock, and then blocks until
[all …]
Dthreading.rst128 (until the thread terminates, after which the value may be recycled by the OS).
282 the calling thread until the thread whose :meth:`~Thread.join` method is
388 Wait until the thread terminates. This blocks the calling thread until
390 normally or through an unhandled exception -- or until the optional
401 block until the thread terminates.
438 system-wide (until the thread terminates, after which the value
444 system-wide) from the time the thread is created until the thread
456 starts until just after the :meth:`~Thread.run` method terminates. The
493 :meth:`~Lock.acquire` blocks until a call to :meth:`~Lock.release` in another
513 lock, subsequent attempts to acquire it block, until it is released; any
[all …]
Dasyncio-queue.rst33 until an item is removed by :meth:`get`.
63 wait until an item is available.
72 Block until all items in the queue have been received and processed.
82 Put an item into the queue. If the queue is full, wait until a
192 # Wait until the queue is fully processed.
200 # Wait until all worker tasks are cancelled.
/third_party/protobuf/third_party/abseil-cpp/absl/synchronization/internal/
Dfutex.h99 // Atomically check that `*v == val`, and if it is, then sleep until the until
105 // Atomically check that `*v == val`, and if it is, then sleep until
106 // CLOCK_REALTIME reaches `*abs_timeout`, or until woken by `Wake()`.
122 // Atomically check that `*v == val`, and if it is, then sleep until
123 // `*rel_timeout` has elapsed, or until woken by `Wake()`.
128 // is, sleep until abs_timeout or until woken by FUTEX_WAKE. in WaitRelativeTimeout()
/third_party/skia/src/gpu/
DGrBufferAllocPool.h32 * be allocated at the min size and kept around until the pool is destroyed.
93 * returned ptr remains valid until any of the following:
100 * buffer at the offset indicated by offset. Until that time it may be
114 * returned ptr remains valid until any of the following:
121 * buffer at the offset indicated by offset. Until that time it may be
187 * The returned ptr remains valid until any of the following:
194 * the buffer at the offset indicated by startVertex. Until that time they
213 * The returned ptr remains valid until any of the following:
220 * the buffer at the offset indicated by startVertex. Until that time they
266 * The returned ptr remains valid until any of the following:
[all …]
/third_party/python/Lib/asyncio/
Dlocks.py34 state is locked, acquire() blocks until a call to release() in
96 This method blocks until the lock is unlocked, then sets it to
163 The wait() method blocks until the flag is true. The flag is initially
196 wait() will block until set() is called to set the internal flag
201 """Block until the internal flag is true.
204 immediately. Otherwise, block until another coroutine calls
223 allows one or more coroutines to wait until they are notified by another
249 """Wait until notified.
255 until it is awakened by a notify() or notify_all() call for
286 """Wait until a predicate becomes true.
[all …]
/third_party/skia/m133/src/gpu/ganesh/
DGrBufferAllocPool.h39 * be allocated at the min size and kept around until the pool is destroyed.
100 * returned ptr remains valid until any of the following:
107 * buffer at the offset indicated by offset. Until that time it may be
121 * returned ptr remains valid until any of the following:
128 * buffer at the offset indicated by offset. Until that time it may be
198 * The returned ptr remains valid until any of the following:
205 * the buffer at the offset indicated by startVertex. Until that time they
224 * The returned ptr remains valid until any of the following:
231 * the buffer at the offset indicated by startVertex. Until that time they
277 * The returned ptr remains valid until any of the following:
[all …]
/third_party/EGL/extensions/NV/
DEGL_NV_stream_origin.txt123 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/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_delay_before_swap.txt45 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
DGLX_NV_delay_before_swap.txt53 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/openGLES/extensions/NV/
DGLX_NV_delay_before_swap.txt53 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
DWGL_NV_delay_before_swap.txt45 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/cups/test/
D5.7-lprm.sh15 echo " lpr -o job-hold-until=indefinite testfile.jpg"
16 $runcups $VALGRIND ../berkeley/lpr -o job-hold-until=indefinite ../examples/testfile.jpg 2>&1
29 echo " lpr -P Test1 -o job-hold-until=indefinite testfile.jpg"
30 $runcups $VALGRIND ../berkeley/lpr -P Test1 -o job-hold-until=indefinite ../examples/testfile.jpg 2…
/third_party/cups/examples/
Dget-printer-attributes-suite.test68 EXPECT ?job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
69 …EXPECT ?job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE n…
70 EXPECT job-hold-until-default IF-DEFINED OPTIONAL_HOLD_JOB
71 EXPECT job-hold-until-supported IF-DEFINED OPTIONAL_HOLD_JOB
150 EXPECT ?job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
151 …EXPECT ?job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE n…
152 EXPECT job-hold-until-default IF-DEFINED OPTIONAL_HOLD_JOB
153 EXPECT job-hold-until-supported IF-DEFINED OPTIONAL_HOLD_JOB
232 EXPECT ?job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
233 …EXPECT ?job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE n…
[all …]
Dset-attrs-hold.test1 # Test print-job and later job-hold-until attribute
79 EXPECT job-hold-until
84 NAME "Set job attrs with job-hold-until"
101 ATTR name job-hold-until 00:30:00
131 EXPECT job-hold-until
179 EXPECT job-hold-until
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCInterceptor.mm229 // 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/
DGRPCTransport+Private.mm66 // 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

12345678910>>...281