Home
last modified time | relevance | path

Searched refs:enqueued (Results 1 – 25 of 29) sorted by relevance

12

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java349 boolean enqueued; field in OutboundFlowController.OutboundFlowState.Frame
364 if (!enqueued) { in enqueue()
365 enqueued = true; in enqueue()
394 if (enqueued) { in write()
428 if (enqueued) { in split()
/external/mksh/src/
Dhistrap.c608 static char *enqueued = NULL; in histsave() local
613 afree(enqueued, APERM); in histsave()
614 enqueued = NULL; in histsave()
619 if (!enqueued) in histsave()
621 } else if (enqueued) { in histsave()
622 c = enqueued; in histsave()
623 enqueued = NULL; in histsave()
659 if (!enqueued) { in histsave()
661 enqueued = c; in histsave()
667 nenq = strlen(enqueued); in histsave()
[all …]
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXConcurrentWriteable.m55 // enqueued messages into noops, cancellation nillifies the writeable property. If we get it
82 // Skip any possible message to the wrapped writeable enqueued after this one.
100 // Skip any of the still-enqueued messages to the wrapped writeable. We use the atomic setter to
122 // Skip any of the still-enqueued messages to the wrapped writeable. We use the atomic setter to
DGRXBufferedPipe.m49 // Even if we're paused and with enqueued values, we can't excert back-pressure to our writer.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QueueEnqueueV2.pbtxt15 One or more tensors from which the enqueued tensors should be taken.
32 element has been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueEnqueue.pbtxt13 One or more tensors from which the enqueued tensors should be taken.
30 element has been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueEnqueueManyV2.pbtxt15 One or more tensors from which the enqueued tensors should
37 elements have been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueEnqueueMany.pbtxt13 One or more tensors from which the enqueued tensors should
35 elements have been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueClose.pbtxt19 This operation signals that no more elements will be enqueued in the
Dapi_def_QueueCloseV2.pbtxt21 This operation signals that no more elements will be enqueued in the
Dapi_def_BatchFunction.pbtxt45 Maximum number of batches enqueued. Default: 10.
/external/python/cpython2/Doc/library/
Dqueue.rst149 Two methods are offered to support tracking whether enqueued tasks have been
155 Indicate that a formerly enqueued task is complete. Used by queue consumer
180 Example of how to wait for enqueued tasks to be completed::
Dmultiprocessing.rst546 However, objects enqueued by the same process will always be in
673 ``allow_exit_without_flush()``. It is likely to cause enqueued
676 immediately without waiting to flush enqueued data to the
713 Indicate that a formerly enqueued task is complete. Used by queue consumer
/external/python/cpython3/Doc/library/
Dqueue.rst160 Two methods are offered to support tracking whether enqueued tasks have been
166 Indicate that a formerly enqueued task is complete. Used by queue consumer
188 Example of how to wait for enqueued tasks to be completed::
Dasyncio-queue.rst89 Indicate that a formerly enqueued task is complete.
Dmultiprocessing.rst714 However, objects enqueued by the same process will always be in
842 ``allow_exit_without_flush()``. It is likely to cause enqueued
845 immediately without waiting to flush enqueued data to the
881 Indicate that a formerly enqueued task is complete. Used by queue
Dlogging.handlers.rst974 method is enqueued.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Denqueue-kernel.ll1 ; RUN: opt -data-layout=A5 -amdgpu-lower-enqueued-block -S < %s | FileCheck %s
144 attributes #0 = { "enqueued-block" }
/external/walt/docs/
DAudioLatency.md24 The audio data buffers are enqueued in the
/external/okhttp/mockwebserver/
DREADME.md48 // Responses are returned in the same order that they are enqueued.
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto67 // This is the version for all the ops that will be enqueued by the client.
Dconfig.proto327 // Nodes that perform blocking operations are enqueued on a pool of
/external/libnl/doc/
Droute.txt1211 prioritization of packets before they are enqueued to the network
1232 should be enqueued to. Different types of classifiers exists,
1461 will be enqueued to a qdisc unless the device is queueless. The
1466 send packets even if no new packets are being enqueued.
/external/walt/docs/usage/
DWALT_usage.md133 [OpenSLES BufferQueue callback that enqueued the buffer](https://github.com/google/walt/blob/master…
/external/grpc-grpc/src/objective-c/GRPCClient/
DGRPCCall.m70 // start_batch is enqueued once upon receiving the OP_COMPLETE event for the

12