/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLBitwiseKernel.cpp | 97 void CLBitwiseKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLBitwiseKernel
|
H A D | CLMeanStdDevNormalizationKernel.cpp | 119 void CLMeanStdDevNormalizationKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLMeanStdDevNormalizationKernel
|
H A D | CLFFTScaleKernel.cpp | 119 void CLFFTScaleKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLFFTScaleKernel
|
H A D | CLReverseKernel.cpp | 123 void CLReverseKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLReverseKernel
|
H A D | CLROIPoolingLayerKernel.cpp | 136 void CLROIPoolingLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run() function in arm_compute::CLROIPoolingLayerKernel
|
H A D | CLReorgLayerKernel.cpp | 128 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 D | ThrottlingExecutor.java | 54 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/ |
D | prod_test.hpp | 13 void run() in run() function in bench_prod 20 compute::command_queue queue(context, device); in run() local
|
D | elementwise_operations_with_constants_test.hpp | 13 void run() in run() function in bench_elementwise_constant 20 compute::command_queue queue(context, device); in run() local
|
D | elementwise_operations_test.hpp | 10 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 D | SequentialExecutor.java | 71 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 D | SequentialExecutor.java | 71 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 D | NetworkDispatcher.java | 58 BlockingQueue<Request<?>> queue, in NetworkDispatcher() 86 public void run() { in run() method in NetworkDispatcher
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | sched.py | 80 def run(self): member in scheduler 123 def queue(self): member in scheduler
|
/aosp_15_r20/frameworks/av/media/codec2/vndk/platform/ |
H A D | C2BqPoolInvalidator.cpp | 86 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 D | ConcurrentQueue.h | 126 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 D | ConcurrentQueue.h | 126 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 D | ConcurrentQueue.h | 105 void run(ConcurrentQueue<T>* queue, in run() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | sched.py | 103 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 D | sched.py | 103 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/ |
D | sched.py | 103 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/ |
D | sched.py | 103 def run(self, blocking=True): member in scheduler 155 def queue(self): member in scheduler
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | sched.py | 103 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/ |
D | sched.py | 103 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 D | Handler.java | 731 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
|