HomeSort by relevance Sort by last modified time
    Searched defs:WorkItem (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/installer/util/
work_item.cc 22 WorkItem::WorkItem() : ignore_failure_(false) {
25 WorkItem::~WorkItem() {
28 CallbackWorkItem* WorkItem::CreateCallbackWorkItem(
33 CopyTreeWorkItem* WorkItem::CreateCopyTreeWorkItem(
43 CreateDirWorkItem* WorkItem::CreateCreateDirWorkItem(
48 CreateRegKeyWorkItem* WorkItem::CreateCreateRegKeyWorkItem(
55 DeleteRegKeyWorkItem* WorkItem::CreateDeleteRegKeyWorkItem(
62 DeleteRegValueWorkItem* WorkItem::CreateDeleteRegValueWorkItem
    [all...]
work_item.h 38 class WorkItem {
65 // TODO(robertshield): Move this out of WorkItem.
72 virtual ~WorkItem();
181 // Perform the actions of WorkItem. Returns true if success, returns false
183 // If the WorkItem is transactional, then Do() is done as a transaction.
187 // Rollback any actions previously carried out by this WorkItem. If the
188 // WorkItem is transactional, then the previous actions can be fully
189 // rolled back. If the WorkItem is non-transactional, the rollback is a
193 // If called with true, this WorkItem may return true from its Do() method
199 // Returns true if this WorkItem should ignore failures
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 37 private final ArrayList<WorkItem> mQueue = new ArrayList<WorkItem>();
55 WorkItem w = new WorkItem(image, imageLoadedRunnable, tag);
96 private static class WorkItem {
101 WorkItem(IImage image, LoadedCallback onLoadedRunnable, int tag) {
120 WorkItem workItem = null;
126 workItem = mQueue.remove(0);
137 final Bitmap b = workItem.mImage.miniThumbBitmap()
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.h 128 class WorkItem {
130 virtual ~WorkItem() {}
152 void AddWork(WorkItem*);
169 std::deque<WorkItem*> queue_;
  /external/chromium_org/net/http/
http_cache.cc 118 WorkItem* writer;
135 class HttpCache::WorkItem {
137 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
142 WorkItem(WorkItemOperation operation, Transaction* trans,
149 ~WorkItem() {}
485 scoped_ptr<WorkItem> item(new WorkItem(WI_CREATE_BACKEND, NULL, callback,
520 WorkItem* item = new WorkItem(
605 WorkItem* item = new WorkItem(WI_DOOM_ENTRY, trans, NULL)
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 313 const Constant *WorkItem = WorkList.pop_back_val();
314 if (const auto *GV = dyn_cast<GlobalValue>(WorkItem))
317 for (const Value *Op : WorkItem->operands()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 259 } WorkItem;
    [all...]

Completed in 3166 milliseconds