Home
last modified time | relevance | path

Searched defs:WorkItem (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/frameworks/base/libs/hwui/thread/
H A DWorkQueue.h44 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 DSIWholeQuadMode.cpp83 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 Dpooling_depthfirst_cache_oblivious.hpp170 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 DSIWholeQuadMode.cpp138 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 Dvalue_inference.cc1498 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 DSIWholeQuadMode.cpp141 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 Ddns_config_service_win.cc612 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 Ddns_config_service_android.cc87 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 Ddns_config_service_linux.cc433 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 Ddns_config_service.cc96 DnsConfigService::HostsReader::WorkItem::WorkItem( in WorkItem() function in net::DnsConfigService::HostsReader::WorkItem
H A Ddns_config_service_posix.cc202 class WorkItem : public SerialWorker::WorkItem { class in net::internal::DnsConfigServicePosix::ConfigReader
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/
DImageLoader.java96 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 Djob_perftest.cc120 struct WorkItem { struct
121 std::atomic_bool acquire{false};
123 bool TryAcquire() { in TryAcquire()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.cc337 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 Dhttp_cache.h306 class WorkItem; variable
/aosp_15_r20/external/pigweed/pw_work_queue/public/pw_work_queue/
H A Dwork_queue.h32 using WorkItem = Function<void()>; variable
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3620 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 DLoopStrengthReduce.cpp4075 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 DLoopStrengthReduce.cpp4201 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 DScalarEvolutionExpander.cpp2078 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 DConstants.cpp376 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 DConstants.cpp501 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 DConstants.cpp580 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/
Dks.h259 } WorkItem; member
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddataflow.v1b3.json6435 "WorkItem": { object

12