Searched defs:Less (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/shared/ |
H A D | env.go | 121 func (e envFileData) Less(i, j int) bool { func
|
/aosp12/build/blueprint/parser/ |
H A D | sort.go | 272 func (l commentsByOffset) Less(i, j int) bool { func
|
/aosp12/art/libartbase/base/ |
H A D | bit_memory_region.h | 33 struct Less { struct 34 bool operator()(const BitMemoryRegion& lhs, const BitMemoryRegion& rhs) const { in operator()
|
/aosp12/build/soong/androidmk/parser/ |
H A D | ast.go | 122 func (s byPosition) Less(i, j int) bool { func
|
/aosp12/build/soong/cc/ |
H A D | ccdeps.go | 238 func (d Deals) Less(i, j int) bool { return d[i].Name < d[j].Name } func
|
/aosp12/build/blueprint/ |
H A D | context.go | 3663 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 D | apex.go | 503 func (a byApexName) Less(i, j int) bool { return a[i].ApexVariationName < a[j].ApexVariationName } func
|