Home
last modified time | relevance | path

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

12

/build/tools/
H A Dproduct_config_version_convert.py47 new_json = json.dumps(data_all, indent=4)
91 json_data = json.dumps(dict_you_want, indent=2)
/build/tools/module_dependence/
H A Dfile_utils.py40 json.dump(content, output_f, indent=2)
/build/scripts/
H A Dgen_summary_ebpf_testcase_config.py55 json.dump(context, out_file, sort_keys=True, indent=2)
H A Dmerge_profile.py61 json.dump(all_data, f3, indent=4, ensure_ascii=False)
H A Dgen_sdk_build_file.py189 indent=2), sdk_jar_path[0])
/build/hb/util/
H A Dio_util.py43 json.dump(json_data, json_file, ensure_ascii=False, indent=2)
/build/hb/util/preloader/
H A Dparse_lite_subsystems_config.py52 new_config = json.dumps(config, indent=2, sort_keys=True)
H A Dparse_vendor_product_config.py118 new_config = json.dumps(config, indent=2, sort_keys=True)
/build/indep_configs/scripts/
H A Drefactor_hpm_bundle_json.py65 json.dump(bundle_json, f, indent=2)
H A Dgenerate_components.py252 json.dump(components_json, f, indent=4)
/build/ohos/sa_profile/sa_info_process/
H A Dmerge_sa_info.py53 json.dump(xml_lines, json_files, indent=4, ensure_ascii=False)
H A Dsort_sa_by_bootphase.py189 json.dump(data, json_files, indent=4, ensure_ascii=False)
/build/scripts/util/
H A Dfile_utils.py81 json.dump(content, output_f, sort_keys=True, indent=2)
H A Dpyd.py89 json.dump(config, jsonfile, indent=2, sort_keys=True)
H A Dmd5_check.py296 json.dump(obj, fileobj, indent=2, sort_keys=True)
/build/tools/check_deps/
H A Dcheck_deps.py42 json.dump(content, output_f, indent=2)
/build/tools/component_tools/
H A Dfull_components_generator.py145 f.write(json.dumps(ret, indent=2))
H A Dparse_kconf.py165 f.write(json.dumps(result, indent=2))
/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py88 subsystem_item, indent=4, separators=(', ', ': '))
H A Dbundle_json_check.py103 indent=4,
509 indent=4, separators=(', ', ': '),
/build/ohos/testfwk/
H A Dtest_js_stage_file_copy.py71 json_str = json.dumps(json_data, indent=2)
/build/test/example/
H A Dtest_gn_template.py235 json.dump(data, json_file, indent=4, ensure_ascii=False)
578 json.dump(data, json_file, indent=4, ensure_ascii=False)
/build/hb/util/post_build/
H A Dpart_rom_statistics.py160 json_str = json.dumps(rom_statistics, indent=4)
/build/templates/common/
H A Dgenerate_component_package.py349 json.dump(bundle_data, fd, indent=4, ensure_ascii=False)
371 json.dump(bundle_data, fd, indent=4, ensure_ascii=False)
/build/ohos/hisysevent/
H A Dgen_def_from_all_yaml.py752 json.dump(yaml_info_dict, j, indent=4)

Completed in 10 milliseconds

12