Searched defs:IOptions (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/ |
| D | macros.py | 47 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]]:
|
| D | options_test_suite.py | 61 def __init__(self, args: dict[str, Any], parent: IOptions): # type: ignore[explicit-any] 208 def __expand_macros_collections(self, parent: IOptions) -> None:
|
| D | options.py | 28 class IOptions(ABC): # noqa: B024 class
|
| D | options_collections.py | 40 …def __init__(self, name: str, args: dict[str, Any], parent: IOptions): # type: ignore[explicit-any]
|
| D | options_general.py | 60 def __init__(self, data: dict[str, Any], parent: IOptions): # type: ignore[explicit-any]
|
| /arkcompiler/ets_frontend/arkguard/src/configs/ |
| D | IOptions.ts | 25 export interface IOptions { interface
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | FileUtils.2.spec.ts | 33 const { FileUtils, IOptions } = proxyquire('../../../src/utils/FileUtils', { constant
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/ |
| D | test_base.py | 50 def __init__(self, test_env: TestEnv, test_path: Path, params: IOptions, test_id: str):
|
| /arkcompiler/ets_frontend/arkguard/src/initialization/ |
| D | Initializer.ts | 21 import { type IOptions } from '../configs/IOptions'; alias
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/ |
| D | test_standard_flow.py | 45 params: IOptions, test_id: str, is_dependent: bool = False,
|