Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_delete_handler.py88 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 Dhdi_add_handler.py81 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 Dhdi_get_handler.py82 return json.dumps(format_result, indent=4)
/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)
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_get_handler.py165 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 Dhdf_add_handler.py424 return json.dumps(config_item, indent=4)
H A Dhdf_delete_handler.py196 json.dumps(write_data, indent=4))
H A Dhdf_linux_scann.py245 return json.dumps(result_dict, indent=4)
H A Dhdf_liteos_scann.py395 return json.dumps(return_dict, 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()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtext_gen.cpp355 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 Dtext_gen.h105 bool HcsPrintArrayContent(const std::shared_ptr<AstObject> &object, uint32_t indent);
/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)
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py432 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 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 16 milliseconds