Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A 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()
H A 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()
H A DSelectionCriterionRule.cpp83 string strValue; in parse() local
182 string strValue; in fromXml() local
209 string strValue; in toXml() local
H A 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()
H A 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()
H A 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()
H A DMappingData.cpp45 std::string strKey, strValue; in init() local
92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue) in addValue()
H A DStringParameter.cpp70 bool CStringParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
90 void CStringParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
H A 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()
H A DBitParameter.cpp67 bool CBitParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
73 void CBitParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
H A 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()
H A DParameter.cpp100 bool CParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
106 void CParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
H A DParameterMgr.cpp1697 string strValue; in getParameterCommandProcess() local
1713 string strValue = remoteCommand.packArguments(1, remoteCommand.getArgumentCount() - 1); in setParameterCommandProcess() local
1810 string strValue = remoteCommand.packArguments(3, remoteCommand.getArgumentCount() - 3); in setConfigurationParameterCommandProcess() local
1966 bool CParameterMgr::accessParameterValue(const string &strPath, string &strValue, bool bSet, in accessParameterValue()
2018 string &strValue, bool bSet, string &strError) in accessConfigurationValue()
2097 const string &strPath, string &strValue, bool bSet, in accessValue()
H A DArrayParameter.cpp72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
251 bool CArrayParameter::setValues(size_t uiStartIndex, size_t offset, const string &strValue, in setValues()
H A DParameterMgrFullConnector.cpp113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue, in accessParameterValue()
121 const string &strPath, string &strValue, in accessConfigurationValue()
/aosp_15_r20/external/pdfium/core/fxcrt/css/
H A 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
H A Dcfx_cssstyleselector.cpp152 WideStringView strValue = pSyntax->GetCurrentString(); in AppendInlineStyle() local
158 WideStringView strValue = pSyntax->GetCurrentString(); in AppendInlineStyle() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A 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()
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_publicmethods.cpp605 ByteString strValue = StrTrim(Value.ToUTF8()); in AFNumber_Format() local
818 ByteString strValue = StrTrim(Value.ToUTF8()); in AFPercent_Format() local
893 WideString strValue = val; in AFDate_FormatEx() local
919 const WideString& strValue) { in ParseDateAsGMT()
971 const WideString& strValue = pEvent->Value(); in AFDate_KeystrokeEx() local
/aosp_15_r20/external/parameter-framework/upstream/test/test-subsystem/
H A DTESTSubsystemObject.cpp108 std::string strValue = toString(pvValue, _scalarSize); in sendToFile() local
134 std::string strValue; in receiveFromFile() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/
DSignedLongLongTest.java124 String strValue = "1"; in fromString_whenLengthIsNotGreaterThan16() local
131 String strValue = "B0000000000000002"; in fromString_whenLengthIsGreaterThan16() local
/aosp_15_r20/external/swiftshader/src/System/
H A DConfigurator.cpp181 auto strValue = getValueIfExists(sectionName, keyName); in getBoolean() local
202 auto strValue = getValueIfExists(sectionName, keyName); in getFloat() local
/aosp_15_r20/external/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
H A DMainActivity.java363 String strValue = String.valueOf(i); in createBufferSizeOptionsList() local
366 option.put(getString(R.string.buffer_size_value_key), strValue); in createBufferSizeOptionsList() local
/aosp_15_r20/external/parameter-framework/upstream/test/test-platform/
H A 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
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java326 String strValue = serializeNodeValue(value); in setNodeValue() local
394 String strValue; in serializeNodeValue() local

12345678