Searched defs:strKey (Results 1 - 14 of 14) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DMappingData.cpp45 std::string strKey, strValue; local
51 strKey = strMappingElement;
57 strKey = strMappingElement.substr(0, iFistDelimiterOccurrence);
63 if (!addValue(strKey, strValue)) {
65 error = "Unable to process Mapping element key = " + strKey + ", value = " + strValue +
H A DComponentType.cpp52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const argument
55 return base::getMappingData(strKey, pStrValue) ||
56 (_pExtendsComponentType && _pExtendsComponentType->getMappingData(strKey, pStrValue));
H A DComponentInstance.cpp60 bool CComponentInstance::getMappingData(const std::string &strKey, argument
64 return base::getMappingData(strKey, pStrValue) ||
65 (_pComponentType && _pComponentType->getMappingData(strKey, pStrValue));
H A DInstanceConfigurableElement.cpp65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey, argument
69 return getTypeElement()->getMappingData(strKey, pStrValue);
H A DTypeElement.cpp64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const argument
68 return _pMappingData->getValue(strKey, pStrValue);
H A DSubsystem.cpp318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage, argument
321 return getName() + " " + getKind() + " " + "mapping:\n" + strKey + " " + "error: \"" +
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const argument
329 return _pMappingData->getValue(strKey, pStrValue);
350 const string &strKey = _contextMappingKeyArray[item]; local
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) {
355 if (!context.setItem(item, &strKey, pStrValue)) {
357 strError = getMappingError(strKey, "Already set", pConfigurableElement);
376 string strKey = pSubsystemObjectCreator->getMappingKey(); local
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValu
[all...]
H A DElementHandle.cpp129 bool ElementHandle::getMappingData(const string &strKey, string &strValue) const argument
137 if (element->getMappingData(strKey, pStrValue)) {
/external/pdfium/xfa/fgas/font/
H A Dcfgas_pdffontmgr.cpp81 ByteString strKey = ByteString::Format("%u%u", dwHashCode, dwFontStyles); local
82 auto it = m_FontMap.find(strKey);
93 m_FontMap[strKey] = pFont;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 227 milliseconds