/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLL2NormalizeLayerKernel.cpp | 154 void CLL2NormalizeLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLL2NormalizeLayerKernel
|
H A D | CLNormalizationLayerKernel.cpp | 237 void CLNormalizationLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLNormalizationLayerKernel
|
H A D | CLPadLayerKernel.cpp | 187 void CLPadLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLPadLayerKernel
|
H A D | CLFuseBatchNormalizationKernel.cpp | 191 void CLFuseBatchNormalizationKernel::run(const arm_compute::Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFuseBatchNormalizationKernel
|
H A D | CLArgMinMaxLayerKernel.cpp | 155 void CLArgMinMaxLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLArgMinMaxLayerKernel
|
H A D | CLReductionOperationKernel.cpp | 198 void CLReductionOperationKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLReductionOperationKernel
|
H A D | CLBatchToSpaceLayerKernel.cpp | 169 void CLBatchToSpaceLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLBatchToSpaceLayerKernel
|
H A D | CLBatchNormalizationLayerKernel.cpp | 222 void CLBatchNormalizationLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in CLBatchNormalizationLayerKernel
|
H A D | CLPriorBoxLayerKernel.cpp | 208 void CLPriorBoxLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLPriorBoxLayerKernel
|
H A D | CLComparisonKernel.cpp | 172 void CLComparisonKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLComparisonKernel
|
H A D | CLDeconvolutionReshapeOutputKernel.cpp | 188 void CLDeconvolutionReshapeOutputKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLDeconvolutionReshapeOutputKernel
|
H A D | CLSpaceToBatchLayerKernel.cpp | 187 void CLSpaceToBatchLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLSpaceToBatchLayerKernel
|
H A D | CLDepthwiseConvolutionLayerNativeKernel.cpp | 358 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 D | FileCleaningTracker.java | 66 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 D | vktSynchronizationTimelineSemaphoreTests.cpp | 107 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 D | EPollPort.java | 79 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 D | HotSwapper.java | 227 public void run() { in startDaemon() method 255 EventQueue queue = jvm.eventQueue(); in waitEvent() local
|
/aosp_15_r20/external/skia/tools/skpbench/ |
H A D | skpbench.py | 127 def __init__(self, queue, proc): argument 132 def run(self): member in SubprocessMonitor
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | utils.py | 261 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 D | CdsLoadBalancer2.java | 145 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/ |
D | test_multiprocessing.py | 386 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 D | MediaShellCommand.java | 239 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 D | Acl.hpp | 465 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 D | WeakConcurrentMap.java | 144 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 D | ComputeBenchmarks.cpp | 113 vk::Queue queue; member in BufferToBufferComputeBenchmark 275 void BufferToBufferComputeBenchmark::run() in run() function in BufferToBufferComputeBenchmark
|