/external/autotest/client/cros/image_comparison/ |
D | publisher.py | 50 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/ |
D | set_gbb_flags.sh | 80 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"
|
D | sign_official_build.sh | 506 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/ |
D | load_kernel_test.c | 32 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/ |
D | brillo_RecoverFromBadImage.py | 118 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))
|
D | control | 17 TEST_ARG_NAMES = ('image_file', 'partition', 'device')
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | mock_lorgnette.py | 96 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/ |
D | mtplot_play.py | 58 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/ |
D | image_chromeos.py | 68 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/ |
D | fastboot_utils.py | 62 image_file = find_file(partition_info['image']) 63 if image_file: 64 return_dict[partition] = image_file
|
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 148 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/ |
D | sparse_image_warp_test.py | 168 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/ |
D | 1_notmnist.ipynb | 326 " 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/ |
D | cros_disks.py | 628 def image_file(self): member in VirtualFilesystemImage
|
/external/e2fsprogs/po/ |
D | id.po | 4556 msgstr "Penggunaan: %s [-rsI] perangkat image_file\n" 4561 msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
|