| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | decorator_value.py | 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]]: 181 def _to_str(obj: Any, indent: int = 0) -> str:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ |
| D | utils.py | 22 def percentile(data_sorted_asc: List[float], p: int) -> float: 29 def mem_to_bytes(size: int, units: str) -> int:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | utils.py | 39 def progress(block_num: int, block_size: int, total_size: int) -> None: 143 def wrap_with_function(code: str, jit_preheat_repeats: int) -> str: 175 def get_group_number(test_id: str, total_groups: int) -> int:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | cpumask.py | 74 def get_prop(cpu: int, prop: str) -> str: 79 def set_prop(cpu: int, prop: str, val: str) -> None: 133 def set_prop(cpu: int, prop: str, val: str) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| D | util_astchecker.py | 43 checks: dict, line: int, col: int, error_file: str = '') -> None: 70 … pattern: str, line: int, col: int, error_file: str = '') -> UtilASTChecker._TestCase: 207 def find_nodes_by_start_location(self, root: dict, line: int, col: int) -> List[dict]:
|
| D | test_astchecker.py | 61 def es2panda_result_validator(self, actual_output: str, _: Any, return_code: int) -> bool:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/ |
| D | test_js_hermes.py | 33 def _validate_compiler(return_code: int, output_path: str) -> bool: 83 def ark_validate_result(self, actual_output: str, _: Any, return_code: int) -> bool:
|
| /arkcompiler/runtime_core/static_core/scripts/code_style/ |
| D | code_style_check.py | 70 def get_proc_count(cmd_ard : int) -> int: 81 def check_file_list(file_list : list, panda_dir : str, reformat : bool, proc_count : int):
|
| D | doxygen_style_check.py | 68 def check_keywords(src_path: str, splitted_lines: list, line_num: int) -> bool: 172 def check_all(src_path: str, fine_patterns_found: list, wrong_patterns_number: int) -> bool:
|
| /arkcompiler/runtime_core/assembler/ |
| D | context.cpp | 132 Token::Type Context::operator++(int) in operator ++() argument 167 Token::Type Context::operator--(int) in operator --() argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | context.cpp | 137 Token::Type Context::operator++(int) in operator ++() argument 172 Token::Type Context::operator--(int) in operator --() argument
|
| /arkcompiler/runtime_core/scripts/ |
| D | gc_pause_stats.py | 79 def get_full_type(line: str, cause_start: int, cause_len: int) -> str:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/ |
| D | util_test262.py | 75 …def validate_parse_result(return_code: int, _: str, desc: Dict[str, Any], out: str) -> Tuple[bool,… 150 …def validate_runtime_result(self, return_code: int, std_err: str, desc: Dict[str, Any], out: str) …
|
| D | test_js_test262.py | 95 … actual_return_code: int, desc: Dict[str, Any], output_path: str) -> bool:
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | sighook.cpp | 166 void RemoveHookAction(bool (*action)(int, siginfo_t *, void *)) in RemoveHookAction() 342 int (*really)(int, const struct sigaction *, struct sigaction *)) in RegisterUserHandler() argument 365 int (*really)(int, const sigset_t *, sigset_t *)) in RegisterUserMask() argument 434 extern "C" void RemoveHookHandler(int signal, bool (*action)(int, siginfo_t *, void *)) in RemoveHookHandler() 473 extern "C" void RemoveSpecialSignalHandlerFn(int signal, bool (*fn)(int, siginfo_t *, void *)) in RemoveSpecialSignalHandlerFn()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| D | test_ets.py | 188 def _runtime_result_validator(self, return_code: int) -> bool: 222 def _validate_compiler(self, return_code: int, output_path: str) -> bool:
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | draw_cfg.py | 37 def __init__(self, ident: int) -> None: 96 def parse_block_preds(self, line: str, preds_start: int):
|
| /arkcompiler/ets_runtime/script/ |
| D | run_ark_executable.py | 204 def reverse_find_first_not_trace_line(output_list: list, init_index: int) -> str:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/ |
| D | test_declgenparser.py | 46 … 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/ |
| D | test_js_parser.py | 60 … 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/system/ |
| D | test_ets_system.py | 57 … def es2panda_result_validator(self, actual_output: str, _: Any, actual_return_code: int) -> bool:
|
| /arkcompiler/runtime_core/static_core/scripts/clang-tidy/ |
| D | clang_tidy_check.py | 254 def check_file_list(file_list: list, panda_dir: str, build_dir: str, proc_count: int) -> bool: 440 def get_proc_count(cmd_ard : int) -> int:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/stdlib_templates/ |
| D | stdlib_templates_generator.py | 51 def __deduplicate_key_content(key: str, key_uniq_suffix: int) -> Tuple[str, int]:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | report.py | 66 new: int, fixed: int, new_fail: int, missed: int) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
| D | pdf_loader.py | 54 def __read_dest(self, item: Destination, counter: int, parent: SpecNode) -> SpecNode:
|