| /external/parameter-framework/upstream/parameter/ | 
| 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()
 
 | 
| D | SelectionCriterionRule.cpp | 83     string strValue;  in parse()  local182     string strValue;  in fromXml()  local
 209     string strValue;  in toXml()  local
 
 | 
| 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()
 
 | 
| D | MappingData.cpp | 45         std::string strKey, strValue;  in init()  local92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue)  in addValue()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| D | BaseParameter.cpp | 65         string strValue;  in serializeXmlSettings()  local147 bool CBaseParameter::access(string &strValue, bool bSet,  in access()
 185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet,  in accessValue()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| /external/pdfium/core/fxcrt/css/ | 
| D | cfx_cssstylesheet.cpp | 52         WideStringView strValue = pSyntax->GetCurrentString();  in LoadStyleRule()  local59         WideStringView strValue = pSyntax->GetCurrentString();  in LoadStyleRule()  local
 67           WideStringView strValue = pSyntax->GetCurrentString();  in LoadStyleRule()  local
 
 | 
| D | cfx_cssstyleselector.cpp | 152       WideStringView strValue = pSyntax->GetCurrentString();  in AppendInlineStyle()  local158         WideStringView strValue = pSyntax->GetCurrentString();  in AppendInlineStyle()  local
 
 | 
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ | 
| D | PojoAsArray646Test.java | 41         private String strValue;  field in PojoAsArray646Test.TheItem46 …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/ | 
| D | TESTSubsystemObject.cpp | 108         std::string strValue = toString(pvValue, _scalarSize);  in sendToFile()  local134         std::string strValue;  in receiveFromFile()  local
 
 | 
| D | TESTSubsystemString.cpp | 51 void CTESTSubsystemString::fromString(const std::string &strValue, void *pvValue, size_t size)  in fromString()
 | 
| D | TESTSubsystemBinary.cpp | 67 void CTESTSubsystemBinary::fromString(const std::string &strValue, void *pvValue, size_t size)  in fromString()
 | 
| /external/swiftshader/src/System/ | 
| D | Configurator.cpp | 181 	auto strValue = getValueIfExists(sectionName, keyName);  in getBoolean()  local202 	auto strValue = getValueIfExists(sectionName, keyName);  in getFloat()  local
 
 | 
| D | Configurator.hpp | 61 	auto strValue = getValueIfExists(sectionName, keyName);  in getInteger()  local
 | 
| /external/parameter-framework/upstream/utility/ | 
| D | Utility.cpp | 60 bool isHexadecimal(const string &strValue)  in isHexadecimal()
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/message2/ | 
| D | OptUtils.java | 17             String strValue = value.toString();  in asNumber()  local
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ | 
| D | OptUtils.java | 16             String strValue = value.toString();  in asNumber()  local
 | 
| /external/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/ | 
| D | MainActivity.java | 363             String strValue = String.valueOf(i);  in createBufferSizeOptionsList()  local366             option.put(getString(R.string.buffer_size_value_key), strValue);  in createBufferSizeOptionsList()  local
 
 | 
| /external/parameter-framework/upstream/test/test-platform/ | 
| D | TestPlatform.cpp | 267         const std::string &strValue = remoteCommand.getArgument(state + 1);  in createExclusiveSelectionCriterionFromStateList()  local295         const std::string &strValue = remoteCommand.getArgument(state + 1);  in createInclusiveSelectionCriterionFromStateList()  local
 
 |