Home
last modified time | relevance | path

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

12

/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/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]:
Dempty_gclog_parser.py29 **options: Any) -> Dict[str, Any]:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py85 def log_time(f: Callable[..., Any]) -> Callable[..., Any]: argument
87 def f1(*args: Any, **kwargs: Any) -> Any:
188 def __call__(cls, *args: Any, **kwargs: Any) -> Any:
Dlang.py72 self, values: Dict[str, Any], custom_values: Dict[str, Any] argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dutil_test262.py75 …def validate_parse_result(return_code: int, _: str, desc: Dict[str, Any], out: str) -> Tuple[bool,… argument
150 …def validate_runtime_result(self, return_code: int, std_err: str, desc: Dict[str, Any], out: str) … argument
Dtest_js_test262.py95 … actual_return_code: int, desc: Dict[str, Any], output_path: str) -> bool: argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dtest_astchecker.py61 def es2panda_result_validator(self, actual_output: str, _: Any, return_code: int) -> bool:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/
Dtest_declgenparser.py46 … def es2panda_result_validator(self, _actual_output: str, _: Any, actual_return_code: int) -> bool:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Dtest_js_hermes.py83 def ark_validate_result(self, actual_output: str, _: Any, return_code: int) -> bool:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/system/
Dtest_ets_system.py57 … def es2panda_result_validator(self, actual_output: str, _: Any, actual_return_code: int) -> bool:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/
Dtest_js_parser.py60 … def es2panda_result_validator(self, actual_output: str, _: Any, actual_return_code: int) -> bool:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
Dark_gclog_reporter.py67 **options: Any) -> Dict[str, Any]:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/stdlib_templates/
Dstdlib_templates_generator.py79 def __render_template(self, filepath: str, params: Any = None) -> str:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dreport.py37 def generate_fail_reports(self, test_result: Any) -> Dict[ReportFormat, str]:
85 def __init__(self, test: Any) -> None:
/arkcompiler/ets_frontend/ets2panda/util/
Dbitset.cpp74 bool BitSet::Any(bool value) const noexcept in Any() function in ark::es2panda::util::BitSet
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dtemplate.py45 def __init__(self, test_path: Path, params: Dict[str, Any]) -> None: argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h51 explicit Any(uint64_t value) : value_(value) {} in Any() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/
Dcoverage.py67 def _popen(self, **kwargs: Any) -> Any:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dutils.py165 def is_type_of(value: Any, type_: str) -> bool:
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h80 constexpr bool Any() const in Any() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dregmask.h80 constexpr bool Any() const in Any() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddatatype.h52 explicit Any(uint64_t value) : value_(value) {} in Any() function

12