Home
last modified time | relevance | path

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

1234

/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/sched/sched_util_est_cfs/
Dformat11 field:unsigned int enqueued; offset:76; size:4; signed:0;
15 print fmt: "cpu=%d path=%s enqueued=%u ewma=%u util=%lu", REC->cpu, REC->path, REC->enqueued, REC->…
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/sched/sched_util_est_se/
Dformat13 field:unsigned int enqueued; offset:96; size:4; signed:0;
17 …: "cpu=%d path=%s comm=%s pid=%d enqueued=%u ewma=%u util=%lu", REC->cpu, REC->path, REC->comm, RE…
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dcustom-style-interface.min.js10 …];this.enqueued=!1;h(function(){window.ShadyCSS.flushCustomStyles&&window.ShadyCSS.flushCustomStyl…
Dapply-shim.min.js25 …)},a.a.validateCallback=function(){requestAnimationFrame(function(){a.a.enqueued&&a.flushCustomSty…
26 …ocessStyles();if(this.a.enqueued){for(var b=0;b<a.length;b++){var c=this.a.getStyleForCustomStyle(…
/external/mksh/src/
Dhistrap.c611 static char *enqueued = NULL; in histsave() local
616 afree(enqueued, APERM); in histsave()
617 enqueued = NULL; in histsave()
622 if (!enqueued) in histsave()
624 } else if (enqueued) { in histsave()
625 c = enqueued; in histsave()
626 enqueued = NULL; in histsave()
662 if (!enqueued) { in histsave()
664 enqueued = c; in histsave()
670 nenq = strlen(enqueued); in histsave()
[all …]
/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_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_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_QueueCloseV2.pbtxt21 This operation signals that no more elements will be enqueued in the
Dapi_def_QueueClose.pbtxt19 This operation signals that no more elements will be enqueued in the
Dapi_def_BatchFunction.pbtxt45 Maximum number of batches enqueued. Default: 10.
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dtensor_util.cc78 bool enqueued = tfrt::EnqueueBlockingWork( in TransferTensorToDevice() local
120 if (!enqueued) { in TransferTensorToDevice()
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXConcurrentWriteable.m90 // Skip any possible message to the wrapped writeable enqueued after this one.
108 // Skip any possible message to the wrapped writeable enqueued after this one.
DGRXBufferedPipe.m49 // Even if we're paused and with enqueued values, we can't excert back-pressure to our writer.
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow.cpp79 boolean enqueued; in RunOnUIThread() local
81 &enqueued); in RunOnUIThread()
/external/googleapis/google/cloud/sql/v1/
Dcloud_sql_backup_runs.proto133 // The time the run was enqueued in UTC timezone in
197 // A list of backup runs in reverse chronological order of the enqueued time.
210 // The backup operation was enqueued.
/external/googleapis/google/devtools/build/v1/
Dbuild_events.proto53 // Notification that the build request is enqueued.
121 // The build is enqueued.
/external/sdv/vsomeip/third_party/boost/atomic/doc/
Dexamples.qbk383 The implementation guarantees that all objects enqueued are
384 processed in the order they were enqueued by building a singly-linked
389 It must be guaranteed that any access to an object to be enqueued
/external/mesa3d/docs/relnotes/
D18.2.4.rst59 - radv: Emit enqueued pipeline barriers on event write.
/external/python/cpython3/Doc/library/
Dqueue.rst176 Two methods are offered to support tracking whether enqueued tasks have been
182 Indicate that a formerly enqueued task is complete. Used by queue consumer
207 Example of how to wait for enqueued tasks to be completed::
/external/cronet/stable/base/task/sequence_manager/
DREADME.md53 enqueued on the main thread. A delayed Task posted from the main thread skips
/external/cronet/tot/base/task/sequence_manager/
DREADME.md53 enqueued on the main thread. A delayed Task posted from the main thread skips
/external/walt/docs/
DAudioLatency.md24 The audio data buffers are enqueued in the
/external/swiftshader/third_party/marl/docs/
Dscheduler.md134 - A fiber becoming ready to be resumed, by being enqueued on the `work.fibers` queue.
135 - A task becoming enqueued on the `work.tasks` queue.
215 // calls marl::Scheduler::Worker::run() to run all enqueued tasks. Once the

1234