HomeSort by relevance Sort by last modified time
    Searched defs:strKey (Results 1 - 8 of 8) sorted by null

  /external/parameter-framework/upstream/parameter/
MappingData.cpp 45 std::string strKey, strValue;
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 +
74 bool CMappingData::getValue(const std::string &strkey, const std::string *&pStrValue) const
76 KeyToValueMapConstIterator it = _keyToValueMap.find(strkey);
92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue)
94 if (_keyToValueMap.find(strkey) != _keyToValueMap.end()) {
98 _keyToValueMap[strkey] = strValue
    [all...]
Subsystem.cpp 318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage,
321 return getName() + " " + getKind() + " " + "mapping:\n" + strKey + " " + "error: \"" +
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
329 return _pMappingData->getValue(strKey, pStrValue);
350 const string &strKey = _contextMappingKeyArray[item];
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();
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue))
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 164 String strKey = readMultipleBytes(constraintData, keyLength, index);
173 mMap.put(strKey, strValue);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.cpp     [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 556 String strKey = key.toString();
594 strKey = strKey + band;
657 strKey = strKey + band;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 663 milliseconds