/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 | cargo2gn.py | 141 self.outfile = None # open file handle of outfile_name during dump* 535 def dump(self): member in Crate 553 def dump(name, value): function 562 dump(name, value) 565 dump('crate_name', self.crate_name) 566 dump('crate_types', self.crate_types) 569 dump('main_src', self.main_src) 570 dump('module_type', self.module_type) 886 crate.dump() 1068 help='dump debu [all...] |
H A D | ninja2trace.py | 102 json.dump(tracelist, f)
|
/build/hb/util/ |
H A D | io_util.py | 43 json.dump(json_data, json_file, ensure_ascii=False, indent=2)
|
/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/lite/testfwk/ |
H A D | gen_testfwk_info.py | 37 json.dump(json.loads(dict_product), testfwk_info_file)
|
/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/ohos/testfwk/ |
H A D | test_js_file_copy.py | 68 json.dump(json_info_data, out_file)
|
H A D | test_js_stage_file_copy.py | 37 json.dump(module_info_data, out_file)
|
/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/config/components/hc_gen/ |
H A D | hcs_build_info.py | 43 def dump(self): member in Token 56 def dump(self): member in Char
|
/build/config/components/hdi/ |
H A D | build_hdi_files_info.py | 49 def dump(self): member in Token 62 def dump(self): member in Char 272 def dump(): member in Option 308 def dump(self): member in IdlDetail
|
/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/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)
|