Home
last modified time | relevance | path

Searched defs:Len (Results 1 – 9 of 9) sorted by relevance

/build/blueprint/parser/
Dsort.go158 func (l elemList) Len() int { func
172 func (l commentsByOffset) Len() int { func
/build/soong/env/
Denv.go87 func (e envFileData) Len() int { func
/build/kati/
Dbuf.go87 func (b *buffer) Len() int { return len(b.buf) } func
Dstats.go169 func (b byTotalTime) Len() int { return len(b) } func
Dworker.go65 func (jq jobQueue) Len() int { return len(jq) } func
/build/blueprint/
Dcontext.go2468 func (s *pkgAssociationSorter) Len() int { func
2557 func (s *globalEntitySorter) Len() int { func
2676 func (s moduleSorter) Len() int { func
/build/soong/androidmk/parser/
Dmakething.go132 func (s byPosition) Len() int { func
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go626 func (l moduleTypeByName) Len() int { return len(l) } func
/build/soong/common/
Dmodule.go684 func (s AndroidModulesByName) Len() int { return len(s.slice) } func