Home
last modified time | relevance | path

Searched refs:userValue (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
DEnumParameterType.cpp131 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard() argument
139 return getLiteral(signedValue, userValue); in fromBlackboard()
143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard() argument
146 if (!checkValueAgainstSpace(userValue)) { in toBlackboard()
148 parameterAccessContext.setError(std::to_string(userValue) + in toBlackboard()
154 if (userValue < getMin() or userValue > getMax()) { in toBlackboard()
159 "Value " + std::to_string(userValue) + " standing out of admitted range [" + in toBlackboard()
164 value = static_cast<uint32_t>(userValue); in toBlackboard()
169 bool CEnumParameterType::fromBlackboard(int32_t &userValue, uint32_t value, in fromBlackboard() argument
177 userValue = signedValue; in fromBlackboard()
DBitParameterType.cpp193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value, in fromBlackboard() argument
196 userValue = static_cast<uint32_t>((value & getMask()) >> _bitPos); in fromBlackboard()
/external/v8/tools/
Dtickprocessor.js932 var userValue = null;
935 userValue = arg.substr(eqPos + 1);
940 this.result_[dispatch[0]] = userValue == null ? dispatch[1] : userValue;
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...