Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dsort.go162 func (l elemList) Len() int { func
176 func (l commentsByOffset) Len() int { func
/build/soong/env/
Denv.go87 func (e envFileData) Len() int { func
/build/soong/ui/tracer/
Dninja.go33 func (n ninjaLogEntries) Len() int { return len(n) } 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/soong/androidmk/parser/
Dast.go100 func (s byPosition) Len() int { func
/build/blueprint/
Dcontext.go2723 func (s *pkgAssociationSorter) Len() int { func
2812 func (s *globalEntitySorter) Len() int { func
2931 func (s depSorter) Len() int { func
2951 func (s moduleSorter) Len() int { func
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go634 func (l moduleTypeByName) Len() int { return len(l) } func
/build/soong/android/
Dmodule.go886 func (s AndroidModulesByName) Len() int { return len(s.slice) } func