Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 23 of 23) 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.py42 …def __init__(self, config: Config, work_dir: WorkDir, suite_name: str, default_list_root: str) -> …
107 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
132 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
153 def __init__(self, config: Config, work_dir: WorkDir, _: str):
184 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
205 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
231 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
Dpreparation_step.py47 def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config) -> None:
75 …def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, extension: str) ->…
193 …def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, num_repeats: int =…
Drunner_ets.py41 def __init__(self, config: Config):
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.h50 struct Config { struct
56 Config DefaultConfig(); argument
/arkcompiler/ets_frontend/arkguard/test/grammar/samename/
Dclass_class.ts16 class Config { class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_js.py38 def __init__(self, config: Config, name: str) -> None:
Drunner_file_based.py69 …def __init__(self, runner_name: str, build_dir: str, config: Config, conf_kind: ConfigurationKind)…
115 …def __init__(self, config: Config, name: str, panda_binaries: Type[PandaBinaries] = PandaBinaries)…
158 def _set_cmd_prefix(config: Config) -> List[str]:
Drunner_base.py94 def __init__(self, config: Config, name: str) -> None:
171 def detect_conf(config: Config) -> ConfigurationKind:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Drunner_js_hermes.py34 def __init__(self, config: Config) -> None:
Dutil_hermes.py38 def __init__(self, config: Config, work_dir: WorkDir) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Drunner_js_test262.py34 def __init__(self, config: Config) -> None:
Dutil_test262.py36 def __init__(self, config: Config, work_dir: WorkDir):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/
Drunner_declgenparser.py35 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Drunner_astchecker.py34 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/
Drunner_js_parser.py33 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.py45 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/tests/tests-u-runner/runner/plugins/system/
Drunner_ets_system.py46 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp43 using Config = ark::static_linker::Config; typedef
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp53 class Config { class in ark::mem::test::MemStatsGenGCTest