Searched refs:sqact (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc281 std::string sqact = squeezeWhite(actual, "actual"); local
283 EXPECT_STREQ(sqexp.c_str(), sqact.c_str());
285 std::size_t foundpos = sqact.find(sqexp);
289 std::cerr << " Actual: \"" << sqact << "\"\n"; local

Completed in 15 milliseconds