Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc134 EXPECT_EQ(0, stats.GetMax()); in TEST()
138 EXPECT_EQ(1, stats.GetMax()); in TEST()
142 EXPECT_EQ(3, stats.GetMax()); in TEST()
146 EXPECT_EQ(3, stats.GetMax()); in TEST()
Dbwe_test_framework.h134 T GetMax() { in GetMax() function
148 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax()); in Log()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp2813 FXJSE_Value_SetInteger(hValue, nodeOccur.GetMax()); in Script_InstanceManager_Max()
3218 int32_t iMax = nodeOccur.GetMax(); in Script_InstanceManager_AddInstance()
3261 int32_t iMax = nodeOccur.GetMax(); in Script_InstanceManager_InsertInstance()
3287 int32_t iMax = nodeOccur.GetMax(); in InstanceManager_SetInstances()
3380 FXJSE_Value_SetInteger(hValue, occur.GetMax()); in Script_Occur_Max()
Dxfa_objectacc_imp.cpp3379 int32_t CXFA_Occur::GetMax() { in GetMax() function in CXFA_Occur
3440 int32_t iMax = GetMax(); in SetMin()
Dxfa_layout_itemlayout.cpp3015 int32_t iMax = NodeOccur.GetMax(); in JudgeLeaderOrTrailerForOccur()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h749 int32_t GetMax();