Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Ddecorator_value.py135 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/
Dutils.py22 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/
Dutils.py39 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/
Dcpumask.py74 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/
Dutil_astchecker.py43 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]:
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/hermes/
Dtest_js_hermes.py33 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/
Dcode_style_check.py70 def get_proc_count(cmd_ard : int) -> int:
81 def check_file_list(file_list : list, panda_dir : str, reformat : bool, proc_count : int):
Ddoxygen_style_check.py68 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/
Dcontext.cpp132 Token::Type Context::operator++(int) in operator ++() argument
167 Token::Type Context::operator--(int) in operator --() argument
/arkcompiler/runtime_core/static_core/assembler/
Dcontext.cpp137 Token::Type Context::operator++(int) in operator ++() argument
172 Token::Type Context::operator--(int) in operator --() argument
/arkcompiler/runtime_core/scripts/
Dgc_pause_stats.py79 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/
Dutil_test262.py75 …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) …
Dtest_js_test262.py95actual_return_code: int, desc: Dict[str, Any], output_path: str) -> bool:
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp166 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/
Dtest_ets.py188 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/
Ddraw_cfg.py37 def __init__(self, ident: int) -> None:
96 def parse_block_preds(self, line: str, preds_start: int):
/arkcompiler/ets_runtime/script/
Drun_ark_executable.py204 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/
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/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/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/scripts/clang-tidy/
Dclang_tidy_check.py254 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/
Dstdlib_templates_generator.py51 def __deduplicate_key_content(key: str, key_uniq_suffix: int) -> Tuple[str, int]:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dreport.py66 new: int, fixed: int, new_fail: int, missed: int) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dpdf_loader.py54 def __read_dest(self, item: Destination, counter: int, parent: SpecNode) -> SpecNode:

12