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

  /external/skia/tools/
find_bad_images_in_skps.py 125 image_path = os.path.join(temp_image_dir, image_name)
126 assert(os.path.isfile(image_path))
127 args = [self.test_image_decoder, image_path]
130 os.remove(image_path)
133 shutil.move(image_path, self.saved_image_dir)
137 os.remove(image_path)
  /external/skia/tools/skpdiff/
skpdiff_server.py 99 def download_gm_image(image_name, image_path, hash_val):
103 @param image_path Path to place the image.
118 download_file(image_url, image_path)
404 for image_path in rebaselines:
406 is_actual, expectation = self.image_map[image_path]
  /external/lldb/examples/python/
crashlog.py 477 for image_path in args:
478 fullpath_search = image_path[0] == '/'
483 if image.get_resolved_path() == image_path:
488 if image_basename == image_path:
494 if resolved_image_path and string.find(image.get_resolved_path(), image_path) >= 0:
    [all...]
  /art/patchoat/
patchoat.h 76 // Was the .art image at image_path made with --compile-pic ?
77 static bool IsImagePic(const ImageHeader& image_header, const std::string& image_path);
patchoat.cc 343 bool PatchOat::IsImagePic(const ImageHeader& image_header, const std::string& image_path) {
346 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic";
352 LOG(INFO) << "image at location " << image_path << " was compiled PIC";
    [all...]
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 1280 const char *image_path = command.GetArgumentAtIndex(i); local
    [all...]
  /art/runtime/gc/space/
image_space.cc 786 OatFile* ImageSpace::OpenOatFile(const char* image_path, std::string* error_msg) const {
788 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path);
    [all...]

Completed in 128 milliseconds