Home
last modified time | relevance | path

Searched +defs:run +defs:queue (Results 76 – 100 of 1295) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLRangeKernel.cpp130 void CLRangeKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLRangeKernel
H A DCLMaxUnpoolingLayerKernel.cpp129 void CLMaxUnpoolingLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLMaxUnpoolingLayerKernel
H A DCLDepthToSpaceLayerKernel.cpp116 void CLDepthToSpaceLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLDepthToSpaceLayerKernel
H A DCLTileKernel.cpp135 void CLTileKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLTileKernel
H A DCLSpaceToDepthLayerKernel.cpp115 void CLSpaceToDepthLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLSpaceToDepthLayerKernel
H A DCLGenerateProposalsLayerKernel.cpp135 void CLComputeAllAnchorsKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLComputeAllAnchorsKernel
H A DCLSelectKernel.cpp136 void CLSelectKernel::run(const arm_compute::Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLSelectKernel
H A DCLFFTRadixStageKernel.cpp155 void CLFFTRadixStageKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFFTRadixStageKernel
H A DCLFFTDigitReverseKernel.cpp123 void CLFFTDigitReverseKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFFTDigitReverseKernel
H A DCLROIAlignLayerKernel.cpp153 void CLROIAlignLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLROIAlignLayerKernel
H A DCLGatherKernel.cpp121 void CLGatherKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLGatherKernel
H A DCLDeconvolutionLayerUpsampleKernel.cpp105 void CLDeconvolutionLayerUpsampleKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLDeconvolutionLayerUpsampleKernel
H A DCLBoundingBoxTransformKernel.cpp161 void CLBoundingBoxTransformKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLBoundingBoxTransformKernel
H A DCLStackLayerKernel.cpp122 void CLStackLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLStackLayerKernel
H A DCLQLSTMLayerNormalizationKernel.cpp148 void CLQLSTMLayerNormalizationKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLQLSTMLayerNormalizationKernel
H A DCLChannelShuffleLayerKernel.cpp184 void CLChannelShuffleLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLChannelShuffleLayerKernel
H A DCLNormalizePlanarYUVLayerKernel.cpp176 void CLNormalizePlanarYUVLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLNormalizePlanarYUVLayerKernel
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp147 Queues &queue = m_queues[getQueueFamilyIndex(queueFamilyIndexNdx)]; in getFreeQueue() local
384 VkQueue queue; in executeComputePipeline() local
467 VkQueue queue; in executeGraphicPipeline() local
609 void run(void) in run() function in vkt::synchronization::__anonb2d64e1c0111::ThreadGroupThread
664 TestStatus run(void) in run() function in vkt::synchronization::__anonb2d64e1c0111::ThreadGroup
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPausedMessageQueueTest.java23 private MessageQueue queue; field in ShadowPausedMessageQueueTest
126 public void run() { in run() method in ShadowPausedMessageQueueTest.NextThread
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
DClient.java65 private final Queue<ByteBuffer> queue = new LinkedList<ByteBuffer>(); field in Client
176 public void run() { in run() method in Client
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
DClient.java65 private final Queue<ByteBuffer> queue = new LinkedList<ByteBuffer>(); field in Client
176 public void run() { in run() method in Client
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DEventQueueImpl.java229 public void run() { in run() method in EventQueueImpl.TimerThread
232 EventQueueImpl queue = EventQueueImpl.this; in run() local
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DSynchronizationContext.java63 private final Queue<Runnable> queue = new ConcurrentLinkedQueue<>(); field in SynchronizationContext
207 public void run() { in run() method in SynchronizationContext.ManagedRunnable
/aosp_15_r20/external/tensorflow/tensorflow/python/summary/writer/
H A Devent_file_writer.py169 def __init__(self, queue, ev_writer, flush_secs, flush_complete, argument
201 def run(self): member in _EventLoggerThread
/aosp_15_r20/frameworks/base/tests/utils/testutils/java/android/os/test/
H A DTestLooper.java116 MessageQueue queue = mLooper.getQueue(); in getMessageLinkedList() local
247 public void run() { in run() method in TestLooper.AutoDispatchThread

12345678910>>...52