Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 25 of 82) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
Dutil_srcdumper.py57 def remove_loc_nodes(ast: Any) -> None:
72 def remove_empty_statements(ast: Any) -> None:
96 def flatten_similar_nested_nodes(ast: Any, node_type: str, nested_key: str) -> None:
119 def remove_duplicate_undefined_types(ast: Any) -> None:
138 def replace_null_literals(ast: Any) -> None:
168 def compare_asts(self, original_ast: Any, dumped_ast: Any) -> bool:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Dstep.py60 def __init__(self, name: str, step_body: dict[str, Any]): # type: ignore[explicit-any] argument
89 def __get_int_property(step_body: dict[str, Any], # type: ignore[explicit-any] argument
98 def __get_bool_property(step_body: dict[str, Any], # type: ignore[explicit-any] argument
107 def __get_list_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument
116 def __get_dict_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument
125 def __get_str_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument
134 …def __get_path_property(step_body: dict[str, Any], name: str) -> Path | None: # type: ignore[expl… argument
144 def __get_kind_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any] argument
156 def __get_property(step_body: dict[str, Any], # type: ignore[explicit-any] argument
Dcli_args_wrapper.py29 def setup(args: dict[str, Any]) -> None: # type: ignore[explicit-any] argument
Dyaml_document.py43 def save(config_path: str, data: dict[str, Any]) -> None: # type: ignore[explicit-any] argument
Dconfig.py34 def __init__(self, args: dict[str, Any]): # type: ignore[explicit-any] argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Dbase.py30 …mcls, name: str, bases: Tuple[type], namespace: dict[str, Any], module: Any = None, **kwargs: Any): argument
57 def _arkts_str(obj: Any, *, depth: Optional[int] = None) -> str:
Dobject.py30 def __new__(mcls, name: str, bases: Tuple[Type], namespace: dict[str, Any], **kwargs: Any): argument
55 def __eq__(self, other: Any) -> bool:
Dprimitive.py30 def __new__(mcls, name: str, bases: Tuple[Type], namespace: dict[str, Any], **kwargs: Any): argument
47 def __eq__(self, other: Any) -> bool:
Darray.py39 def __eq__(self, other: Any) -> bool:
68 def mirror_array(cls_name: str, items: Iterable[Any]) -> Array:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
Dtest_mirror.py37 def param_eq(args: List[Tuple[Any, Any]]): argument
41 def param_neq(args: List[Tuple[Any, Any]]): argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
Dtest_predefined_types.py42 def _code_generator(variables: list[tuple[str, Any, Any, Any]]) -> str: argument
Dtest_this.py86 def _check(label: str, this: Any, scope_vars: OrderedDict[str, Any]): argument
Dtest_remote_object.py41 meta: Any,
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Danalyses.py50 def __new__(cls: type[A], *args: Any, **kwargs: Any) -> NoReturn:
92 def get_or_create(self, analysis_type: type[A], *args: Any, **kwargs: Any) -> A:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/test/
Dtest_utils.py28 def compare_dicts(test_case: unittest.TestCase, actual_dict: dict[str, Any], # type: ignore[explici… argument
57 def try_to_cast_one_type(value1: str, value2: Any) -> int | bool | str: # type: ignore[explicit-any]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dyaml_document.py45 def save(config_path: str, data: Dict[str, Any]) -> None: argument
76 def merge(self, config_path: str, data: Dict[str, Any]) -> None: argument
82 def __merge_level(self, config_path: str, parent_key: str, current_data: Dict[str, Any], argument
Ddecorator_value.py43 def decorator(func: Any) -> Any:
44 def decorated(*args: Any, **kwargs: Any) -> Any:
181 def _to_str(obj: Any, indent: int = 0) -> str:
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
Druntime_collections.py60 def add_to_statistics(key: str, data: Any) -> None:
69 def add_to_custom_yamls(yaml_name: str, key: str, data: Any) -> None:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/
Dast.py75 def _find_prefix_recursively(ast_node: Any, prefix: str):
87 def _remove_cctor_call(ast_node: Any) -> Any:
121 def replace_generated_names(ast_node: Any) -> Any:
142 def _del_locations(ast: Any) -> Any:
/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dast_generation.py95 recognizer: Any,
100 e: Any,
126 def visit(self, node_kind: str, ctx: Any) -> Any:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/multiple_config_test/
Dmultiple_config_test.py27 def compare_dicts(self, dict1: Dict[str, Any], dict2: Dict[str, Any]) -> None: argument
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/
Dgclog_reporter.py27 **options: Any) -> Dict[str, Any]:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
Dcdp_debugger_callframe_from_json.py31 def fix_callframe_from_json(json: typing.Dict[str, typing.Any]) -> debugger.CallFrame:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_connection.py62 async def send(self, cmd: Generator[dict, T, Any]) -> T: argument
75 cmd: Generator[dict, T, Any], argument
169 get_source: Optional[Callable[[runtime.ScriptId], Coroutine[Any, Any, str]]] = None,
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenets2ets/
Dtest_declgenets2ets.py73 def compare_decl_output(self, _: str, __: Any, ___: int) -> bool:
89 def check_abc_generated(self, _: str, __: Any, ___: int) -> bool:

1234