Home
last modified time | relevance | path

Searched refs:argparse (Results 1 - 25 of 76) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
H A Dcli_options.py17 import argparse namespace
28 raise argparse.ArgumentTypeError(f"The directory {arg} does not exist")
42 raise argparse.ArgumentTypeError(f"The file {arg} does not exist")
50 raise argparse.ArgumentTypeError(f"{value} is an invalid {value_name} value")
62 raise argparse.ArgumentTypeError(f"{value} is an invalid for parameter {option_name}")
66 def add_js_test_suite_args(parser: argparse.ArgumentParser) -> None:
77 def add_sts_test_suite_args(parser: argparse.ArgumentParser) -> None:
108 def add_other_test_suite_args(parser: argparse.ArgumentParser) -> None:
123 def add_test_suite_args(parser: argparse.ArgumentParser) -> None:
134 def add_ets_args(parser: argparse
[all...]
H A Dcli_args_wrapper.py18 import argparse namespace
31 def setup(args: argparse.Namespace) -> None:
/arkcompiler/toolchain/build/toolchain/
H A Dclang_static_analyzer_wrapper.py12 import argparse namespace
48 parser = argparse.ArgumentParser()
54 parser.add_argument('args', nargs=argparse.REMAINDER)
H A Dgcc_link_wrapper.py13 import argparse namespace
43 parser = argparse.ArgumentParser(description=__doc__)
H A Dgcc_solink_wrapper.py13 import argparse namespace
44 parser = argparse.ArgumentParser(description=__doc__)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
H A Dsampler_napi_traces_check.py18 import argparse namespace
20 parser = argparse.ArgumentParser(description="Napi trace test")
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
H A Dsampler_traces_check.py18 import argparse namespace
21 parser = argparse.ArgumentParser(description="Sampler trace test")
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dcli.py18 import argparse namespace
48 def add_measurement_opts(parser: argparse.ArgumentParser) -> None:
73 def add_gen_opts(parser: argparse.ArgumentParser, command: Command) -> None:
100 def add_run_opts(parser: argparse.ArgumentParser) -> None:
150 def add_report_opts(parser: argparse.ArgumentParser) -> None:
170 class _ArgumentParser(argparse.ArgumentParser):
175 formatter_class=argparse.RawDescriptionHelpFormatter,
204 class Args(argparse.Namespace):
/arkcompiler/ets_runtime/test/quickfix/
H A Dgenerate_merge_file.py23 import argparse namespace
28 parser = argparse.ArgumentParser()
/arkcompiler/ets_frontend/test/scripts/
H A Dentry.py17 import argparse namespace
42 parser = argparse.ArgumentParser()
/arkcompiler/toolchain/build/config/mac/
H A Dxcrun.py7 import argparse namespace
13 parser = argparse.ArgumentParser(
H A Dsdk_info.py7 import argparse namespace
81 parser = argparse.ArgumentParser()
/arkcompiler/ets_runtime/script/
H A Dbuild_resource_to_cpp.py22 import argparse namespace
56 parser = argparse.ArgumentParser()
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_262abc_files.py19 import argparse namespace
58 parser = argparse.ArgumentParser(description="Verify .abc files using ark_verifier tool.")
/arkcompiler/toolchain/tooling/client/tcpServer/test/
H A Druntest.py16 import argparse namespace
33 parser = argparse.ArgumentParser(description='Plugin test.')
/arkcompiler/ets_runtime/tools/ap_file_viewer/
H A Dbuild.py21 import argparse namespace
86 parser = argparse.ArgumentParser(description="Build script with optional target directory.")
/arkcompiler/runtime_core/gn/build/
H A Dcmake_configure_file.py19 import argparse namespace
23 parser = argparse.ArgumentParser(
/arkcompiler/runtime_core/static_core/gn/build/
H A Dcmake_configure_file.py19 import argparse namespace
24 parser = argparse.ArgumentParser(
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dvalidate_spec.py18 import argparse namespace
23 parser = argparse.ArgumentParser(description='Validation for Spec')
/arkcompiler/toolchain/build/scripts/
H A Dgenerate_js_bytecode.py24 import argparse namespace
28 parser = argparse.ArgumentParser()
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
H A Drun_java.py18 import argparse namespace
39 raise argparse.ArgumentTypeError("%s is an invalid timeout value" % value)
45 parser = argparse.ArgumentParser(description=description)
H A Drun_javar8.py18 import argparse namespace
47 raise argparse.ArgumentTypeError("%s is an invalid timeout value" % value)
53 parser = argparse.ArgumentParser(description=description)
/arkcompiler/runtime_core/static_core/scripts/
H A Dgc_phase_time_stats.py16 import argparse namespace
30 def parse_arguments() -> argparse.Namespace:
32 argparser = argparse.ArgumentParser(
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
H A Dcompare.py16 import argparse namespace
23 parser = argparse.ArgumentParser("Compare benchmark results")
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
H A Dcompare.py16 import argparse namespace
24 parser = argparse.ArgumentParser("Compare benchmark results")

Completed in 6 milliseconds

1234