Home
last modified time | relevance | path

Searched refs:actual_str (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DTestHelpers.cpp122 const String8 actual_str = pool->string8ObjectAt(val.data); in IsStringEqual() local
123 if (String8(expected_str) != actual_str) { in IsStringEqual()
124 return ::testing::AssertionFailure() << actual_str.string(); in IsStringEqual()
126 return ::testing::AssertionSuccess() << actual_str.string(); in IsStringEqual()
/frameworks/native/cmds/dumpsys/tests/
Ddumpsys_test.cpp100 std::string actual_str = String8(actual).c_str(); variable
102 actual_stream << "'" << actual_str << "' ";
104 if (actual_str != expected_str) {