Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 17 of 17) 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/runtime_core/static_core/tools/ark_js_napi_cli/tests/
Dtest_runner.py154 def judge_output(arguments: argparse.Namespace) -> bool:
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/
Dani_signature_builder.cpp141 Namespace::Namespace(std::unique_ptr<Namespace::Impl> impl) : impl_(std::move(impl)) {} in Namespace() function in arkts::ani_signature::Namespace
146 Namespace::Namespace(const Namespace &other) in Namespace() function in arkts::ani_signature::Namespace
159 Namespace::Namespace(Namespace &&other) : impl_(std::move(other.impl_)) {} in Namespace() function in arkts::ani_signature::Namespace
/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.py98 def init_worker(shared_args: argparse.Namespace) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dgen_sts.py68 def gen_module_file(self, module: str, ns: Namespace):
79 def gen_namespace(self, ns: Namespace, target: StsWriter):
Danalyses.py251 class Namespace: class
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h91 JSTaggedValue Namespace; member