• Home
  • Raw
  • Download

Lines Matching defs:str

41     def __init__(self, output_path: Union[Path, str]):  argument
48 def open_tag(self, tag: str, **attrs: Dict[str, str]) -> HtmlWriter: argument
56 def close_tag(self, tag: Optional[str] = None):
61 def add(self, text: str) -> HtmlWriter:
65 def add_file(self, file_path: Union[Path, str]) -> HtmlWriter: argument
72 def modify_text_for_html(text: str) -> str:
84 def __init__(self, name: str):
127 def get_thread(self, tid: int, thread_name: str) -> ThreadScope:
249 def sort_call_graph_by_function_name(self, get_func_name: Callable[[int], str]) -> None: argument
415 def sort_by_function_name(self, get_func_name: Callable[[int], str]) -> None: argument
440 def get_lib_id(self, lib_name: str) -> Optional[int]:
443 def add_lib(self, lib_name: str, build_id: str) -> int:
457 def __init__(self, lib_id: int, func_name: str, func_id: int, start_addr: int, addr_len: int):
500 def __init__(self, file_id: int, abstract_path: str):
510 def add_source_code(self, real_path: str):
528 def get_source_file(self, file_path: str) -> SourceFile:
535 def load_source_code(self, source_dirs: List[str]):
624 self, binary_cache_path: Optional[str],
625 ndk_path: Optional[str],
641 def load_record_file(self, record_file: str, report_lib_options: ReportLibOptions):
730 def _get_event(self, event_name: str) -> EventScope:
735 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool], jobs: int):
804 def add_disassembly(self, filter_lib: Callable[[str], bool],
972 def __init__(self, html_path: Union[Path, str]): argument
997 def write_record_data(self, record_data: Dict[str, Any]):
1077 def filter_lib(lib_name: str) -> bool: