Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
Dpublic_internal.h25 struct Config { struct
27 debug::DebugConfig debugCfg; argument
31 Config const *config = nullptr; argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Dets_test_suite.py45 …def __init__(self, config: Config, work_dir: WorkDir, suite_name: str, default_list_root: str) -> …
108 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
133 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
154 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
175 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
Dpreparation_step.py45 def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config) -> None:
114 …def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, num_repeats: int =…
Drunner_ets.py44 def __init__(self, config: Config):
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.h50 struct Config { struct
56 Config DefaultConfig(); argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_js.py41 def __init__(self, config: Config, name: str) -> None:
Drunner_file_based.py70 …def __init__(self, runner_name: str, build_dir: str, config: Config, conf_kind: ConfigurationKind)…
116 …def __init__(self, config: Config, name: str, panda_binaries: Type[PandaBinaries] = PandaBinaries)…
195 def _set_cmd_prefix(config: Config) -> List[str]:
Drunner_base.py97 def __init__(self, config: Config, name: str) -> None:
174 def detect_conf(config: Config) -> ConfigurationKind:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Drunner_js_test262.py37 def __init__(self, config: Config) -> None:
Dutil_test262.py35 def __init__(self, config: Config, work_dir: WorkDir):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Drunner_js_hermes.py37 def __init__(self, config: Config) -> None:
Dutil_hermes.py40 def __init__(self, config: Config, work_dir: WorkDir) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/
Drunner_js_parser.py36 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/verification/config/process/
Dconfig_process.cpp48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Sect… in RegisterConfigHandler()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dconfig.py43 class Config: class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dhtml_view.py48 def __init__(self, report_root: Path, config: Config, summary: Summary) -> None:
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py25 class Config(): class
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp43 using Config = panda::static_linker::Config; typedef
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp53 class Config { class in panda::mem::test::MemStatsGenGCTest