/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() local 182 string strValue; in fromXml() local 209 string strValue; in toXml() local
|
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()
|
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 | 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(int iValue, const std::string &strValue, in addValuePair() 93 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, int &iValue) const in getNumericalValue() argument 118 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() local 147 bool CBaseParameter::access(string &strValue, bool bSet, in access() 185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
|
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 | 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 | 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()
|
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()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstylesheet.cpp | 70 WideStringView strValue = pSyntax->GetCurrentString(); in LoadStyleRule() local 77 WideStringView strValue = pSyntax->GetCurrentString(); in LoadStyleRule() local 85 WideStringView strValue = pSyntax->GetCurrentString(); in LoadStyleRule() local
|
D | cfx_cssstyleselector.cpp | 153 WideStringView strValue = pSyntax->GetCurrentString(); in AppendInlineStyle() local 159 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.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/ |
D | TESTSubsystemObject.cpp | 108 std::string strValue = toString(pvValue, _scalarSize); in sendToFile() local 134 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/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/ |
D | MainActivity.java | 261 String strValue = String.valueOf(i); in createBufferSizeOptionsList() local 264 option.put(getString(R.string.buffer_size_value_key), strValue); in createBufferSizeOptionsList() local
|
/external/parameter-framework/upstream/utility/ |
D | Utility.cpp | 60 bool isHexadecimal(const string &strValue) in isHexadecimal()
|
/external/parameter-framework/upstream/test/test-platform/ |
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
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPDateTimeFactory.java | 86 public static XMPDateTime createFromISO8601(String strValue) throws XMPException in createFromISO8601()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/ |
D | YamlLoadAsIssueTest.java | 131 String strValue = toScalarString(node); in construct() local
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 595 ByteString strValue = StrTrim(Value.ToDefANSI()); in AFNumber_Format() local 811 ByteString strValue = StrTrim(Value.ToDefANSI()); in AFPercent_Format() local 887 WideString strValue = val; in AFDate_FormatEx() local 911 double CJS_PublicMethods::ParseDateAsGMT(const WideString& strValue) { in ParseDateAsGMT() 964 const WideString& strValue = pEvent->Value(); in AFDate_KeystrokeEx() local
|