Searched refs:expectedStr (Results 1 – 3 of 3) sorted by relevance
77 const String8 expectedStr(expected.toJson()); in RulePredFormat() local80 if (expectedStr != actualStr) { in RulePredFormat()82 << "Expected: " << expectedStr.string() << "\n" in RulePredFormat()
25 …ssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr) { in IsStringEqual() argument42 if (String8(expectedStr) != actual) { in IsStringEqual()
31 …AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr);