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

  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher_browsertest.cc 131 const SkBitmap& found_image = delegate.bitmap(); local
132 EXPECT_TRUE(gfx::BitmapsAreEqual(image, found_image));
  /device/moto/shamu/
releasetools.py 66 found_image = None
69 found_image = image
71 return found_image
  /art/runtime/gc/space/
image_space.cc 447 const bool found_image = FindImageFilename(image_location, image_isa, &system_filename, local
458 if (found_image) {
    [all...]
  /art/runtime/
runtime.cc 596 bool found_image = gc::space::ImageSpace::FindImageFilename(image_location.c_str(), local
605 if (!found_image || !has_system) {
    [all...]

Completed in 730 milliseconds