/build/tools/ |
H A D | product_config_version_convert.py | 47 new_json = json.dumps(data_all, indent=4) 91 json_data = json.dumps(dict_you_want, indent=2)
|
/build/tools/module_dependence/ |
H A D | file_utils.py | 40 json.dump(content, output_f, indent=2)
|
/build/scripts/ |
H A D | gen_summary_ebpf_testcase_config.py | 55 json.dump(context, out_file, sort_keys=True, indent=2)
|
H A D | merge_profile.py | 61 json.dump(all_data, f3, indent=4, ensure_ascii=False)
|
H A D | gen_sdk_build_file.py | 189 indent=2), sdk_jar_path[0])
|
/build/hb/util/ |
H A D | io_util.py | 43 json.dump(json_data, json_file, ensure_ascii=False, indent=2)
|
/build/hb/util/preloader/ |
H A D | parse_lite_subsystems_config.py | 52 new_config = json.dumps(config, indent=2, sort_keys=True)
|
H A D | parse_vendor_product_config.py | 118 new_config = json.dumps(config, indent=2, sort_keys=True)
|
/build/indep_configs/scripts/ |
H A D | refactor_hpm_bundle_json.py | 65 json.dump(bundle_json, f, indent=2)
|
H A D | generate_components.py | 252 json.dump(components_json, f, indent=4)
|
/build/ohos/sa_profile/sa_info_process/ |
H A D | merge_sa_info.py | 53 json.dump(xml_lines, json_files, indent=4, ensure_ascii=False)
|
H A D | sort_sa_by_bootphase.py | 189 json.dump(data, json_files, indent=4, ensure_ascii=False)
|
/build/scripts/util/ |
H A D | file_utils.py | 81 json.dump(content, output_f, sort_keys=True, indent=2)
|
H A D | pyd.py | 89 json.dump(config, jsonfile, indent=2, sort_keys=True)
|
H A D | md5_check.py | 296 json.dump(obj, fileobj, indent=2, sort_keys=True)
|
/build/tools/check_deps/ |
H A D | check_deps.py | 42 json.dump(content, output_f, indent=2)
|
/build/tools/component_tools/ |
H A D | full_components_generator.py | 145 f.write(json.dumps(ret, indent=2))
|
H A D | parse_kconf.py | 165 f.write(json.dumps(result, indent=2))
|
/build/tools/component_tools/static_check/bundle_check/ |
H A D | get_subsystem_with_component.py | 88 subsystem_item, indent=4, separators=(', ', ': '))
|
H A D | bundle_json_check.py | 103 indent=4, 509 indent=4, separators=(', ', ': '),
|
/build/ohos/testfwk/ |
H A D | test_js_stage_file_copy.py | 71 json_str = json.dumps(json_data, indent=2)
|
/build/test/example/ |
H A D | test_gn_template.py | 235 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 D | part_rom_statistics.py | 160 json_str = json.dumps(rom_statistics, indent=4)
|
/build/templates/common/ |
H A D | generate_component_package.py | 349 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 D | gen_def_from_all_yaml.py | 752 json.dump(yaml_info_dict, j, indent=4)
|