Home
last modified time | relevance | path

Searched +defs:run +defs:queue (Results 101 – 125 of 1295) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLL2NormalizeLayerKernel.cpp154 void CLL2NormalizeLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLL2NormalizeLayerKernel
H A DCLNormalizationLayerKernel.cpp237 void CLNormalizationLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLNormalizationLayerKernel
H A DCLPadLayerKernel.cpp187 void CLPadLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLPadLayerKernel
H A DCLFuseBatchNormalizationKernel.cpp191 void CLFuseBatchNormalizationKernel::run(const arm_compute::Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFuseBatchNormalizationKernel
H A DCLArgMinMaxLayerKernel.cpp155 void CLArgMinMaxLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLArgMinMaxLayerKernel
H A DCLReductionOperationKernel.cpp198 void CLReductionOperationKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLReductionOperationKernel
H A DCLBatchToSpaceLayerKernel.cpp169 void CLBatchToSpaceLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLBatchToSpaceLayerKernel
H A DCLBatchNormalizationLayerKernel.cpp222 void CLBatchNormalizationLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in CLBatchNormalizationLayerKernel
H A DCLPriorBoxLayerKernel.cpp208 void CLPriorBoxLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLPriorBoxLayerKernel
H A DCLComparisonKernel.cpp172 void CLComparisonKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLComparisonKernel
H A DCLDeconvolutionReshapeOutputKernel.cpp188 void CLDeconvolutionReshapeOutputKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLDeconvolutionReshapeOutputKernel
H A DCLSpaceToBatchLayerKernel.cpp187 void CLSpaceToBatchLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLSpaceToBatchLayerKernel
H A DCLDepthwiseConvolutionLayerNativeKernel.cpp358 void CLDepthwiseConvolutionLayerNativeKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLDepthwiseConvolutionLayerNativeKernel
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DFileCleaningTracker.java66 public void run() { in run() method in FileCleaningTracker.Reaper
108 final ReferenceQueue<? super Object> queue) { in Tracker()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp107 void deviceSignal(const DeviceInterface &vk, const VkDevice device, const VkQueue queue, const VkFe… in deviceSignal()
167 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local
284 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local
406 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local
529 virtual void run() in run() function in vkt::synchronization::__anonb0b5108b0111::MonotonicallyIncrementChecker
574 const VkQueue queue = context.getUniversalQueue(); in maxDifferenceValueCase() local
635 const VkQueue queue = context.getUniversalQueue(); in initialValueCase() local
808 virtual void run() in run() function in vkt::synchronization::__anonb0b5108b0111::HostCopyThread
929 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local
1278 VkQueue queue; member
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DEPollPort.java79 private final ArrayBlockingQueue<Event> queue; field in EPollPort
248 public void run() { in run() method in EPollPort.EventHandlerTask
/aosp_15_r20/external/javassist/src/main/javassist/util/
H A DHotSwapper.java227 public void run() { in startDaemon() method
255 EventQueue queue = jvm.eventQueue(); in waitEvent() local
/aosp_15_r20/external/skia/tools/skpbench/
H A Dskpbench.py127 def __init__(self, queue, proc): argument
132 def run(self): member in SubprocessMonitor
/aosp_15_r20/external/python/bumble/bumble/
Dutils.py261 async def run(self): member in AsyncRunner.WorkQueue
278 def run_in_task(queue=None): argument
289 async def run(): function
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DCdsLoadBalancer2.java145 Queue<ClusterState> queue = new ArrayDeque<>(); in handleClusterDiscovered() local
300 public void run() { in onChanged() method in CdsLoadBalancer2.CdsLbState.ClusterState.ClusterDiscovered
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py386 def run(self): member in _UpperCaser
436 def _test_put(cls, queue, child_can_start, parent_can_continue): argument
501 def _test_get(cls, queue, child_can_start, parent_can_continue): argument
563 def _test_fork(cls, queue): argument
2761 def test_main(run=None): argument
2771 from test.support import run_unittest as run unknown
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/
H A DMediaShellCommand.java239 public void onQueueChanged(List<MediaSession.QueueItem> queue) { in onQueueChanged()
279 void run() throws RemoteException { in run() method in MediaShellCommand.ControllerMonitor
/aosp_15_r20/external/ComputeLibrary/arm_compute/
H A DAcl.hpp465 AclQueue queue; in Queue() local
768 StatusCode run(Queue &queue, TensorPack &pack) in run() function in acl::Operator
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
H A DWeakConcurrentMap.java144 public void run() { in run() method in WeakConcurrentMap
194 WeakKey(T key, ReferenceQueue<? super T> queue) { in WeakKey()
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/
H A DComputeBenchmarks.cpp113 vk::Queue queue; member in BufferToBufferComputeBenchmark
275 void BufferToBufferComputeBenchmark::run() in run() function in BufferToBufferComputeBenchmark

12345678910>>...52