/external/parameter-framework/upstream/parameter/ |
D | BooleanParameterType.cpp | 47 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()
|
D | IntegerParameterType.h | 71 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()
|
D | FixedPointParameterType.cpp | 119 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()
|
D | FloatingPointParameterType.cpp | 117 const string &strValue, uint32_t &uiValue, in toBlackboard() 206 string &strValue, const uint32_t &uiValue, in fromBlackboard() 235 double dUserValue, uint32_t &uiValue, CParameterAccessContext ¶meterAccessContext) const in toBlackboard() 249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
D | BaseIntegerParameterType.cpp | 50 bool CBaseIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard() 58 bool CBaseIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, in fromBlackboard()
|
D | BitParameterType.cpp | 122 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()
|
D | BitParameter.cpp | 93 uint32_t uiValue; in access() local 113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access()
|
D | BaseIntegerParameterType.h | 56 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
D | Parameter.cpp | 120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access()
|
D | EnumParameterType.cpp | 95 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
|
/external/parameter-framework/upstream/test/test-subsystem/ |
D | TESTSubsystemBinary.cpp | 53 uint32_t uiValue = 0; in toString() local 69 uint32_t uiValue; in fromString() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 263 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/ |
D | attribute.cpp | 265 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/ |
D | SubzeroReactor.cpp | 3722 Int4 uiValue = CmpNLT(cast, Float4(ustartf)); in UInt4() local
|