Lines Matching defs:ap
485 // Make sure that an empty update URL data string does not cause a ap=
499 // Make sure that an update URL data string causes an appropriate ap=
505 "%26v%3D1.0%26uc%26ap%3Dbar",
513 // Make sure that an update URL data string causes an appropriate ap=
519 "%26v%3D1.0%26uc%26ap%3Da%253D1%2526b%253D2%2526c",
541 std::string::size_type ap = update_url.find("ap%3D", x);
542 EXPECT_EQ(std::string::npos, ap);