Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport_unittest.cc615 rtc::SocketAddress first_addr(turn_port_->socket()->GetLocalAddress()); in TEST_F() local
622 ss_->SetNextPortForTesting(first_addr.port()); in TEST_F()
629 EXPECT_EQ(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()
634 EXPECT_NE(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()
644 rtc::SocketAddress first_addr(turn_port_->socket()->GetLocalAddress()); in TEST_F() local
654 EXPECT_EQ(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()
661 EXPECT_NE(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()
672 rtc::SocketAddress first_addr(turn_port_->socket()->GetLocalAddress()); in TEST_F() local
679 ss_->SetNextPortForTesting(first_addr.port()); in TEST_F()
686 EXPECT_EQ(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()
[all …]
/external/valgrind/memcheck/
Dmc_leakcheck.c847 Addr first_addr; in heuristic_reachedness() local
862 first_addr = *((Addr*)ch->data); in heuristic_reachedness()
863 if (VG_IS_WORD_ALIGNED(first_addr) in heuristic_reachedness()
864 && first_addr >= (Addr)VKI_PAGE_SIZE in heuristic_reachedness()
866 && aligned_ptr_above_page0_is_vtable_addr(first_addr)) { in heuristic_reachedness()