Searched refs:status (Results 1 - 25 of 32) sorted by relevance
12
/build/hb/test/unitTest/services/ |
H A D | test.py | 25 def __init__(self, status=True, info=''): 26 self.status = status 31 status = func() 32 if not status.status:
|
/build/tools/component_tools/static_check/ |
H A D | csct_online_entry.py | 25 return: status: True or False 32 status = True 53 status = False 55 status = False if len(result) != 0 else True 57 status = False 60 return status, result 69 status, result = csct_online(prs) 70 return status, result
|
/build/lite/ |
H A D | build_ext_components.py | 69 status = cmd_exec(args.prebuilts, temp_file, args.out_dir[0]) 70 if status != 0: 71 return status 76 status = cmd_exec(data, temp_file, args.out_dir[0]) 77 if status != 0: 78 return status 80 status = cmd_exec(args.command, temp_file, args.out_dir[0]) 81 if status != 0: 82 return status
|
/build/hb/util/ |
H A D | log_util.py | 98 for status_code, status in status_file.items(): 101 if isinstance(status, dict) and status.get('pattern'): 102 choices.append(status['pattern']) 103 status_map[status['pattern']] = status.get('code')
|
H A D | device_util.py | 22 from containers.status import throw_exception
|
H A D | system_util.py | 29 from containers.status import throw_exception
|
H A D | component_util.py | 26 from containers.status import throw_exception
|
/build/tools/component_tools/static_check/gn_check/ |
H A D | check_gn_online.py | 34 self.status = True 82 self.status = False 103 self.status = False 130 self.status = False 195 return self.status, self.err_info
|
/build/hb/modules/ |
H A D | ohos_indep_build_module.py | 24 from containers.status import throw_exception
|
H A D | ohos_install_module.py | 25 from containers.status import throw_exception
|
H A D | ohos_push_module.py | 25 from containers.status import throw_exception
|
H A D | ohos_package_module.py | 25 from containers.status import throw_exception
|
H A D | ohos_publish_module.py | 25 from containers.status import throw_exception
|
H A D | ohos_update_module.py | 25 from containers.status import throw_exception
|
H A D | ohos_build_module.py | 30 from containers.status import throw_exception
|
/build/hb/resolver/interface/ |
H A D | args_resolver_interface.py | 22 from containers.status import throw_exception
|
/build/hb/resolver/ |
H A D | args_factory.py | 22 from containers.status import throw_exception
|
H A D | env_args_resolver.py | 29 from containers.status import throw_exception
|
H A D | tool_args_resolver.py | 20 from containers.status import throw_exception
|
/build/hb/util/loader/ |
H A D | subsystem_scan.py | 19 from containers.status import throw_exception
|
H A D | load_bundle_file.py | 18 from containers.status import throw_exception
|
H A D | platforms_loader.py | 22 from containers.status import throw_exception
|
/build/hb/services/ |
H A D | hdc.py | 27 from containers.status import throw_exception
|
H A D | hpm.py | 28 from containers.status import throw_exception
|
H A D | gn.py | 26 from containers.status import throw_exception
|
Completed in 8 milliseconds
12