Searched refs:CreateExpectedEndPoint (Results 1 – 4 of 4) sorted by relevance
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/ |
H A D | host_resolver_unittest.cc | 50 net::IPEndPoint CreateExpectedEndPoint(const std::string& address, in CreateExpectedEndPoint() function 285 testing::ElementsAre(CreateExpectedEndPoint("::1", 160))); in TEST_F() 467 testing::ElementsAre(CreateExpectedEndPoint(kAnyResultFresh, 80))); in TEST_F() 489 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 512 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 551 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 580 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 846 CreateExpectedEndPoint("::1", 80))); in TEST_F() 873 CreateExpectedEndPoint("::1", 80))); in TEST_F() 987 CreateExpectedEndPoint("::1", 80))); in TEST_F() [all …]
|
H A D | network_context_unittest.cc | 2783 net::IPEndPoint CreateExpectedEndPoint(const std::string& address, in CreateExpectedEndPoint() function 2867 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 160))); in TEST_F() 2903 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 160))); in TEST_F() 3029 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 80), in TEST_F() 3030 CreateExpectedEndPoint("::1", 80))); in TEST_F() 3059 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 160), in TEST_F() 3060 CreateExpectedEndPoint("::1", 160))); in TEST_F() 3260 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 80), in TEST_F() 3261 CreateExpectedEndPoint("::1", 80))); in TEST_F() 3378 CreateExpectedEndPoint("100.100.100.100", 22)}; in TEST_F() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/ |
H A D | host_resolver_unittest.cc | 52 net::IPEndPoint CreateExpectedEndPoint(const std::string& address, in CreateExpectedEndPoint() function 287 testing::ElementsAre(CreateExpectedEndPoint("::1", 160))); in TEST_F() 469 testing::ElementsAre(CreateExpectedEndPoint(kAnyResultFresh, 80))); in TEST_F() 491 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 514 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 553 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 582 testing::ElementsAre(CreateExpectedEndPoint(kResultOriginal, 80))); in TEST_F() 848 CreateExpectedEndPoint("::1", 80))); in TEST_F() 875 CreateExpectedEndPoint("::1", 80))); in TEST_F() 989 CreateExpectedEndPoint("::1", 80))); in TEST_F() [all …]
|
H A D | network_context_unittest.cc | 3196 net::IPEndPoint CreateExpectedEndPoint(const std::string& address, in CreateExpectedEndPoint() function 3280 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 160))); in TEST_F() 3316 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 160))); in TEST_F() 3442 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 80), in TEST_F() 3443 CreateExpectedEndPoint("::1", 80))); in TEST_F() 3472 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 160), in TEST_F() 3473 CreateExpectedEndPoint("::1", 160))); in TEST_F() 3673 testing::UnorderedElementsAre(CreateExpectedEndPoint("127.0.0.1", 80), in TEST_F() 3674 CreateExpectedEndPoint("::1", 80))); in TEST_F() 3791 CreateExpectedEndPoint("100.100.100.100", 22)}; in TEST_F() [all …]
|