Home
last modified time | relevance | path

Searched refs:LessThanOrEqualTo (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/include/util/
H A DC2InterfaceUtils.h130 inline static constexpr C2SupportedRange<T> LessThanOrEqualTo(T value) {
141 return LessThanOrEqualTo(value);
706 return limitTo(C2SupportedRange<T>::LessThanOrEqualTo(value));
/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
223 if (bound1.LessThanOrEqualTo(bound2)) { in NarrowUpperBound()
226 if (bound2.LessThanOrEqualTo(bound1)) { in NarrowUpperBound()
314 upper_.LessThanOrEqualTo(other_range->upper_); in FitsIn()
/aosp12/system/sepolicy/build/soong/
H A Dselinux_contexts.go398 if shippingApiLevel.LessThanOrEqualTo(ApiLevelR) {
/aosp12/build/soong/cc/
H A Dimage.go440 …needVndkVersionVendorVariantForLlndk = boardVndkApiLevel.LessThanOrEqualTo(android.ApiLevelOrPanic…
H A Dlibrary.go2048 if i > 0 && ver.LessThanOrEqualTo(previous) {