Home
last modified time | relevance | path

Searched refs:expectedStr (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/split-select/
DTestRules.cpp77 const String8 expectedStr(expected.toJson()); in RulePredFormat() local
80 if (expectedStr != actualStr) { in RulePredFormat()
82 << "Expected: " << expectedStr.string() << "\n" in RulePredFormat()
/frameworks/base/libs/androidfw/tests/
DTestHelpers.cpp25 …ssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr) { in IsStringEqual() argument
42 if (String8(expectedStr) != actual) { in IsStringEqual()
DTestHelpers.h31 …AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr);