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

  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 42 android::String8 resultStr;
43 if (!SimpleScriptExec::runScript(script, param, resultStr)) {
51 if (!SimpleScriptExec::checkIfPassed(resultStr, match, nmatch, pmatch)) {
52 LOGE("result not correct %s", resultStr.string());
66 android::String8 product = StringUtil::substr(resultStr, pmatch[1].rm_so,
69 android::String8 cardNumber = StringUtil::substr(resultStr, pmatch[2].rm_so,
  /external/deqp/framework/delibs/depool/
dePoolStringBuilder.c 120 char* resultStr = (char*)deMemPool_alloc(pool, (size_t)builder->length + 1);
122 if (resultStr)
125 char* dstPtr = resultStr;
137 DE_ASSERT((int)strlen(resultStr) == builder->length);
140 return resultStr;
  /external/icu/icu4c/source/test/intltest/
numfmtdatadriventest.cpp 424 UnicodeString resultStr = currAmt->getNumber().getDecimalQuantity()->toScientificString();
427 UnicodeString("Parse succeeded: ") + resultStr + ", but was expected to fail.");
441 if (expectedString != resultStr) {
444 resultStr + " (" + ppos.getIndex() + ":" + ppos.getErrorIndex() + ")");
dcfmapts.cpp 513 UnicodeString resultStr;
523 pat.format(Roundingnumber, resultStr);
525 verify(message, resultStr, result[i++]);
527 resultStr.remove();
530 pat.format(Roundingnumber1, resultStr);
532 verify(message, resultStr, result[i++]);
534 resultStr.remove();
610 UnicodeString resultStr;
627 pat.format(testData[i].inputValue, resultStr);
631 verifyString(message, resultStr, exp)
    [all...]