Home
last modified time | relevance | path

Searched defs:IOptions (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Dmacros.py47 def expand_macros_in_path(cls, value: str, config: IOptions) -> str | None:
52 def correct_macro(cls, raw_value: str, config: IOptions) -> str | list[str]:
82 def __process(cls, result: str, raw_value: str, config: IOptions) -> tuple[str, list[str]]:
Doptions_test_suite.py61 def __init__(self, args: dict[str, Any], parent: IOptions): # type: ignore[explicit-any]
208 def __expand_macros_collections(self, parent: IOptions) -> None:
Doptions.py28 class IOptions(ABC): # noqa: B024 class
Doptions_collections.py40 …def __init__(self, name: str, args: dict[str, Any], parent: IOptions): # type: ignore[explicit-any]
Doptions_general.py60 def __init__(self, data: dict[str, Any], parent: IOptions): # type: ignore[explicit-any]
/arkcompiler/ets_frontend/arkguard/src/configs/
DIOptions.ts25 export interface IOptions { interface
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.2.spec.ts33 const { FileUtils, IOptions } = proxyquire('../../../src/utils/FileUtils', { constant
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dtest_base.py50 def __init__(self, test_env: TestEnv, test_path: Path, params: IOptions, test_id: str):
/arkcompiler/ets_frontend/arkguard/src/initialization/
DInitializer.ts21 import { type IOptions } from '../configs/IOptions'; alias
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dtest_standard_flow.py45 params: IOptions, test_id: str, is_dependent: bool = False,