Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
Darg_parser.py50 def check_arguments(args: argparse.Namespace) -> argparse.Namespace:
/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dfunction.h32 friend class Namespace; variable
Dclass.h34 friend class Namespace; variable
Dnamespace_impl.h30 inline Namespace::Namespace(const core::Namespace &other) : core::Namespace(other), targetChecker_(… in Namespace() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dcli_args_wrapper.py31 def setup(args: argparse.Namespace) -> None:
Dconfig.py44 def __init__(self, args: argparse.Namespace):
Dcli_options.py82 namespace: argparse.Namespace,
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dclass.h35 friend Namespace; variable
Dnamespace.h134Namespace(AbckitCoreNamespace *ns, const ApiConfig *conf, const File *file) : ViewInResource(ns), … in Namespace() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dconfig.h47 class Namespace; variable
60 class Namespace; variable
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py481 def process_args(args: argparse.Namespace) -> argparse.Namespace:
822 def get_config(parameters: argparse.Namespace):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_base.py97 def init_worker(shared_args: argparse.Namespace) -> None: