Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/
Dmini_canvas_drawer.ts403 const spacing = (this.getWidth() - barSets * barsInSetWidth - edgeBarWidth) / bars; constant
404 let start = edgeBarWidth + spacing;
427 start += spacing;
/development/scripts/
Dstack_core.py61 spacing = "" variable in TraceConverter
82 self.spacing = ""
85 self.spacing = " "
154 print(" RELADDR " + self.spacing + "FUNCTION".ljust(maxlen) + " FILE:LINE")
163 print(" ADDR " + self.spacing + "VALUE " + "FUNCTION".ljust(maxlen) + " FILE:LINE")