Lines Matching +full:python3 +full:- +full:numpy
1 #!/usr/bin/env python3
11 # later. See the COPYING file in the top-level directory.
13 # SPDX-License-Identifier: GPL-2.0-or-later
27 ('https://github.com/zayac/qemu-arm/raw/master/'
28 'arm-test/kernel/zImage.integrator'),
32 ('https://github.com/zayac/qemu-arm/raw/master/'
33 'arm-test/kernel/arm_root.img'),
47 self.vm.add_args('-kernel', kernel_path,
48 '-initrd', initrd_path,
49 '-append', 'printk.time=0 console=ttyAMA0')
60 @skipIfMissingImports("numpy", "cv2")
66 import numpy as np
75 self.vm.cmd('human-monitor-command', command_line='stop')
76 res = self.vm.cmd('human-monitor-command',
90 for tux_count, pt in enumerate(zip(*loc[::-1]), start=1):