Searched defs:int (Results 1 – 5 of 5) sorted by relevance
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 74 func diffRowToDenormalizedCols(d e.AnalyzedDiffRow, rowIndex int) []interface{} { 90 …malizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex int) []interface{} { 103 …ols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} { 120 …s(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} { 205 func getSumOfAttribute(diffRows []e.AnalyzedDiffRow, getAttr func(e.AnalyzedDiffRow) int) int {
|
D | mappers_test.go | 67 func makeDiffRow(status, lineChanges, filesChanged int) e.AnalyzedDiffRow {
|
/development/tools/repo_diff/service/repodiff/handlers/ |
D | http.go | 59 func StartHTTP(servePort int, statusChannel chan e.StatusMessage) error {
|
/development/vndk/tools/header-checker/tests/input/ |
D | example1.h | 48 int boo (const CPPHello, int *, float *) { in boo() argument
|
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 664 def respond(self, code: int, data: bytes, mime: str) -> None:
|