Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DVideoRecorderAppState.java94 private class WorkItem { class in VideoRecorderAppState
100 public WorkItem(int width, int height) { in WorkItem() method in VideoRecorderAppState.WorkItem
/external/chromium_org/chrome/installer/util/
Dwork_item.cc21 WorkItem::WorkItem() : ignore_failure_(false) { in WorkItem() function in WorkItem
/external/chromium_org/net/http/
Dhttp_cache.h216 class WorkItem; variable
Dhttp_cache.cc133 class HttpCache::WorkItem { class in net::HttpCache
135 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry) in WorkItem() function in net::HttpCache::WorkItem
140 WorkItem(WorkItemOperation operation, Transaction* trans, in WorkItem() function in net::HttpCache::WorkItem
/external/chromium/net/http/
Dhttp_cache.h210 class WorkItem; variable
Dhttp_cache.cc137 class HttpCache::WorkItem { class in net::HttpCache
139 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry) in WorkItem() function in net::HttpCache::WorkItem
142 WorkItem(WorkItemOperation operation, Transaction* trans, in WorkItem() function in net::HttpCache::WorkItem
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3519 struct WorkItem { struct
3520 size_t LUIdx;
3521 int64_t Imm;
3522 const SCEV *OrigReg;
3524 WorkItem(size_t LI, int64_t I, const SCEV *R) in WorkItem() argument