Searched refs:cancelling (Results 1 – 25 of 37) sorted by relevance
12
/external/libcups/examples/ |
D | get-job-attributes.test | 2 # and cancelling it.
|
/external/pigweed/pw_rpc/ |
D | benchmark.proto | 24 // stops the RPC by cancelling it.
|
D | docs.rst | 70 finish the RPC. The client may terminate an ongoing RPC by cancelling it. 1100 cancelling pending calls. However, the C++ implementation imposes some
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/ |
D | README.md | 34 val currentLocation = currentLocationTask.await(cancellationTokenSource) // cancelling `await` also…
|
/external/rust/crates/grpcio-sys/grpc/summerofcode/ |
D | ideas.md | 24 …github.com/grpc/grpc/issues/3064). Anything worth waiting for is worth cancelling. The fact that c…
|
/external/grpc-grpc/summerofcode/ |
D | ideas.md | 24 …github.com/grpc/grpc/issues/3064). Anything worth waiting for is worth cancelling. The fact that c…
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | JobSupport.kt | 796 val cancelling = Finishing(list, false, rootCause) in <lambda>() constant 797 if (!_state.compareAndSet(state, cancelling)) return false in <lambda>()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | History.md | 180 * Fix cancelling a group player before its first tick.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b5.rst | 90 When cancelling the task due to a timeout, :meth:`asyncio.wait_for` will now
|
D | 3.7.0b2.rst | 218 notifying and cancelling a conditional lock. Patch by Bar Harel.
|
D | 3.10.0rc2.rst | 292 while cancelling leaked tasks. Patch by Bar Harel.
|
D | 3.9.0b1.rst | 293 When cancelling a task due to timeout, :meth:`asyncio.wait_for` will now
|
D | 3.6.5rc1.rst | 287 notifying and cancelling a conditional lock. Patch by Bar Harel.
|
D | 3.5.2rc1.rst | 1642 asyncio: Fix inconsistency cancelling Condition.wait. Patch by David Coles.
|
D | 3.10.0a1.rst | 1392 When cancelling the task due to a timeout, :meth:`asyncio.wait_for` will now
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | coordination_service.proto | 207 // Request and response messages for cancelling generic sync barriers.
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | post_training_quantization.md | 236 as noise cancelling and beamforming, * image de-noising, * HDR reconstruction
|
D | post_training_integer_quant_16x8.ipynb | 79 "as noise cancelling and beamforming, \n",
|
/external/python/cpython3/Doc/library/ |
D | asyncio-task.rst | 410 If *return_exceptions* is False, cancelling gather() after it 743 print('The coroutine took too long, cancelling the task...')
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/ |
D | README.md | 110 * **The execution times out after 10 seconds**, cancelling the test coroutine to prevent tests from…
|
/external/lottie/ |
D | CHANGELOG.md | 43 …cancelling animations correctly. This opens up the possibility for unexpected behavior and increas…
|
/external/kotlinx.coroutines/ |
D | CHANGES_UP_TO_1.7.md | 1178 * Fixed `produce` builder to close the channel on completion instead of cancelling it, which lead t… 1222 * Fixed `Job.cancel` and `CompletableDeferred.complete` to support cancelling/completing states and… 1291 * `run` uses cancelling state & propagates exceptions when cancelled (see #147):
|
/external/rust/crates/tokio/ |
D | CHANGELOG.md | 524 for uniquely identifying a task, and `AbortHandle` for remotely cancelling a 565 - task: add `AbortHandle` type for cancelling tasks in a `JoinSet` ([#4530],
|
/external/libabigail/ |
D | NEWS | 91 ir: Fix canonical type propagation cancelling
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 370 When cancelling the task due to a timeout, :meth:`asyncio.wait_for` will now
|
12