Searched refs:indent (Results 1 - 10 of 10) sorted by relevance
/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)
|
/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()
|
/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)
|
Completed in 11 milliseconds