Home
last modified time | relevance | path

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

/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go74 func diffRowToDenormalizedCols(d e.AnalyzedDiffRow, rowIndex int) []interface{} {
76 rowIndex,
90 func commitRowToDenormalizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex
92 rowIndex,
103 …tCols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{…
107 rowIndex,
120 …ols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{…
124 rowIndex,
231 var rowIndex int
235 &rowIndex,
[all …]
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts252 const rowIndex = this.getRowToUseFor(this.selectedEntry); constant
253 const rect = this.getSegmentRect(timeRange.from, timeRange.to, rowIndex);