Home
last modified time | relevance | path

Searched defs:int (Results 1 – 5 of 5) sorted by relevance

/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go74 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 {
Dmappers_test.go67 func makeDiffRow(status, lineChanges, filesChanged int) e.AnalyzedDiffRow {
/development/tools/repo_diff/service/repodiff/handlers/
Dhttp.go59 func StartHTTP(servePort int, statusChannel chan e.StatusMessage) error {
/development/vndk/tools/header-checker/tests/input/
Dexample1.h48 int boo (const CPPHello, int *, float *) { in boo() argument
/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py664 def respond(self, code: int, data: bytes, mime: str) -> None: