/aosp_15_r20/frameworks/base/libs/hwui/thread/ |
H A D | WorkQueue.h | 44 struct WorkItem { struct 47 WorkItem& operator=(const WorkItem& other) = delete; argument 49 WorkItem& operator=(WorkItem&& other) = default; argument 51 WorkItem(nsecs_t runAt, std::function<void()>&& work) in WorkItem() function 64 std::vector<WorkItem> toProcess; in process() argument
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 83 struct WorkItem { struct 84 MachineBasicBlock *MBB = nullptr; 85 MachineInstr *MI = nullptr; 87 WorkItem() {} in WorkItem() argument 88 WorkItem(MachineBasicBlock *MBB) : MBB(MBB) {} in WorkItem() argument 89 WorkItem(MachineInstr *MI) : MI(MI) {} in WorkItem() argument
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
H A D | pooling_depthfirst_cache_oblivious.hpp | 170 struct WorkItem in execute() struct 172 unsigned int output_i, output_j; in execute() 173 unsigned int output_height, output_width; in execute() 175 WorkItem(unsigned int i, unsigned int j, unsigned int height, unsigned int width) in execute() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 138 struct WorkItem { struct 139 MachineBasicBlock *MBB = nullptr; 140 MachineInstr *MI = nullptr; 143 WorkItem(MachineBasicBlock *MBB) : MBB(MBB) {} in WorkItem() argument 144 WorkItem(MachineInstr *MI) : MI(MI) {} in WorkItem() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | value_inference.cc | 1498 struct WorkItem { in PostOrderDFSVisit() struct 1499 explicit WorkItem(int64_t handle, InferenceContext context, in PostOrderDFSVisit() function 1506 int64_t handle; // Handle of the node in the graph. in PostOrderDFSVisit() 1507 InferenceContext context; in PostOrderDFSVisit() 1508 PostorderDFSNodeType type; in PostOrderDFSVisit() 1509 VisitState state; in PostOrderDFSVisit() 1510 Visit visit; // The handler to call once the dependencies are resolved into in PostOrderDFSVisit() 1512 int64_t id; // Unique id in the work queue, starting from 0. in PostOrderDFSVisit() 1513 std::vector<CacheKey> dependencies; in PostOrderDFSVisit() 1515 CacheKey GetCacheKey() { return CacheKey(handle, context, type); } in PostOrderDFSVisit()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 141 struct WorkItem { struct 142 MachineBasicBlock *MBB = nullptr; 143 MachineInstr *MI = nullptr; 146 WorkItem(MachineBasicBlock *MBB) : MBB(MBB) {} in WorkItem() function 147 WorkItem(MachineInstr *MI) : MI(MI) {} in WorkItem() function
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_config_service_win.cc | 612 class WorkItem : public SerialWorker::WorkItem { class in net::internal::DnsConfigServiceWin::ConfigReader 649 class WorkItem : public DnsConfigService::HostsReader::WorkItem { class in net::internal::DnsConfigServiceWin::HostsReader 651 explicit WorkItem(base::FilePath hosts_file_path) in WorkItem() function in net::internal::DnsConfigServiceWin::HostsReader::WorkItem
|
H A D | dns_config_service_android.cc | 87 class WorkItem : public SerialWorker::WorkItem { class in net::internal::DnsConfigServiceAndroid::ConfigReader 89 explicit WorkItem(android::DnsServerGetter dns_server_getter) in WorkItem() function in net::internal::DnsConfigServiceAndroid::ConfigReader::WorkItem
|
H A D | dns_config_service_linux.cc | 433 class WorkItem : public SerialWorker::WorkItem { class in net::internal::DnsConfigServiceLinux::ConfigReader 435 WorkItem(std::unique_ptr<ResolvReader> resolv_reader, in WorkItem() function in net::internal::DnsConfigServiceLinux::ConfigReader::WorkItem
|
H A D | dns_config_service.cc | 96 DnsConfigService::HostsReader::WorkItem::WorkItem( in WorkItem() function in net::DnsConfigService::HostsReader::WorkItem
|
H A D | dns_config_service_posix.cc | 202 class WorkItem : public SerialWorker::WorkItem { class in net::internal::DnsConfigServicePosix::ConfigReader
|
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/ |
D | ImageLoader.java | 96 private static class WorkItem { class in ImageLoader 101 WorkItem(IImage image, LoadedCallback onLoadedRunnable, int tag) { in WorkItem() method in ImageLoader.WorkItem
|
/aosp_15_r20/external/cronet/base/task/ |
H A D | job_perftest.cc | 120 struct WorkItem { struct 121 std::atomic_bool acquire{false}; 123 bool TryAcquire() { in TryAcquire()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_cache.cc | 337 class HttpCache::WorkItem { class in net::HttpCache 339 WorkItem(WorkItemOperation operation, in WorkItem() function in net::HttpCache::WorkItem 343 WorkItem(WorkItemOperation operation, in WorkItem() function in net::HttpCache::WorkItem
|
H A D | http_cache.h | 306 class WorkItem; variable
|
/aosp_15_r20/external/pigweed/pw_work_queue/public/pw_work_queue/ |
H A D | work_queue.h | 32 using WorkItem = Function<void()>; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 3620 struct WorkItem { struct 3621 size_t LUIdx; 3622 int64_t Imm; 3623 const SCEV *OrigReg; 3625 WorkItem(size_t LI, int64_t I, const SCEV *R) in WorkItem() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 4075 struct WorkItem { struct 4076 size_t LUIdx; 4077 int64_t Imm; 4078 const SCEV *OrigReg; 4080 WorkItem(size_t LI, int64_t I, const SCEV *R) in WorkItem() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 4201 struct WorkItem { struct 4202 size_t LUIdx; 4203 int64_t Imm; 4204 const SCEV *OrigReg; 4206 WorkItem(size_t LI, int64_t I, const SCEV *R) in WorkItem() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 2078 const SCEVOperand &WorkItem, const TargetTransformInfo &TTI, in costAndCollectOperands() 2237 const SCEVOperand &WorkItem, Loop *L, const Instruction &At, in isHighCostExpansionHelper()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Constants.cpp | 376 const Constant *WorkItem = WorkList.pop_back_val(); in ConstHasGlobalValuePredicate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 501 const Constant *WorkItem = WorkList.pop_back_val(); in ConstHasGlobalValuePredicate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Constants.cpp | 580 const Constant *WorkItem = WorkList.pop_back_val(); in ConstHasGlobalValuePredicate() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ks.h | 259 } WorkItem; member
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | dataflow.v1b3.json | 6435 "WorkItem": { object
|