| /arkcompiler/ets_frontend/ets2panda/public/headers_parser/ |
| D | text_tools.py | 27 def find_first_not_restricted_character(restricted: str, data: str, pos: int = 0, pos_end: int = MA… 34 def rfind_first_not_restricted_character(restricted: str, data: str, pos: int, pos_end: int = 0) ->… 45 def find_first_of_characters(characters: str, data: str, pos: int = 0, pos_end: int = MAX_LEN) -> i… 52 def rfind_first_of_characters(characters: str, data: str, pos: int, pos_end: int = 0) -> int: 63 def find_scope_borders(data: str, start: int = 0, opening: str = "{") -> Tuple[int, int]: 124 def smart_find_first_of_characters(characters: str, data: str, pos: int) -> int:
|
| D | parse_class.py | 27 def parse_friend_class(data: str, start: int) -> Tuple[int, str]: 34 def parse_class(data: str, start: int = 0, namespace: str = "", parent_class_name: str = "") -> Tup… 66 def parse_template_prefix(data: str, start: int) -> Tuple[int, str]:
|
| D | parse_method.py | 29 def parse_method_or_constructor(data: str, start: int = 0) -> Tuple[int, Dict]: 83 def parse_declaration_without_postfix(data: str, start: int, res: Dict[str, Any]) -> int: 136 def parse_initializers(data: str, start: int = 0) -> Tuple[int, List]: # pylint: disable=C0116
|
| D | parse_define.py | 26 def parse_define_macros(data: str, start: int = 0) -> Tuple[int, Dict]: 66 def parse_define_macros_name(data: str, start: int) -> Tuple[int, str]:
|
| D | parse_using.py | 23 def parse_using(data: str, start: int = 0) -> Tuple[int, Dict]:
|
| D | parse_namespace.py | 22 def parse_namespace(data: str, start: int = 0) -> Tuple[int, Dict]:
|
| D | parse_struct.py | 43 def parse_struct(data: str, start: int = 0) -> Tuple[int, Dict]:
|
| D | parse_enum.py | 101 def parse_enum_class(data: str, start: int = 0) -> Tuple[int, Dict]:
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/ |
| D | samples_record_test.cpp | 264 sourceMapTranslateCallback_ = [](const std::string&, int, int, std::string) { return true; }; in HWTEST_F_L0() argument 272 sourceMapTranslateCallback_ = [](const std::string&, int, int, std::string) { return false; }; in HWTEST_F_L0() argument 280 sourceMapTranslateCallback_ = [](const std::string&, int, int, std::string) { return false; }; in HWTEST_F_L0() argument 288 sourceMapTranslateCallback_ = [](const std::string&, int, int, std::string) { return false; }; in HWTEST_F_L0() argument 296 sourceMapTranslateCallback_ = [](const std::string&, int, int, std::string) { return false; }; in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| D | base.py | 52 depth: Optional[int] = None, 57 def _arkts_str(obj: Any, *, depth: Optional[int] = None) -> str: 81 def arkts_str(*objs, depth: Optional[int] = DEFAULT_ARKTS_STR_DEPTH) -> str: 91 def arkts_str_list(objs: List, depth: Optional[int] = DEFAULT_ARKTS_STR_DEPTH) -> List[str]:
|
| /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/plugins/ets/tests/debugger/src/arkdb/ |
| D | expect.py | 53 def tb_next(tb, step: int = 1) -> Optional[TracebackType]: 61 def _extract_traceback(level: int = 4) -> Optional[Tuple[StackSummary, Traceback]]: 90 def _check(self, level: int, waring_type: Type[Warning]) -> Iterator[None]:
|
| D | debug_types.py | 89 async def mirror_values(self, depth: int): 115 async def mirror_value(self, *, depth: int) -> Any: 135 async def mirror_value(self, *, depth: int = DEFAULT_DEPTH) -> Any: 147 async def _mirror_object(self, obj: runtime.RemoteObject, *, depth: int = DEFAULT_DEPTH) -> Any: 171 async def mirror_variables(self, *, depth: int = DEFAULT_DEPTH) -> OrderedDict[str, Any]: 211 def frame(self, id: Union[int, debugger.CallFrameId] = 0) -> Frame:
|
| /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: 145 def wrap_with_function(code: str, jit_preheat_repeats: int) -> str: 177 def get_group_number(test_id: str, total_groups: int) -> int:
|
| D | path_utils.py | 37 def recursive_chown(file_or_dir: Path, sudo_user: str, sudo_group: int) -> None:
|
| D | test_file_based.py | 65 def get_processes(self, pid: int, gdb_timeout: int) -> str: 89 def detect_segfault(self, return_code: int, default_fail_kind: FailKind) -> FailKind:
|
| /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/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 | 131 Token::Type Context::operator++(int) in operator ++() argument 166 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/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_stepping.py | 82 start: int,
|
| /arkcompiler/runtime_core/scripts/ |
| D | gc_pause_stats.py | 79 def get_full_type(line: str, cause_start: int, cause_len: int) -> str:
|