Searched refs:err_msg (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/atest/ |
D | atest.py | 241 err_msg = None 244 err_msg = ('Test side and option(--host) conflict. Please remove ' 250 err_msg = 'There are host-only and device-only tests in command.' 252 err_msg = 'There are host-only tests in command.' 253 if err_msg: 254 logging.error(err_msg) 255 metrics_utils.send_exit_event(constants.EXIT_CODE_ERROR, logs=err_msg)
|
D | atest_arg_parser.py | 93 err_msg = "invalid positive int value: '%s'" % value 97 raise argparse.ArgumentTypeError(err_msg) 100 raise argparse.ArgumentTypeError(err_msg)
|
/tools/asuite/atest/ |
D | atest.py | 242 err_msg = None 245 err_msg = ('Test side and option(--host) conflict. Please remove ' 251 err_msg = 'There are host-only and device-only tests in command.' 253 err_msg = 'There are host-only tests in command.' 254 if err_msg: 255 logging.error(err_msg) 256 metrics_utils.send_exit_event(constants.EXIT_CODE_ERROR, logs=err_msg)
|
D | atest_arg_parser.py | 96 err_msg = "invalid positive int value: '%s'" % value 100 raise argparse.ArgumentTypeError(err_msg) 103 raise argparse.ArgumentTypeError(err_msg)
|
/tools/acloud/create/ |
D | local_image_local_instance.py | 141 err_msg = "cvd_status return non-zero after launch_cvd" 142 logger.error(err_msg) 145 instance_name, constants.LOCALHOST, None, None, error=err_msg)
|
/tools/asuite/aidegen/lib/ |
D | aidegen_metrics.py | 103 def send_exception_metrics(exit_code, stack_trace, log, err_msg): argument 120 print('\n{} {}\n'.format(common_util.COLORED_INFO('Warning:'), err_msg))
|
/tools/asuite/aidegen/idea/ |
D | xml_gen.py | 111 log=node_str, err_msg='')
|