Home
last modified time | relevance | path

Searched refs:error (Results 1 - 14 of 14) sorted by relevance

/build/tools/component_tools/static_check/
H A Dcsct_online_entry.py29 sys.stderr.write("error: pr_list is empty.\n")
52 logging.error("Popen error: ", errcode)
58 logging.error(err)
65 sys.stderr.write("test error: pr_list is empty.\n")
H A Dcsct_online_prehandle.py157 logging.error("Popen error: ", errorout)
159 logging.error("error %s", err, cmd)
192 sys.stderr.write("test error: pr_list is empty.\n")
/build/ohos/sa_profile/sa_info_process/
H A Dmerge_sa_info.py118 except json_err.CircularDependencyError as error:
124 raise json_err.CrossProcessCircularDependencyError(error)
/build/test/example/
H A Dtest_gn_template.py31 log_error = Log.error
35 log_error("config file: build_example.json error")
116 out, error = proc.communicate(timeout=TIME_OUT)
117 out_res = out.splitlines() + error.splitlines()
157 out, error = proc.communicate(timeout=TIME_OUT)
158 out_res = out.splitlines() + error.splitlines()
196 out, error = proc.communicate(timeout=TIME_OUT)
197 out_res = out.splitlines() + error.splitlines()
H A Dperformance_test.py40 log_error = Log.error
114 log_error("config file:build_example.json has error:{}".format(e))
115 raise FileNotFoundError("config file:build_example.json has error:{}".format(e))
171 Description: generate error html content
173 @parameter lines: error message
274 log_error("open ninjia trace file error is:{}".format(e))
423 log_error("Producer An error occurred:{}".format(e))
457 log_error("Producer An error occurred:{}".format(e))
531 log_error("Consumer An error occurred:{}".format(e))
H A Dtest_build_option.py40 log_error = Log.error
102 log_error("build_example.json has error")
123 log_error("An error occurred: {}".format(errs))
1065 log_error("An error occurred: {}".format(err_))
1100 log_error("An error occurred: {}".format(err_))
/build/
H A Dprint_python_deps.py108 parser.error('Cannot use --inplace and --output at the same time!')
110 parser.error('Input module path should end with .py suffix!')
H A Dprebuilts_download.py30 import urllib.error namespace
110 except urllib.error.HTTPError as e:
143 except urllib.error.HTTPError as e:
407 result, error = _npm_install(args)
410 print("npm install error, error info: %s" % error)
412 for error_info in error.split('\n'):
418 raise Exception("npm install error with three times, prebuilts download exit")
H A Dprebuilts_config.py188 except urllib.error.URLError as e:
191 print("Timeout error: Connection timed out")
/build/hb/services/
H A Dmenu.py188 except Exception as error:
191 (name, error))
218 except Exception as error:
220 '{} question: {}'.format(name, error))
/build/misc/mac/
H A Dfind_sdk.py51 parser.error('Please specify a minimum SDK version')
/build/scripts/
H A Ddownload_sdk.py105 out, error = proc.communicate(timeout=60)
/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py171 except json.decoder.JSONDecodeError as error:
/build/scripts/util/
H A Dbuild_utils.py121 parser.error('--%s is required' % option_name.replace('_', '-'))

Completed in 10 milliseconds