Home
last modified time | relevance | path

Searched refs:indent (Results 1 - 10 of 10) sorted by relevance

/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py67 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 DOH_Drawing_TypographyLargeValueTest.cpp79 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 DOH_Drawing_TypographyTest.cpp512 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 Dget_innerkits_json.py43 json_str = json.dumps(data_dict, indent=2)
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dbuild_before_generate.py112 new_json = json.dumps(new_json_text, indent=4)
/test/xts/acts/
H A Dget_dependency.py121 json.dump(depends_list, f, indent=4)
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dreport.py75 xml_pretty = minidom.parseString(xml_content).toprettyxml(indent=" ")
/test/testfwk/developer_test/local_coverage/
H A Dcoverage_tools.py51 new_json = json.dumps(new_json_text, indent=4)
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py519 save_handler.write(json.dumps(top_dict, indent=4))
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py708 _record_json = json.dumps(record_info, indent=2)

Completed in 11 milliseconds