Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/util/
Dtest_utils_unittest.cpp30 std::string NormalizeNewLines(const std::string &str) in NormalizeNewLines() function
160 EXPECT_EQ(kRunAppTestStdout, NormalizeNewLines(process->getStdout())); in TEST()
161 EXPECT_EQ(kRunAppTestStderr, NormalizeNewLines(process->getStderr())); in TEST()
176 EXPECT_EQ(kRunAppTestEnvVarValue, NormalizeNewLines(process->getStderr())); in TEST()
210 EXPECT_EQ(kRunAppTestStdout, NormalizeNewLines(process->getStdout())); in TEST()
211 EXPECT_EQ(kRunAppTestStderr, NormalizeNewLines(process->getStderr())); in TEST()