Lines Matching refs:npos
130 ASSERT_NE(result->stdout.find("0x7f010000 -> 0x7f010000 integer/int1"), std::string::npos); in TEST_F()
131 ASSERT_NE(result->stdout.find("0x7f02000c -> 0x7f020000 string/str1"), std::string::npos); in TEST_F()
132 ASSERT_NE(result->stdout.find("0x7f02000e -> 0x7f020001 string/str3"), std::string::npos); in TEST_F()
133 ASSERT_NE(result->stdout.find("0x7f02000f -> 0x7f020002 string/str4"), std::string::npos); in TEST_F()
134 ASSERT_EQ(result->stdout.find("00000210: 007f target package id"), std::string::npos); in TEST_F()
144 ASSERT_NE(result->stdout.find("00000000: 504d4449 magic"), std::string::npos); in TEST_F()
145 ASSERT_NE(result->stdout.find("00000210: 007f target package id"), std::string::npos); in TEST_F()
306 ASSERT_NE(result->stdout.find("overlay-1"), std::string::npos); in TEST_F()
307 ASSERT_EQ(result->stdout.find("overlay-1-sv"), std::string::npos); in TEST_F()
318 ASSERT_NE(result->stdout.find("overlay-1"), std::string::npos); in TEST_F()
319 ASSERT_EQ(result->stdout.find("overlay-1-sv"), std::string::npos); in TEST_F()
330 ASSERT_NE(result->stdout.find("overlay-1-sv"), std::string::npos); in TEST_F()