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

  /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/
Element.cpp 123 void CElement::showProperties(string &strResult) const
125 strResult += "Kind: " + getKind() + "\n";
126 showDescriptionProperty(strResult);
129 void CElement::showDescriptionProperty(std::string &strResult) const
132 strResult += gDescriptionPropertyName + ": " + getDescription() + "\n";
341 string strResult;
346 strResult = getQualifiedPath() + "\n";
353 strResult += pChild->listQualifiedPaths(bDive, level + 1);
356 return 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 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1246 milliseconds