Home
last modified time | relevance | path

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

/build/soong/shared/
Denv.go130 func (e envFileData) Swap(i, j int) { func
/build/make/tools/compliance/
Dpolicy_shareprivacyconflicts_test.go31 func (l byConflict) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
Dresolution.go72 func (l ResolutionList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
Dgraph.go179 func (l TargetEdgeList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
500 func (l TargetNodeList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
Dtest_util.go163 func (l byEdge) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
259 func (l byAnnotatedEdge) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
359 func (l actionList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
Dnoticeindex.go619 func (l hashList) Swap(i, j int) { (*l.hashes)[i], (*l.hashes)[j] = (*l.hashes)[j], (*l.hashes)[i] } func
/build/soong/androidmk/parser/
Dast.go118 func (s byPosition) Swap(i, j int) { func
/build/make/tools/compliance/cmd/checkshare/
Dcheckshare.go42 func (l byError) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func
/build/soong/cc/
Dccdeps.go234 func (d Deals) Swap(i, j int) { d[i], d[j] = d[j], d[i] } func
/build/blueprint/parser/
Dsort.go277 func (l commentsByOffset) Swap(i, j int) { func
/build/blueprint/
Dcontext.go4235 func (s *pkgAssociationSorter) Swap(i, j int) { func
4437 func (s depSorter) Swap(i, j int) { func
4469 func (s moduleSorter) Swap(i, j int) { func