Home
last modified time | relevance | path

Searched defs:strValue (Results 1 – 25 of 47) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
DFixedPointParameterType.cpp119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
145 const string &strValue, CParameterAccessContext &parameterAccessContext) const in setOutOfRangeError() argument
190 bool CFixedPointParameterType::fromBlackboard(string &strValue, const uint32_t &value, 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()
DSelectionCriterionRule.cpp83 string strValue; in parse() local
182 string strValue; in fromXml() local
209 string strValue; in toXml() local
DIntegerParameterType.h122 bool fromBlackboard(std::string &strValue, const uint32_t &value, in fromBlackboard()
201 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard()
224 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard()
308 bool checkValueAgainstRange(const std::string &strValue, CType value, in checkValueAgainstRange()
DMappingData.cpp45 std::string strKey, strValue; in init() local
92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue) in addValue()
DStringParameter.cpp70 bool CStringParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
90 void CStringParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
DSelectionCriterionType.cpp54 bool CSelectionCriterionType::addValuePair(uint64_t iValue, const std::string &strValue, in addValuePair()
94 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, uint64_t &iValue) const in getNumericalValue() argument
119 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string &strValue, in getAtomicNumericalValue()
DFloatingPointParameterType.cpp117 const string &strValue, uint32_t &uiValue, in toBlackboard()
177 const string &strValue, CParameterAccessContext &parameterAccessContext) const in setOutOfRangeError() argument
206 string &strValue, const uint32_t &uiValue, in fromBlackboard()
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()
DBaseParameter.cpp65 string strValue; in serializeXmlSettings() local
147 bool CBaseParameter::access(string &strValue, bool bSet, in access()
185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
DBitParameter.cpp67 bool CBitParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
73 void CBitParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
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()
DParameter.cpp100 bool CParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
106 void CParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet.cpp52 WideStringView strValue = pSyntax->GetCurrentString(); in LoadStyleRule() local
59 WideStringView strValue = pSyntax->GetCurrentString(); in LoadStyleRule() local
67 WideStringView strValue = pSyntax->GetCurrentString(); in LoadStyleRule() local
Dcfx_cssstyleselector.cpp152 WideStringView strValue = pSyntax->GetCurrentString(); in AppendInlineStyle() local
158 WideStringView strValue = pSyntax->GetCurrentString(); in AppendInlineStyle() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DPojoAsArray646Test.java41 private String strValue; field in PojoAsArray646Test.TheItem
46 …operty("boolValue") boolean boolValue, @JsonProperty("nestedItems") List<NestedItem> nestedItems) { in TheItem()
56 public void setStrValue(String strValue) { in setStrValue()
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemObject.cpp108 std::string strValue = toString(pvValue, _scalarSize); in sendToFile() local
134 std::string strValue; in receiveFromFile() local
DTESTSubsystemString.cpp51 void CTESTSubsystemString::fromString(const std::string &strValue, void *pvValue, size_t size) in fromString()
DTESTSubsystemBinary.cpp67 void CTESTSubsystemBinary::fromString(const std::string &strValue, void *pvValue, size_t size) in fromString()
/external/swiftshader/src/System/
DConfigurator.cpp181 auto strValue = getValueIfExists(sectionName, keyName); in getBoolean() local
202 auto strValue = getValueIfExists(sectionName, keyName); in getFloat() local
DConfigurator.hpp61 auto strValue = getValueIfExists(sectionName, keyName); in getInteger() local
/external/parameter-framework/upstream/utility/
DUtility.cpp60 bool isHexadecimal(const string &strValue) in isHexadecimal()
/external/icu/android_icu4j/src/main/java/android/icu/message2/
DOptUtils.java17 String strValue = value.toString(); in asNumber() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DOptUtils.java16 String strValue = value.toString(); in asNumber() local
/external/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
DMainActivity.java363 String strValue = String.valueOf(i); in createBufferSizeOptionsList() local
366 option.put(getString(R.string.buffer_size_value_key), strValue); in createBufferSizeOptionsList() local
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp267 const std::string &strValue = remoteCommand.getArgument(state + 1); in createExclusiveSelectionCriterionFromStateList() local
295 const std::string &strValue = remoteCommand.getArgument(state + 1); in createInclusiveSelectionCriterionFromStateList() local

12