Home
last modified time | relevance | path

Searched defs:GetMax (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_occur.cpp43 int32_t CXFA_Occur::GetMax() { in GetMax() function in CXFA_Occur
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Drunning_statistics.h119 absl::optional<T> GetMax() const { in GetMax() function
/aosp_15_r20/external/cronet/net/socket/
H A Dudp_socket_global_limits.cc38 int GetMax() { in GetMax() function in net::__anon38076fd50111::GlobalUDPSocketCounts
/aosp_15_r20/external/webrtc/api/numerics/
H A Dsamples_stats_counter.h64 double GetMax() const { in GetMax() function
/aosp_15_r20/external/libchrome/ui/gfx/range/
H A Drange_f.h54 constexpr float GetMax() const { return start() > end() ? start() : end(); } in GetMax() function
H A Drange.h82 constexpr uint32_t GetMax() const { in GetMax() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/range/
Drange_f.h57 constexpr float GetMax() const { return start() > end() ? start() : end(); } in GetMax() function
Drange.h85 constexpr uint32_t GetMax() const { in GetMax() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/range/
Drange_f.h57 constexpr float GetMax() const { return start() > end() ? start() : end(); } in GetMax() function
Drange.h85 constexpr uint32_t GetMax() const { in GetMax() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range_test.cc237 Value GetMax(HInductionVarAnalysis::InductionInfo* info, in GetMax() function in art::InductionVarRangeTest
245 Value GetMax(HBasicBlock* context, in GetMax() function in art::InductionVarRangeTest
/aosp_15_r20/external/webp/src/enc/
H A Dpredictor_enc.c94 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp3950 int32_t Progress::GetMax() const { in GetMax() function in Progress