| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | decorator_value.py | 138 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/ |
| D | utils.py | 42 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/ |
| D | test_js_hermes.py | 83 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/ |
| D | code_style_check.py | 68 def get_proc_count(cmd_ard : int) -> int: 78 def check_file_list(file_list : list, panda_dir : str, reformat : bool, proc_count : int):
|
| D | doxygen_style_check.py | 64 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/ |
| D | context.cpp | 132 Token::Type Context::operator++(int) in operator ++() argument 167 Token::Type Context::operator--(int) in operator --() argument
|
| /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/tests/tests-u-runner/runner/plugins/test262/ |
| D | util_test262.py | 132 …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) …
|
| D | test_js_test262.py | 98 … actual_return_code: int, desc: Dict[str, Any], output_path: str) -> bool:
|
| /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/platforms/unix/libpandabase/ |
| D | sighook.cpp | 167 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/ |
| D | test_ets.py | 189 def _runtime_result_validator(self, return_code: int) -> bool: 223 def _validate_compiler(self, return_code: int, output_path: str) -> bool:
|
| D | preparation_step.py | 114 … __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, num_repeats: int = 0):
|
| /arkcompiler/runtime_core/static_core/scripts/clang-tidy/ |
| D | clang_tidy_check.py | 250 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/ |
| D | test_js_parser.py | 63 … 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/ |
| D | stdlib_templates_generator.py | 130 def __deduplicate_key_content(key: str, key_uniq_suffix: int) -> Tuple[str, int]:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
| D | html_view.py | 53 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/ |
| D | file_structure.py | 41 test_id: int = 0,
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | graph_comparator_test.cpp | 23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph()
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | gc_pause_stats.py | 196 def get_full_type(line: str, cause_start: int, cause_len: int) -> str:
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator_test.cpp | 23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_info.cpp | 29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, in CalCallSiteInfo() argument
|
| /arkcompiler/ets_runtime/test/workloadtest/ |
| D | work_load.py | 175 def report(boundary_value: int):
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/ |
| D | coverage.py | 56 …def run_command(self, command: List[str], stdout: Union[TextIO, int] = subprocess.PIPE) -> Union[T… argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 202 IrConstructor &Inputs(std::initializer_list<std::pair<int, int>> inputs) in Inputs()
|