Home
last modified time | relevance | path

Searched refs:Len (Results 1 – 14 of 14) sorted by relevance

/build/kati/
Dworker.go65 func (jq jobQueue) Len() int { return len(jq) } func
186 if wm.readyQueue.Len() == 0 {
325 …glog.V(1).Infof("job=%d ready=%d free=%d busy=%d", len(wm.jobs)-wm.finishCnt, wm.readyQueue.Len(),…
Dstats.go169 func (b byTotalTime) Len() int { return len(b) } func
Dbuf.go87 func (b *buffer) Len() int { return len(b.buf) } func
Deval.go191 pos = append(pos, buf.Len())
561 val := buf.Len()
/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/blueprint/proptools/
Dclone.go57 newSlice := reflect.MakeSlice(field.Type, srcFieldValue.Len(),
58 srcFieldValue.Len())
Dextend.go299 dstFieldValue.Len()+srcFieldValue.Len())
/build/soong/androidmk/parser/
Dmakething.go132 func (s byPosition) Len() int { func
/build/soong/common/
Dandroidmk.go107 matches := buf.Len() == len(data)
Dvariable.go188 for j := 0; j < propertyValue.Len(); j++ {
Dmodule.go684 func (s AndroidModulesByName) Len() int { return len(s.slice) } 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/blueprint/bootstrap/bpdoc/
Dbpdoc.go626 func (l moduleTypeByName) Len() int { return len(l) } func