/external/autotest/client/tests/kvm/tests/ |
qemu_img.py | 74 def _create(cmd, img_name, fmt, img_size=None, base_img=None, 80 @param img_name: name of the image file 95 cmd += " %s" % img_name 110 _create(cmd, img_name=img, fmt=image_format, 115 def _convert(cmd, output_fmt, img_name, output_filename, 122 @param img_name: image name that to be converted 136 cmd += " %s %s" % (img_name, output_filename) 137 logging.info("Converting '%s' from format '%s' to '%s'", img_name, fmt, 366 def _rebase(cmd, img_name, base_img, backing_fmt, mode="unsafe"): 371 @param img_name: image name to be rebase [all...] |
/cts/apps/CameraITS/tests/scene4/ |
test_aspect_ratio_and_crop.py | 105 img_name = "%s_%s_w%d_h%d.png" \ 108 img_raw, 1, img_name) 156 img_name = "%s_%s_with_%s_w%d_h%d.png" \ 159 measure_aspect_ratio(img, raw_avlb, img_name) 247 def measure_aspect_ratio(img, raw_avlb, img_name): 254 img_name: string with image info of format and size. 342 its.image.write_image(img/255, img_name, True) 348 its.image.write_image(img/255, img_name, True) 384 its.image.write_image(img/255, img_name, True)
|
/build/tools/releasetools/ |
add_img_to_target_files | 383 img_name = line.strip() + ".img" 384 img_radio_path = os.path.join(OPTIONS.input_tmp, "RADIO", img_name) 387 os.path.join("IMAGES", img_name)) 390 img_path = 'IMAGES/' + img_name 391 assert img_path in output_zip.namelist(), "cannot find " + img_name
|
add_img_to_target_files.py | 383 img_name = line.strip() + ".img" 384 img_radio_path = os.path.join(OPTIONS.input_tmp, "RADIO", img_name) 387 os.path.join("IMAGES", img_name)) 390 img_path = 'IMAGES/' + img_name 391 assert img_path in output_zip.namelist(), "cannot find " + img_name
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
qseecom.h | 66 char img_name[MAX_APP_NAME_SIZE]; member in struct:qseecom_load_img_req
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
qseecom.h | 86 * @img_name - Name of the image. 92 char img_name[MAX_APP_NAME_SIZE]; /* in */ member in struct:qseecom_load_img_req
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
qseecom.h | 66 char img_name[MAX_APP_NAME_SIZE]; member in struct:qseecom_load_img_req
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
qseecom.h | 86 * @img_name - Name of the image. 92 char img_name[MAX_APP_NAME_SIZE]; /* in */ member in struct:qseecom_load_img_req
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
qseecom.h | 66 char img_name[MAX_APP_NAME_SIZE]; member in struct:qseecom_load_img_req
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
qseecom.h | 86 * @img_name - Name of the image. 93 char img_name[MAX_APP_NAME_SIZE]; /* in */ member in struct:qseecom_load_img_req
|
/system/core/fastboot/ |
fastboot.cpp | 103 char img_name[17]; member in struct:__anon74639 118 static std::string find_item_given_name(const char* img_name, const char* product) { 124 return android::base::StringPrintf("../../../target/product/%s/%s", product, img_name); 132 return android::base::StringPrintf("%s/%s", dir, img_name); [all...] |