Home
last modified time | relevance | path

Searched defs:LessThanOrEqualTo (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/android/
H A Dapi_levels.go139 func (this ApiLevel) LessThanOrEqualTo(other ApiLevel) bool { func
/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination.cc179 bool LessThanOrEqualTo(ValueBound bound) const { in LessThanOrEqualTo() function in art::ValueBound