/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/ |
H A D | hdi_delete_handler.py | 88 print(json.dumps(json_format, indent=4))
101 hdf_utils.write_file(hdi_config_path, json.dumps(json_hdi_info, indent=4))
208 config_json_path, json.dumps(file_json_type, indent=4))
220 config_json_path, content=json.dumps(file_info_json, indent=4))
|
H A D | hdi_add_handler.py | 81 json.dumps(file_json_type, indent=4))
186 return json.dumps(self.result_json, indent=4)
232 return json.dumps(self.result_json, indent=4)
433 content=json.dumps(file_info_json, indent=4))
438 return json.dumps(self.result_json, indent=4)
543 hdf_utils.write_file(out_config_path, json.dumps(read_file_json, indent=4))
|
H A D | hdi_get_handler.py | 82 return json.dumps(format_result, indent=4)
|
/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)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_get_handler.py | 165 return json.dumps(out_model_list, indent=4) 257 return json.dumps(res_format_json, indent=4) 282 return json.dumps(res_dict, indent=4) 323 content=json.dumps(driver_json, indent=4))
|
H A D | hdf_add_handler.py | 424 return json.dumps(config_item, indent=4)
|
H A D | hdf_delete_handler.py | 196 json.dumps(write_data, indent=4))
|
H A D | hdf_linux_scann.py | 245 return json.dumps(result_dict, indent=4)
|
H A D | hdf_liteos_scann.py | 395 return json.dumps(return_dict, 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()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | text_gen.cpp | 355 auto indent = indentMap.find(times); in Indent() local 356 if (indent == indentMap.end()) { in Indent() 567 bool TextGen::HcsPrintArrayContent(const std::shared_ptr<AstObject> &object, uint32_t indent) in HcsPrintArrayContent() argument 577 ofs_ << "\n" << Indent(indent); in HcsPrintArrayContent()
|
H A D | text_gen.h | 105 bool HcsPrintArrayContent(const std::shared_ptr<AstObject> &object, uint32_t 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)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 432 config_file_replace = json.dumps(config_file_json, indent=4). \ 437 config_file_replace = json.dumps(config_file_json, 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)
|