/external/parameter-framework/parameter/ |
D | SelectionCriterionRule.cpp | 61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue() 91 string strValue; in parse() local 128 string strValue; in dump() local 184 string strValue = xmlElement.getAttributeString("Value"); in fromXml() local 211 string strValue; in toXml() local
|
D | MappingData.cpp | 53 std::string strKey, strValue; in fromXml() local 97 std::string strValue; in asString() local 104 bool CMappingData::addValue(const std::string& strkey, const std::string& strValue) in addValue()
|
D | FixedPointParameterType.cpp | 116 bool CFixedPointParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAc… in toBlackboard() argument 140 void CFixedPointParameterType::setOutOfRangeError(const string& strValue, CParameterAccessContext& … in setOutOfRangeError() argument 184 bool CFixedPointParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameter… in fromBlackboard() 282 bool CFixedPointParameterType::convertFromHexadecimal(const string& strValue, uint32_t& uiValue, CP… in convertFromHexadecimal() argument 300 bool CFixedPointParameterType::convertFromDecimal(const string& strValue, uint32_t& uiValue, CParam… in convertFromDecimal() argument 314 bool CFixedPointParameterType::convertFromQnm(const string& strValue, uint32_t& uiValue, in convertFromQnm()
|
D | BaseParameter.cpp | 60 string strValue; in serializeXmlSettings() local 73 void CBaseParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue() 174 bool CBaseParameter::accessAsString(string& strValue, bool bSet, CParameterAccessContext& parameter… in accessAsString() 212 bool CBaseParameter::accessValue(CPathNavigator& pathNavigator, string& strValue, bool bSet, CParam… in accessValue()
|
D | SelectionCriterionType.cpp | 52 bool CSelectionCriterionType::addValuePair(int iValue, const std::string& strValue) in addValuePair() 74 bool CSelectionCriterionType::getNumericalValue(const std::string& strValue, int& iValue) const in getNumericalValue() argument 99 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string& strValue, int& iValue) con… in getAtomicNumericalValue() argument
|
D | StringParameter.cpp | 69 bool CStringParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContex… in doSetValue() argument 86 void CStringParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& par… in doGetValue()
|
D | IntegerParameterType.cpp | 151 bool CIntegerParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAcces… in toBlackboard() argument 190 bool CIntegerParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAcc… in fromBlackboard() 369 bool CIntegerParameterType::convertValueFromString(const string& strValue, int64_t& iData, CParamet… in convertValueFromString() argument 399 template <typename type> bool CIntegerParameterType::checkValueAgainstRange(const string& strValue,… in checkValueAgainstRange() argument
|
D | EnumParameterType.cpp | 95 bool CEnumParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessCo… in toBlackboard() argument 162 bool CEnumParameterType::checkValueAgainstRange(const string& strValue, int64_t value, CParameterAc… in checkValueAgainstRange() argument 195 bool CEnumParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccess… in fromBlackboard() 275 bool CEnumParameterType::isNumber(const string& strValue) in isNumber()
|
D | BooleanParameterType.cpp | 50 bool CBooleanParameterType::toBlackboard(const std::string& strValue, uint32_t& uiValue, CParameter… in toBlackboard() argument 79 bool CBooleanParameterType::fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParamet… in fromBlackboard()
|
D | ArrayParameter.cpp | 87 string strValue; in serializeXmlSettings() local 101 bool CArrayParameter::accessValue(CPathNavigator& pathNavigator, string& strValue, bool bSet, CPara… in accessValue() 177 void CArrayParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue() 258 …rameter::setValues(uint32_t uiStartIndex, uint32_t uiBaseOffset, const string& strValue, CParamete… in setValues() argument
|
D | BitParameter.cpp | 66 bool CBitParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContext& … in doSetValue() argument 71 void CBitParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& parame… in doGetValue()
|
D | BitParameterType.cpp | 125 bool CBitParameterType::toBlackboard(const string& strValue, uint64_t& uiValue, CParameterAccessCon… in toBlackboard() argument 160 void CBitParameterType::fromBlackboard(string& strValue, const uint64_t& uiValue, CParameterAccessC… in fromBlackboard()
|
D | Subsystem.cpp | 199 bool CSubsystem::accessValue(CPathNavigator& pathNavigator, string& strValue, bool bSet, CParameter… in accessValue() 308 string strValue = formatMappingDataList(configurableElementPath); in getMapping() local 316 void CSubsystem::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
|
D | Parameter.cpp | 91 bool CParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContext& par… in doSetValue() argument 96 void CParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& parameter… in doGetValue()
|
D | EnumValuePair.cpp | 72 void CEnumValuePair::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
|
D | ComponentInstance.cpp | 67 std::string strValue = base::getFormattedMapping(); in getFormattedMapping() local
|
D | ComponentType.cpp | 67 std::string strValue = base::getFormattedMapping(); in getFormattedMapping() local
|
D | CompoundRule.cpp | 60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
|
/external/parameter-framework/test/test-subsystem/ |
D | TESTSubsystemObject.cpp | 105 std::string strValue = toString(pvValue, _uiScalarSize); in sendToFile() local 130 std::string strValue; in receiveFromFile() local
|
D | TESTSubsystemString.cpp | 47 void CTESTSubsystemString::fromString(const std::string& strValue, void* pvValue, uint32_t uiSize) in fromString()
|
D | TESTSubsystemBinary.cpp | 57 void CTESTSubsystemBinary::fromString(const std::string& strValue, void* pvValue, uint32_t uiSize) in fromString()
|
/external/parameter-framework/xmlserializer/ |
D | XmlElement.cpp | 96 string strValue((const char*)pucXmlValue); in getAttributeString() local 212 void CXmlElement::setAttributeString(const string& strAttributeName, const string& strValue) in setAttributeString() 231 void CXmlElement::setNameAttribute(const string& strValue) in setNameAttribute()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_Notify.cpp | 97 …Notify::OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_Wide… in OnKeyStroke() 105 FX_BOOL CFFL_Notify::OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideStrin… in OnValidate()
|
/external/parameter-framework/test/test-platform/ |
D | TestPlatform.cpp | 308 const std::string& strValue = remoteCommand.getArgument(uiState + 1); in createExclusiveSelectionCriterionFromStateList() local 348 const std::string& strValue = remoteCommand.getArgument(uiState + 1); in createInclusiveSelectionCriterionFromStateList() local
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPDateTimeFactory.java | 86 public static XMPDateTime createFromISO8601(String strValue) throws XMPException in createFromISO8601()
|