HomeSort by relevance Sort by last modified time
    Searched refs:strResult (Results 26 - 50 of 53) sorted by null

12 3

  /external/parameter-framework/upstream/remote-processor/
RemoteProcessorServer.cpp 146 string strResult;
148 bSuccess = commandHandler.remoteCommandProcess(requestMessage, strResult);
152 CAnswerMessage answerMessage(strResult, bSuccess);
  /external/parameter-framework/upstream/parameter/
FloatingPointParameterType.h 56 virtual void showProperties(std::string &strResult) const;
ParameterType.cpp 109 void CParameterType::showProperties(string &strResult) const
111 base::showProperties(strResult);
115 strResult += gUnitPropertyName + ": " + getUnit() + "\n";
119 strResult += "Scalar size: " + std::to_string(getSize()) + " byte(s) \n";
TypeElement.h 61 virtual void showProperties(std::string &strResult) const;
ParameterMgrFullConnector.cpp 191 string &strResult)
193 return _pParameterMgr->setSequenceAwareness(strName, bSequenceAware, strResult);
197 string &strResult)
199 return _pParameterMgr->getSequenceAwareness(strName, bSequenceAware, strResult);
241 string &strResult)
243 return _pParameterMgr->getApplicationRule(strDomain, strConfiguration, strResult);
ArrayParameter.cpp 61 void CArrayParameter::showProperties(string &strResult) const
63 base::showProperties(strResult);
66 strResult += "Array length: ";
67 strResult += std::to_string(getArrayLength());
68 strResult += "\n";
ConfigurableDomain.h 86 bool getElementSequence(const std::string &strConfiguration, std::string &strResult) const;
92 bool getApplicationRule(const std::string &strConfiguration, std::string &strResult) const;
103 void listAssociatedToElements(std::string &strResult) const;
FloatingPointParameterType.cpp 53 void CFloatingPointParameterType::showProperties(string &strResult) const
55 base::showProperties(strResult);
57 strResult += "Min:" + std::to_string(_fMin) + "\n" + "Max:" + std::to_string(_fMax) + "\n";
Element.h 132 virtual void showProperties(std::string &strResult) const;
147 * @param[out] strResult in which the description is wished to be appended.
149 void showDescriptionProperty(std::string &strResult) const;
TypeElement.cpp 79 void CTypeElement::showProperties(std::string &strResult) const
82 showDescriptionProperty(strResult);
BitParameterType.h 69 virtual void showProperties(std::string &strResult) const;
EnumParameterType.h 63 virtual void showProperties(std::string &strResult) const;
FixedPointParameterType.h 66 virtual void showProperties(std::string &strResult) const;
InstanceConfigurableElement.h 87 virtual void showProperties(std::string &strResult) const;
IntegerParameterType.h 76 virtual void showProperties(std::string &strResult) const;
ConfigurableDomain.cpp 687 void CConfigurableDomain::listAssociatedToElements(string &strResult) const
696 strResult += pConfigurableElement->getPath() + "\n";
777 string &strResult) const
781 findConfiguration(strConfiguration, strResult);
789 pDomainConfiguration->getElementSequence(strResult);
828 string &strResult) const
832 findConfiguration(strConfiguration, strResult);
840 strResult = pDomainConfiguration->getApplicationRule();
    [all...]
DomainConfiguration.h 72 void getElementSequence(std::string &strResult) const;
ArrayParameter.h 63 virtual void showProperties(std::string &strResult) const;
ParameterType.h 107 virtual void showProperties(std::string &strResult) const;
DomainConfiguration.cpp 260 void CDomainConfiguration::getElementSequence(string &strResult) const
263 strResult = accumulate(begin(mAreaConfigurationList), end(mAreaConfigurationList), string("\n"),
  /external/parameter-framework/upstream/bindings/python/
pfw.i 136 %apply std::string &OUTPUT { std::string& strResult }
137 bool setSequenceAwareness(const std::string& strName, bool bSequenceAware, std::string& strResult);
138 bool getSequenceAwareness(const std::string& strName, bool& bSequenceAware, std::string& strResult);
139 %clear std::string& strResult;
155 %apply std::string &OUTPUT { std::string& strResult }
156 bool getApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::string& strResult);
157 %clear std::string& strResult;
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h 128 std::string &strResult);
130 std::string &strResult);
167 std::string &strResult);
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 153 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2);
154 assertEquals(string1.toString() + comma + string2.toString(), strResult.toString());
155 Object spans[] = strResult.getSpans(0, strResult.length(), Object.class);
161 assertEquals(0, strResult.getSpanStart(urlSpan));
162 assertEquals(string1.length() - 1, strResult.getSpanEnd(urlSpan));
163 assertEquals(string1.length() + comma.length(), strResult.getSpanStart(bgColorSpan));
164 assertEquals(strResult.length() - 1, strResult.getSpanEnd(bgColorSpan));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 1034 milliseconds

12 3