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

  /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/llvm/lib/IR/
Constants.cpp 389 const Constant *WorkItem = WorkList.pop_back_val();
390 if (const auto *GV = dyn_cast<GlobalValue>(WorkItem))
393 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 86 milliseconds