Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
Dmain.py34 def clear_gcda(config: Config, runner: Runner) -> None:
39 def get_runners(config: Config, registry: PluginsRegistry, logger: Logger) -> List[Runner]:
58 def process_runners(config: Config, runners: List[Runner], logger: Logger) -> int:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
D__init__.py26 def config_internal_tests(config: Config) -> bool:
53 def pytest_collection_modifyitems(items: List[Item], config: Config) -> None:
62 def pytest_configure(config: Config) -> None:
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.h51 struct Config { struct
59 Config DefaultConfig(); argument
/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.py49 …def __init__(self, config: Config, work_dir: WorkDir, suite_name: str, default_list_root: str) -> …
121 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
142 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
163 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
184 def __init__(self, config: Config, work_dir: WorkDir, _: str):
215 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
236 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
267 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
293 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dtimeout.py47 def config_timeout(config: Config) -> float:
74 def pytest_collection_modifyitems(items: List[Item], config: Config) -> None:
96 def pytest_configure(config: Config):
Drich_logging.py91 def get_option_ini(config: Config, *names: str):
250 def _find_level(config: Config, *setting_names: str):
260 def find_log_level(config: Config, *setting_names: str) -> int | None:
277 def pytest_configure(config: Config) -> None:
283 def pytest_rich_configure(config: Config) -> None:
287 def console_config(config: Config) -> dict[str, Any]:
309 def create_console(config: Config, **kwargs) -> Console:
319 def get_log_file_path(config: Config) -> str:
327 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/
Dmain.py69 def main_cycle(config: Config, logger: Log) -> int:
100 def launch_runners(runner: Runner, logger: Log, config: Config, repeat: int, repeat_str: str) -> in…
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/branch_eliminator/modules/
Dconfig.js15 export let Config = { variable
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/modules/
Dconfig.js15 export let Config = { variable
/arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/modules/
Dconfig.js15 export let Config = { variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/
Dconftest.py27 def pytest_configure(config: Config) -> None:
/arkcompiler/ets_frontend/arkguard/test/grammar/samename/
Dclass_class.ts16 class Config { class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgents2ets/
Ddeclgents2ets_test_suite.py27 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_js.py38 def __init__(self, config: Config, name: str) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/
Digenerator.py28 def __init__(self, source: Path, target: Path, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dpreparation_step.py39 …def __init__(self, test_source_path: Path, *, test_gen_path: Path, config: Config, collection: Col…
61 …def __init__(self, test_source_path: Path, *, test_gen_path: Path, config: Config, collection: Col…
153 def __init__(self, test_source_path: Path, *, test_gen_path: Path, config: Config,
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Dconfig.py31 class Config(IOptions): class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/recheck/
Drunner_recheck.py34 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Drunner_js_test262.py35 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/
Drunner_js_parser.py34 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
Drunner_srcdumper.py34 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenets2ets/
Drunner_declgenets2ets.py31 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Drunner_astchecker.py35 def __init__(self, config: Config) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Drunner_js_hermes.py35 def __init__(self, config: Config) -> None:

123