Home
last modified time | relevance | path

Searched refs:Swap (Results 1 – 8 of 8) sorted by relevance

/build/soong/env/
Denv.go95 func (e envFileData) Swap(i, j int) { func
/build/blueprint/parser/
Dsort.go166 func (l elemList) Swap(i, j int) { func
184 func (l commentsByOffset) Swap(i, j int) { func
/build/soong/androidmk/parser/
Dast.go104 func (s byPosition) Swap(i, j int) { func
/build/kati/
Dstats.go170 func (b byTotalTime) Swap(i, j int) { b[i], b[j] = b[j], b[i] } func
Dworker.go66 func (jq jobQueue) Swap(i, j int) { jq[i], jq[j] = jq[j], jq[i] } func
/build/blueprint/
Dcontext.go2744 func (s *pkgAssociationSorter) Swap(i, j int) { func
2833 func (s *globalEntitySorter) Swap(i, j int) { func
2956 func (s depSorter) Swap(i, j int) { func
2976 func (s moduleSorter) Swap(i, j int) { func
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go636 func (l moduleTypeByName) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
/build/soong/android/
Dmodule.go1010 func (s AndroidModulesByName) Swap(i, j int) { s.slice[i], s.slice[j] = s.slice[j], s.slice[i] } func