Home
last modified time | relevance | path

Searched +defs:run +defs:queue (Results 51 – 75 of 1295) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLBitwiseKernel.cpp97 void CLBitwiseKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLBitwiseKernel
H A DCLMeanStdDevNormalizationKernel.cpp119 void CLMeanStdDevNormalizationKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLMeanStdDevNormalizationKernel
H A DCLFFTScaleKernel.cpp119 void CLFFTScaleKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFFTScaleKernel
H A DCLReverseKernel.cpp123 void CLReverseKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLReverseKernel
H A DCLROIPoolingLayerKernel.cpp136 void CLROIPoolingLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLROIPoolingLayerKernel
H A DCLReorgLayerKernel.cpp128 void CLReorgLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLReorgLayerKernel
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/
H A DThrottlingExecutor.java54 private Queue<Runnable> queue = new ArrayDeque<>(); field in ThrottlingExecutor
144 public void run() { in run() method in ThrottlingExecutor.WrappedRunnable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/opencl/
Dprod_test.hpp13 void run() in run() function in bench_prod
20 compute::command_queue queue(context, device); in run() local
Delementwise_operations_with_constants_test.hpp13 void run() in run() function in bench_elementwise_constant
20 compute::command_queue queue(context, device); in run() local
Delementwise_operations_test.hpp10 void run() in run() function in bench_elementwise
17 compute::command_queue queue(context, device); in run() local
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DSequentialExecutor.java71 private final Deque<Runnable> queue = new ArrayDeque<>(); field in SequentialExecutor
182 public void run() { in run() method in SequentialExecutor.QueueWorker
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DSequentialExecutor.java71 private final Deque<Runnable> queue = new ArrayDeque<>(); field in SequentialExecutor
182 public void run() { in run() method in SequentialExecutor.QueueWorker
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/
H A DNetworkDispatcher.java58 BlockingQueue<Request<?>> queue, in NetworkDispatcher()
86 public void run() { in run() method in NetworkDispatcher
/aosp_15_r20/external/python/cpython2/Lib/
Dsched.py80 def run(self): member in scheduler
123 def queue(self): member in scheduler
/aosp_15_r20/frameworks/av/media/codec2/vndk/platform/
H A DC2BqPoolInvalidator.cpp86 void C2BqPoolInvalidator::queue(std::shared_ptr<C2BqPoolInvalidateItem> &item) { in queue() function in android::C2BqPoolInvalidator
94 void C2BqPoolInvalidator::run() { in run() function in android::C2BqPoolInvalidator
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DConcurrentQueue.h126 void run(ConcurrentQueue<T>* queue, std::chrono::nanoseconds batchInterval, in run() function
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DConcurrentQueue.h126 void run(ConcurrentQueue<T>* queue, std::chrono::nanoseconds batchInterval, in run() function
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DConcurrentQueue.h105 void run(ConcurrentQueue<T>* queue, in run() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsched.py103 def run(self, blocking=True): member in scheduler
155 def queue(self): member in scheduler
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsched.py103 def run(self, blocking=True): member in scheduler
155 def queue(self): member in scheduler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsched.py103 def run(self, blocking=True): member in scheduler
155 def queue(self): member in scheduler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsched.py103 def run(self, blocking=True): member in scheduler
155 def queue(self): member in scheduler
/aosp_15_r20/external/python/cpython3/Lib/
Dsched.py103 def run(self, blocking=True): member in scheduler
155 def queue(self): member in scheduler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsched.py103 def run(self, blocking=True): member in scheduler
155 def queue(self): member in scheduler
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DHandler.java731 MessageQueue queue = mQueue; in sendMessageAtTime() local
754 MessageQueue queue = mQueue; in sendMessageAtFrontOfQueue() local
781 private boolean enqueueMessage(@NonNull MessageQueue queue, @NonNull Message msg, in enqueueMessage()
1015 public void run() { in run() method in Handler.BlockingRunnable

12345678910>>...52