Home
last modified time | relevance | path

Searched defs:None (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dlayouts.py60 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,
Dcompiler.py137 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,
Drich_logging.py177 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:
Ddebug_types.py41 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)…
Dark_config.py32 def str2bool(val: str | None) -> None | bool:
Drunnable_module.py51 …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/
Dtest_lists.py60 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/
Ddecorator_value.py88 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/
Dfile_structure.py42 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/
Dstep.py90 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) -> \
Dcli_options.py51 … 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:
Doptions_test_suite.py168 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:
Doptions_collections.py88 …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/
Ddeclarations.py76 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/
Doutputs.py153 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,
Dlogging.py96 def __init__(self, fmt: str | None = None, use_color: bool | None = None):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Denvironment.py42 local_env: Path | None = None,
44 urunner_path: Path | None = None):
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dwriter.py76 import_name: str | None = None,
85 new_pair: tuple[str, str | None], argument
/arkcompiler/runtime_core/static_core/verification/value/
Dabstract_value.h28 struct None {}; struct
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
Dtest_runtime_capture.py78 def _check(bp_label: str | None, expect: Expect, paused: PausedStep, counter: int) -> tuple[int, bo…
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator.h30 None = 0x00UL, enumerator
Djs_typed_array.h24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
Dtest_arkts_str.py116 label: str | None,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Darray.py35 def __init__(self, cls_name: str, items: List[T] | None = None) -> None:

12