Searched refs:nav (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/scripts/inferno/ |
D | svg_renderer.py | 66 def create_svg_node(process, callsite, depth, f, total_weight, height, color_scheme, nav): argument 97 ','.join(str(x) for x in nav), 139 nav = [up_index, left_index, flamegraph.id, right_index] 141 create_svg_node(process, child, depth, f, total_weight, height, color_scheme, nav)
|
D | script.js | 212 let nav = selected.attributes['nav'].value.split(','); variable 234 if (nav[navigation_index] == '0') { 238 let target_element = selected.ownerSVGElement.getElementById(nav[navigation_index]);
|