Home
last modified time | relevance | path

Searched refs:image_file (Results 1 – 15 of 15) sorted by relevance

/external/autotest/client/cros/image_comparison/
Dpublisher.py50 with open(golden_image_path, "rb") as image_file:
51 base64_images["golden"] = base64.b64encode(image_file.read())
52 with open(test_image_path, "rb") as image_file:
53 base64_images["test"] = base64.b64encode(image_file.read())
54 with open(diff_image_path, "rb") as image_file:
55 base64_images["diff"] = base64.b64encode(image_file.read())
77 with open(img, "rb") as image_file:
78 b64img = base64.b64encode(image_file.read())
/external/vboot_reference/scripts/image_signing/
Dset_gbb_flags.sh80 local image_file="$FLAGS_file"
83 image_file="$(make_temp_file)"
84 flashrom $FLASHROM_READ_OPT "$image_file"
88 local old_value="$(gbb_utility -g --flags "$image_file")"
90 gbb_utility -s --flags="$value" "$image_file"
101 flashrom $FLASHROM_WRITE_OPT "$image_file"
Dsign_official_build.sh506 local image_file sign_args=() loem_sfx loem_output_dir
507 for image_file in "${shellball_dir}"/bios*.bin; do
511 loem_sfx=$(sed -r 's:.*/bios([^/]*)[.]bin$:\1:' <<<"${image_file}")
516 sign_firmware "${image_file}" "${KEY_DIR}" "${FIRMWARE_VERSION}" \
/external/vboot_reference/utility/
Dload_kernel_test.c32 static FILE *image_file = NULL; variable
47 fseek(image_file, lba_start * lkp.bytes_per_lba, SEEK_SET); in VbExDiskRead()
48 if (1 != fread(buffer, lba_count * lkp.bytes_per_lba, 1, image_file)) { in VbExDiskRead()
70 fseek(image_file, lba_start * lkp.bytes_per_lba, SEEK_SET); in VbExDiskWrite()
71 if (1 != fwrite(buffer, lba_count * lkp.bytes_per_lba, 1, image_file)) { in VbExDiskWrite()
201 image_file = fopen(image_name, "rb"); in main()
202 if (!image_file) { in main()
206 fseek(image_file, 0, SEEK_END); in main()
207 lkp.streaming_lba_count = (ftell(image_file) / LBA_BYTES); in main()
209 rewind(image_file); in main()
[all …]
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/
Dbrillo_RecoverFromBadImage.py118 def run_once(self, host=None, image_file=None, partition=_DEFAULT_PART_NAME, argument
131 if image_file is None:
133 if not os.path.isfile(image_file):
134 raise error.TestError('Image file %s not found' % image_file)
163 host.fastboot_run('flash', args=(partition, image_file))
Dcontrol17 TEST_ARG_NAMES = ('image_file', 'partition', 'device')
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dmock_lorgnette.py96 def __init__(self, image_file): argument
99 self.image_file = image_file
117 with open(self.image_file) as f:
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmtplot_play.py58 image_file = evemu_file.rsplit('.', 2)[0]
63 ScreenShot(geometry_str).dump_root(image_file)
74 print 'The mtplot image file: %s\n' % image_file
/external/toolchain-utils/
Dimage_chromeos.py68 def FindChromeOSImage(image_file, chromeos_root): argument
94 if image_file.find(real_chroot_dir) != -1:
95 chroot_image = image_file[len(real_chroot_dir):]
98 elif image_file.find(real_chromeos_root) != -1:
99 chroot_image = image_file[len(real_chromeos_root):]
103 chroot_image = image_file
364 image_file = os.path.basename(image)
369 ' --stateful_mountpt=%s' % (image_dir, image_file, rootfs_mp,
/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils.py62 image_file = find_file(partition_info['image'])
63 if image_file:
64 return_dict[partition] = image_file
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py148 def new_image(self, image_file=None): argument
162 if image_file:
163 self.image = open(image_file, 'rb').read()
164 self.fum.set_firmware_layout(image_file)
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dsparse_image_warp_test.py168 def load_image(self, image_file, sess): argument
170 io_ops.read_file(image_file), dtype=dtypes.uint8, channels=4)[:, :, 0:3]
/external/tensorflow/tensorflow/examples/udacity/
D1_notmnist.ipynb326 " image_file = os.path.join(folder, image)\n",
328 " image_data = (imageio.imread(image_file).astype(float) - \n",
335 " print('Could not read:', image_file, ':', e, '- it\\'s ok, skipping.')\n",
/external/autotest/client/cros/
Dcros_disks.py628 def image_file(self): member in VirtualFilesystemImage
/external/e2fsprogs/po/
Did.po4556 msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
4561 msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"