/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | BitParameter.cpp | 93 uint32_t uiValue; in access() local 113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access()
|
H A D | BaseIntegerParameterType.h | 56 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
H A D | Parameter.cpp | 120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access()
|
H A D | EnumParameterType.cpp | 95 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 267 const auto unsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes() 277 const auto positiveUnsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes() 298 unsigned uiValue = 0; in handleLoopAttributes() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | attribute.cpp | 267 const auto unsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes() 277 const auto positiveUnsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes() 298 unsigned uiValue = 0; in handleLoopAttributes() local
|
/aosp_15_r20/external/parameter-framework/upstream/test/test-subsystem/ |
H A D | TESTSubsystemBinary.cpp | 53 uint32_t uiValue = 0; in toString() local 69 uint32_t uiValue; in fromString() local
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 3533 Int4 uiValue = CmpNLT(cast, Float4(ustartf)); in UInt4() local 4920 SIMD::Int uiValue = CmpNLT(cast, SIMD::Float(ustartf)); in UInt() local
|