Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dptest.py113 failmsg = failmsg + "\nFailed ptests:\n%s\n" % pprint.pformat(failed_tests)
116 … failmsg = failmsg + "\nptests which had no test results:\n%s" % pprint.pformat(zerolength)
H A Dltp_compliance.py89 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
H A Dltp_stress.py88 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
H A Dltp.py112 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
/openbmc/qemu/hw/display/
H A Dvirtio-gpu.c230 static uint32_t calc_image_hostmem(pixman_format_code_t pformat, in calc_image_hostmem() argument
237 int bpp = PIXMAN_FORMAT_BPP(pformat); in calc_image_hostmem()
245 pixman_format_code_t pformat; in virtio_gpu_resource_create_2d() local
276 pformat = virtio_gpu_get_pixman_format(c2d.format); in virtio_gpu_resource_create_2d()
277 if (!pformat) { in virtio_gpu_resource_create_2d()
286 res->hostmem = calc_image_hostmem(pformat, c2d.width, c2d.height); in virtio_gpu_resource_create_2d()
292 pformat, in virtio_gpu_resource_create_2d()
1286 uint32_t resource_id, pformat; in virtio_gpu_load() local
1306 pformat = virtio_gpu_get_pixman_format(res->format); in virtio_gpu_load()
1307 if (!pformat) { in virtio_gpu_load()
[all …]
H A Dvirtio-gpu-rutabaga.c318 pixman_format_code_t pformat; in rutabaga_cmd_set_scanout() local
319 pformat = virtio_gpu_get_pixman_format(res->format); in rutabaga_cmd_set_scanout()
320 CHECK(pformat, cmd); in rutabaga_cmd_set_scanout()
322 res->image = pixman_image_create_bits(pformat, in rutabaga_cmd_set_scanout()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py27 from pprint import pformat
123 logger.debug("localhostbecontroller, our git repos are %s" % pformat(gitrepos))
209 logger.debug("localhostbecontroller: current layer list %s " % pformat(layerlist))
244 logger.debug("\n\nset layers gives this list %s" % pformat(layerlist))
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Durls.py81 from pprint import pformat
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c357 pixman_format_code_t pformat; in vg_resource_create_2d() local
383 pformat = virtio_gpu_get_pixman_format(c2d.format); in vg_resource_create_2d()
384 if (!pformat) { in vg_resource_create_2d()
392 res->image = pixman_image_create_bits(pformat, in vg_resource_create_2d()
/openbmc/linux/arch/sparc/kernel/
H A Dvisemul.c477 static void pformat(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pformat() function
832 pformat(regs, insn, opf); in vis_emul()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py462 from pprint import pformat
H A Dbuildinfohelper.py44 from pprint import pformat
463 pformat(layer_information))
/openbmc/linux/drivers/video/fbdev/
H A Dimsttfb.c565 __u8 pformat = (bpp >> 3) + 2; in set_imstt_regvals_ibm() local
578 par->cmap_regs[PIDXDATA] = pformat; eieio(); in set_imstt_regvals_ibm()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py2159 logger.error("Scenequeue had deferred entries: %s" % pprint.pformat(self.sq_deferred))
2162 …logger.error("Scenequeue had unprocessed changed taskhash entries: %s" % pprint.pformat(self.updat…
2165 logger.error("Scenequeue had holdoff tasks: %s" % pprint.pformat(self.holdoff_tasks))
2656 hashequiv_logger.debug(pprint.pformat("Tasks changed:\n%s" % (changed)))
2915 …o missing setscene tasks. Those missing in this build were: %s' % pprint.pformat(self.scenequeue_n…
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py66 data = pp.pformat(data)