Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/libartbase/base/
H A Dhistogram.h87 Value Max() const { in Max() function
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedAttribution.java122 public @interface Max {} annotation in ParsedAttribution
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.h203 Max, // Maximal refresh rate available enumerator
/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination.cc151 static ValueBound Max() { return ValueBound(nullptr, std::numeric_limits<int32_t>::max()); } in Max() function in art::ValueBound