Searched refs:LessThanOrEqualTo (Results 1 – 6 of 6) sorted by relevance
130 inline static constexpr C2SupportedRange<T> LessThanOrEqualTo(T value) {141 return LessThanOrEqualTo(value);706 return limitTo(C2SupportedRange<T>::LessThanOrEqualTo(value));
139 func (this ApiLevel) LessThanOrEqualTo(other ApiLevel) bool { func
179 bool LessThanOrEqualTo(ValueBound bound) const { in LessThanOrEqualTo() function in art::ValueBound223 if (bound1.LessThanOrEqualTo(bound2)) { in NarrowUpperBound()226 if (bound2.LessThanOrEqualTo(bound1)) { in NarrowUpperBound()314 upper_.LessThanOrEqualTo(other_range->upper_); in FitsIn()
398 if shippingApiLevel.LessThanOrEqualTo(ApiLevelR) {
440 …needVndkVersionVendorVariantForLlndk = boardVndkApiLevel.LessThanOrEqualTo(android.ApiLevelOrPanic…
2048 if i > 0 && ver.LessThanOrEqualTo(previous) {