Home
last modified time | relevance | path

Searched defs:Less (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/soong/shared/
H A Denv.go121 func (e envFileData) Less(i, j int) bool { func
/aosp12/build/blueprint/parser/
H A Dsort.go272 func (l commentsByOffset) Less(i, j int) bool { func
/aosp12/art/libartbase/base/
H A Dbit_memory_region.h33 struct Less { struct
34 bool operator()(const BitMemoryRegion& lhs, const BitMemoryRegion& rhs) const { in operator()
/aosp12/build/soong/androidmk/parser/
H A Dast.go122 func (s byPosition) Less(i, j int) bool { func
/aosp12/build/soong/cc/
H A Dccdeps.go238 func (d Deals) Less(i, j int) bool { return d[i].Name < d[j].Name } func
/aosp12/build/blueprint/
H A Dcontext.go3663 func (s *pkgAssociationSorter) Less(i, j int) bool { func
3762 func (s *globalEntitySorter) Less(i, j int) bool { func
3881 func (s depSorter) Less(i, j int) bool { func
3904 func (s moduleSorter) Less(i, j int) bool { func
/aosp12/build/soong/android/
H A Dapex.go503 func (a byApexName) Less(i, j int) bool { return a[i].ApexVariationName < a[j].ApexVariationName } func