Home
last modified time | relevance | path

Searched defs:uiValue (Results 1 – 14 of 14) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBooleanParameterType.cpp47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard()
74 bool CBooleanParameterType::fromBlackboard(std::string &strValue, const uint32_t &uiValue, in fromBlackboard()
88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue, in toBlackboard()
96 bool CBooleanParameterType::fromBlackboard(bool &bUserValue, uint32_t uiValue, in fromBlackboard()
105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
119 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
DIntegerParameterType.h71 bool doToBlackboard(UserType userValue, uint32_t &uiValue, in doToBlackboard()
158 bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
165 bool toBlackboard(int32_t iUserValue, uint32_t &uiValue, in toBlackboard()
172 bool toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard()
201 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard()
224 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard()
236 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
DFixedPointParameterType.cpp119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard()
254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
284 const string &strValue, uint32_t &uiValue, in convertFromHexadecimal()
302 const string &strValue, uint32_t &uiValue, in convertFromDecimal()
313 bool CFixedPointParameterType::convertFromQnm(const string &strValue, uint32_t &uiValue, in convertFromQnm()
DFloatingPointParameterType.cpp117 const string &strValue, uint32_t &uiValue, in toBlackboard()
206 string &strValue, const uint32_t &uiValue, in fromBlackboard()
235 double dUserValue, uint32_t &uiValue, CParameterAccessContext &parameterAccessContext) const in toBlackboard()
249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
DBaseIntegerParameterType.cpp50 bool CBaseIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
58 bool CBaseIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, in fromBlackboard()
DBitParameterType.cpp122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue, in toBlackboard()
156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue, in fromBlackboard()
177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()
DBitParameter.cpp93 uint32_t uiValue; in access() local
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access()
DBaseIntegerParameterType.h56 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
DParameter.cpp120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access()
DEnumParameterType.cpp95 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemBinary.cpp53 uint32_t uiValue = 0; in toString() local
69 uint32_t uiValue; in fromString() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp263 const auto unsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
273 const auto positiveUnsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dattribute.cpp265 const auto unsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
275 const auto positiveUnsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
296 unsigned uiValue = 0; in handleLoopAttributes() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp3722 Int4 uiValue = CmpNLT(cast, Float4(ustartf)); in UInt4() local