/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLRangeKernel.cpp | 130 void CLRangeKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLRangeKernel
|
H A D | CLMaxUnpoolingLayerKernel.cpp | 129 void CLMaxUnpoolingLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLMaxUnpoolingLayerKernel
|
H A D | CLDepthToSpaceLayerKernel.cpp | 116 void CLDepthToSpaceLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLDepthToSpaceLayerKernel
|
H A D | CLTileKernel.cpp | 135 void CLTileKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLTileKernel
|
H A D | CLSpaceToDepthLayerKernel.cpp | 115 void CLSpaceToDepthLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLSpaceToDepthLayerKernel
|
H A D | CLGenerateProposalsLayerKernel.cpp | 135 void CLComputeAllAnchorsKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLComputeAllAnchorsKernel
|
H A D | CLSelectKernel.cpp | 136 void CLSelectKernel::run(const arm_compute::Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLSelectKernel
|
H A D | CLFFTRadixStageKernel.cpp | 155 void CLFFTRadixStageKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFFTRadixStageKernel
|
H A D | CLFFTDigitReverseKernel.cpp | 123 void CLFFTDigitReverseKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFFTDigitReverseKernel
|
H A D | CLROIAlignLayerKernel.cpp | 153 void CLROIAlignLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLROIAlignLayerKernel
|
H A D | CLGatherKernel.cpp | 121 void CLGatherKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLGatherKernel
|
H A D | CLDeconvolutionLayerUpsampleKernel.cpp | 105 void CLDeconvolutionLayerUpsampleKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLDeconvolutionLayerUpsampleKernel
|
H A D | CLBoundingBoxTransformKernel.cpp | 161 void CLBoundingBoxTransformKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLBoundingBoxTransformKernel
|
H A D | CLStackLayerKernel.cpp | 122 void CLStackLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLStackLayerKernel
|
H A D | CLQLSTMLayerNormalizationKernel.cpp | 148 void CLQLSTMLayerNormalizationKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLQLSTMLayerNormalizationKernel
|
H A D | CLChannelShuffleLayerKernel.cpp | 184 void CLChannelShuffleLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLChannelShuffleLayerKernel
|
H A D | CLNormalizePlanarYUVLayerKernel.cpp | 176 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 D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 147 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 D | ShadowPausedMessageQueueTest.java | 23 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/ |
D | Client.java | 65 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/ |
D | Client.java | 65 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 D | EventQueueImpl.java | 229 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 D | SynchronizationContext.java | 63 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 D | event_file_writer.py | 169 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 D | TestLooper.java | 116 MessageQueue queue = mLooper.getQueue(); in getMessageLinkedList() local 247 public void run() { in run() method in TestLooper.AutoDispatchThread
|