/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A D | FixedPointParameterType.cpp | 119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() 145 const string &strValue, CParameterAccessContext ¶meterAccessContext) 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 D | IntegerParameterType.h | 122 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 D | SelectionCriterionRule.cpp | 83 string strValue; in parse() local 182 string strValue; in fromXml() local 209 string strValue; in toXml() local
|
H A D | SelectionCriterionType.cpp | 54 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 D | FloatingPointParameterType.cpp | 117 const string &strValue, uint32_t &uiValue, in toBlackboard() 177 const string &strValue, CParameterAccessContext ¶meterAccessContext) const in setOutOfRangeError() argument 206 string &strValue, const uint32_t &uiValue, in fromBlackboard()
|
H A D | BaseParameter.cpp | 65 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 D | MappingData.cpp | 45 std::string strKey, strValue; in init() local 92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue) in addValue()
|
H A D | StringParameter.cpp | 70 bool CStringParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() 90 void CStringParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
|
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()
|
H A D | BitParameter.cpp | 67 bool CBitParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() 73 void CBitParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
|
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()
|
H A D | Parameter.cpp | 100 bool CParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() 106 void CParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
|
H A D | ParameterMgr.cpp | 1697 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 D | ArrayParameter.cpp | 72 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 D | ParameterMgrFullConnector.cpp | 113 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 D | cfx_cssstylesheet.cpp | 52 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 D | cfx_cssstyleselector.cpp | 152 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 D | PojoAsArray646Test.java | 41 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 D | cjs_publicmethods.cpp | 605 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 D | TESTSubsystemObject.cpp | 108 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/ |
D | SignedLongLongTest.java | 124 String strValue = "1"; in fromString_whenLengthIsNotGreaterThan16() local 131 String strValue = "B0000000000000002"; in fromString_whenLengthIsGreaterThan16() local
|
/aosp_15_r20/external/swiftshader/src/System/ |
H A D | Configurator.cpp | 181 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 D | MainActivity.java | 363 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 D | TestPlatform.cpp | 267 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 D | XMPNodeUtils.java | 326 String strValue = serializeNodeValue(value); in setNodeValue() local 394 String strValue; in serializeNodeValue() local
|