Searched refs:validValue (Results 1 – 3 of 3) sorted by relevance
86 constexpr float validValue = 40; variable92 boxProgress.SetValue(validValue);93 …EXPECT_EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w…100 boxProgress.SetValue(validValue);101 …EXPECT_EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w…
542 static const char *validValue[] = { in CheckParamValueType() local546 for (; i < ARRAY_LENGTH(validValue); i++) { in CheckParamValueType()547 if (strcasecmp(validValue[i], value) == 0) { in CheckParamValueType()551 if (i >= ARRAY_LENGTH(validValue)) { in CheckParamValueType()
998 …id setExtension(std::string &extension, const std::string &tag, const std::set<string> &validValue, in setExtension() argument1006 if (validValue.find(value) == validValue.end()) { in setExtension()1016 if (validValue.find(value) == validValue.end()) { in setExtension()