/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | init_gcov.py | 67 json_str = json.dumps(json_data, indent=2) 108 json_str = json.dumps(json_data, indent=4) 170 json.dump(f_dict, f, indent=4) 199 json.dump(f_dict, f, indent=4) 255 json.dump(json_obj, r, indent=4)
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_gem.c | 1189 void drm_gem_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_print_info() argument 1192 drm_printf_indent(p, indent, "name=%d\n", obj->name); in drm_gem_print_info() 1193 drm_printf_indent(p, indent, "refcount=%u\n", in drm_gem_print_info() 1195 drm_printf_indent(p, indent, "start=%08lx\n", in drm_gem_print_info() 1197 drm_printf_indent(p, indent, "size=%zu\n", obj->size); in drm_gem_print_info() 1198 drm_printf_indent(p, indent, "imported=%s\n", in drm_gem_print_info() 1202 obj->funcs->print_info(p, indent, obj); in drm_gem_print_info()
|
H A D | drm_internal.h | 185 void drm_gem_print_info(struct drm_printer *p, unsigned int indent, 265 void drm_framebuffer_print_info(struct drm_printer *p, unsigned int indent,
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | OH_Drawing_TypographyLargeValueTest.cpp | 79 float indent = 3.4; in HWTEST_F() local 80 EXPECT_EQ(indent, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1)); in HWTEST_F() 291 float indent = 3.4; in HWTEST_F() local 292 EXPECT_EQ(indent, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1)); in HWTEST_F()
|
H A D | OH_Drawing_TypographyTest.cpp | 512 float indent = 3.4; in HWTEST_F() local 513 EXPECT_EQ(indent, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1)); in HWTEST_F() 2661 float indent = 3.4; in HWTEST_F() local 2662 EXPECT_EQ(indent, OH_Drawing_TypographyGetIndentsWithIndex(typography, 1)); in HWTEST_F()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/ |
H A D | drm_internal.h | 185 void drm_gem_print_info(struct drm_printer *p, unsigned int indent, 265 void drm_framebuffer_print_info(struct drm_printer *p, unsigned int indent,
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | get_innerkits_json.py | 43 json_str = json.dumps(data_dict, indent=2)
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | build_before_generate.py | 112 new_json = json.dumps(new_json_text, indent=4)
|
/test/xts/acts/ |
H A D | get_dependency.py | 121 json.dump(depends_list, f, indent=4)
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | report.py | 75 xml_pretty = minidom.parseString(xml_content).toprettyxml(indent=" ")
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 51 new_json = json.dumps(new_json_text, indent=4)
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 519 save_handler.write(json.dumps(top_dict, indent=4))
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 708 _record_json = json.dumps(record_info, indent=2)
|