Home
last modified time | relevance | path

Searched refs:modify_text_for_html (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
Dreport_html.py64 def modify_text_for_html(text): function
802 return [modify_text_for_html(x) for x in self.libs.lib_id_to_name]
810 func_data['f'] = modify_text_for_html(function.func_name)
816 disassembly_list.append([modify_text_for_html(code), addr])
838 code_map[line] = modify_text_for_html(source_file.line_to_code[line])