Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Ddecorator_value.py138 def _to_int(cli_value: Union[str, int, None]) -> Optional[int]: argument
146 def _to_processes(cli_value: Union[str, int, None]) -> Optional[int]: argument
154 def _to_jit_preheats(cli_value: Union[str, int, None], *, prop: str, default_if_empty: int) -> Opti… argument
170 def _to_time_edges(cli_value: Union[str, List[int], None]) -> Optional[List[int]]:
184 def _to_str(obj: Any, indent: int = 0) -> str:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dutils.py42 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/tests-u-runner/runner/plugins/hermes/
Dtest_js_hermes.py83 def _validate_compiler(return_code: int, output_path: str) -> bool:
86 def ark_validate_result(self, actual_output: str, _: Any, return_code: int) -> bool:
/arkcompiler/runtime_core/static_core/scripts/code_style/
Dcode_style_check.py68 def get_proc_count(cmd_ard : int) -> int:
78 def check_file_list(file_list : list, panda_dir : str, reformat : bool, proc_count : int):
Ddoxygen_style_check.py64 def check_keywords(src_path: str, splitted_lines: list, line_num: int) -> bool:
164 def check_all(src_path: str, fine_patterns_found: list, wrong_patterns_number: int) -> bool:
/arkcompiler/runtime_core/static_core/assembler/
Dcontext.cpp132 Token::Type Context::operator++(int) in operator ++() argument
167 Token::Type Context::operator--(int) in operator --() argument
/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/tests/tests-u-runner/runner/plugins/test262/
Dutil_test262.py132 …def validate_parse_result(return_code: int, _: str, desc: Dict[str, Any], out: str) -> Tuple[bool,…
146 …def validate_runtime_result(self, return_code: int, std_err: str, desc: Dict[str, Any], out: str) …
Dtest_js_test262.py98actual_return_code: int, desc: Dict[str, Any], output_path: str) -> bool:
/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/platforms/unix/libpandabase/
Dsighook.cpp167 void RemoveHookAction(bool (*action)(int, siginfo_t *, void *)) in RemoveHookAction()
343 int (*really)(int, const struct sigaction *, struct sigaction *)) in RegisterUserHandler() argument
366 int (*really)(int, const sigset_t *, sigset_t *)) in RegisterUserMask() argument
435 extern "C" void RemoveHookHandler(int signal, bool (*action)(int, siginfo_t *, void *)) in RemoveHookHandler()
474 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.py189 def _runtime_result_validator(self, return_code: int) -> bool:
223 def _validate_compiler(self, return_code: int, output_path: str) -> bool:
Dpreparation_step.py114 … __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, num_repeats: int = 0):
/arkcompiler/runtime_core/static_core/scripts/clang-tidy/
Dclang_tidy_check.py250 def check_file_list(file_list: list, panda_dir: str, build_dir: str, proc_count: int) -> bool:
428 def get_proc_count(cmd_ard : int) -> int:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/
Dtest_js_parser.py63 … 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/ets/stdlib_templates/
Dstdlib_templates_generator.py130 def __deduplicate_key_content(key: str, key_uniq_suffix: int) -> Tuple[str, int]:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dhtml_view.py53 def create_html_index(self, fail_lists: Dict[FailKind, List[Test]], timestamp: int) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dfile_structure.py41 test_id: int = 0,
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph()
/arkcompiler/runtime_core/static_core/scripts/
Dgc_pause_stats.py196 def get_full_type(line: str, cause_start: int, cause_len: int) -> str:
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, in CalCallSiteInfo() argument
/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py175 def report(boundary_value: int):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/
Dcoverage.py56 …def run_command(self, command: List[str], stdout: Union[TextIO, int] = subprocess.PIPE) -> Union[T… argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h202 IrConstructor &Inputs(std::initializer_list<std::pair<int, int>> inputs) in Inputs()

12