| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | layouts.py | 60 scopes: Set[str] | None = None, 61 skip_scopes: Sequence[str] | None = None, 96 scopes: Set[str] | None = None, 97 skip_scopes: Sequence[str] | None = None, 107 scopes: Set[str] | None = None, 108 skip_scopes: Sequence[str] | None = None,
|
| D | compiler.py | 137 arguments: CompilerArguments | None = None, 173 arguments: CompilerArguments | None = None, 174 ast_parser: AstParser | None = None, 221 arguments: CompilerArguments | None = None, 222 ast_parser: AstParser | None = None,
|
| D | rich_logging.py | 177 def __init__(self, handler: _HandlerType, level: int | None = None) -> None: 196 exc_type: Type[BaseException] | None, 197 exc_val: BaseException | None, 198 exc_tb: TracebackType | None, 496 capture_manager: CaptureManager | None, 507 def set_when(self, when: str | None) -> None:
|
| D | debug_types.py | 41 def __init__(self, client: DebuggerClient, meta: SourceMeta | None = None) -> None: 197 verifier: ExpressionVerifier | None = None, 244 verifier: ExpressionVerifier | None = None, 269 def paused_locator(paused: debugger.Paused, client: DebuggerClient, meta: SourceMeta | None = None)…
|
| D | ark_config.py | 32 def str2bool(val: str | None) -> None | bool:
|
| D | runnable_module.py | 51 …def __init__(self, source_file: Path, panda_file: Path, ast: dict[str, Any] | None = None) -> None: 112 def __init__(self, entry_file: ScriptFile, boot_files: Iterable[ScriptFile] | None = None):
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/ |
| D | test_lists.py | 60 def __search_option_in_list(option: str, arg_list: list[str] | None) -> list[str]: 66 def __to_bool(value: str | None) -> bool | None: 71 def collect_excluded_test_lists(self, extra_list: list[str] | None = None, 72 test_name: str | None = None) -> None: 75 def collect_ignored_test_lists(self, extra_list: list[str] | None = None, 76 test_name: str | None = None) -> None: 81 kind: str, extra_lists: list[str] | None = None, 82 test_name: str | None = None
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | decorator_value.py | 88 def _to_qemu(names: Union[str, List[Tuple[str, bool]], None]) -> Optional[QemuKind]: argument 127 def _to_bool(cli_value: Union[str, bool, None]) -> Optional[bool]: argument 135 def _to_int(cli_value: Union[str, int, None]) -> Optional[int]: argument 143 def _to_processes(cli_value: Union[str, int, None]) -> Optional[int]: argument 151 def _to_jit_preheats(cli_value: Union[str, int, None], *, prop: str, default_if_empty: int) -> Opti… argument 167 def _to_time_edges(cli_value: Union[str, List[int], None]) -> Optional[List[int]]: argument 175 def _to_enum(cli_value: Union[str, EnumT, None], enum_cls: Type[EnumT]) -> Optional[EnumT]: argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/sts_utils/ |
| D | file_structure.py | 42 parent: TestDirectory | None = None, 43 subdirs: list[TestDirectory] | None = None) -> None: 64 def iter_files(self, allowed_ext: list[str] | None = None) -> Iterator[Path]: 86 def walk_test_subdirs(path: Path, parent: TestDirectory | None = None) -> Iterator[TestDirectory]:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/ |
| D | step.py | 90 name: str, default: int | None = None) -> int: 99 name: str, default: bool | None = None) -> bool: 108 default: list[str] | None = None) -> list[str]: 117 default: dict[str, Any] | None = None) -> dict[str, str]: 126 default: str | None = None) -> str: 145 default: StepKind | None = None) -> StepKind: 158 default: PropType | None = None) -> \
|
| D | cli_options.py | 51 … def __parse_option(arg_list: ArgListType, option_name: str, default_value: CliOptionType | None) \ 77 def __is_option_value_int(value: CliOptionType | None) -> tuple[bool, int | None]: 95 def __is_option_value_str(value: CliOptionType | None) -> tuple[bool, str | None]: 107 def __is_option_value_bool(value: CliOptionType | None) -> tuple[bool, bool | None]: 125 def __get_option_value(option_name: str, value: CliOptionType | None) -> CliOptionType:
|
| D | options_test_suite.py | 168 def extension(self, collection: CollectionsOptions | None = None) -> str: 171 def with_js(self, collection: CollectionsOptions | None = None) -> bool: 174 def load_runtimes(self, collection: CollectionsOptions | None = None) -> str: 177 def get_parameter(self, key: str, default: Any | None = None, # type: ignore[explicit-any] 178 collection: CollectionsOptions | None = None) -> Any | None:
|
| D | options_collections.py | 88 …def get_parameter(self, key: str, default: Any | None = None) -> Any | None: # type: ignore[expli… 91 …def __get_from_args(self, key: str, default_value: Any | None = None) -> Any | None: # type: igno…
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | declarations.py | 76 loc: SourceLocation | None, 115 loc: SourceLocation | None, 184 loc: SourceLocation | None, 208 loc: SourceLocation | None, 231 loc: SourceLocation | None, 248 loc: SourceLocation | None, 267 loc: SourceLocation | None, 289 loc: SourceLocation | None, 290 return_ty_ref: TypeRefDecl | None = None, 327 loc: SourceLocation | None, [all …]
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/utils/ |
| D | outputs.py | 153 prologue: str | None, 154 epilogue: str | None, 157 indent: str | None = None, 218 exc_type: type[BaseException] | None, 219 exc_val: BaseException | None, 220 exc_tb: TracebackType | None, 276 dst_dir: Path | None = None, 350 dst_dir: Path | None = None, 374 dst_dir: Path | None = None,
|
| D | logging.py | 96 def __init__(self, fmt: str | None = None, use_color: bool | None = None):
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/ |
| D | environment.py | 42 local_env: Path | None = None, 44 urunner_path: Path | None = None):
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | writer.py | 76 import_name: str | None = None, 85 new_pair: tuple[str, str | None], argument
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| D | abstract_value.h | 28 struct None {}; struct
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_runtime_capture.py | 78 def _check(bp_label: str | None, expect: Expect, paused: PausedStep, counter: int) -> tuple[int, bo…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator.h | 30 None = 0x00UL, enumerator
|
| D | js_typed_array.h | 24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.h | 50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/ |
| D | test_arkts_str.py | 116 label: str | None,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| D | array.py | 35 def __init__(self, cls_name: str, items: List[T] | None = None) -> None:
|