Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dfake_port_allocator.h205 uint32_t candidate_filter_ = CF_ALL;
Dport_allocator.cc101 candidate_filter_(CF_ALL) { in PortAllocator()
Dport_allocator_unittest.cc270 EXPECT_EQ(cricket::CF_ALL, peeked_session->candidate_filter()); in TEST_F()
Dport_allocator.h120 CF_ALL = 0x7, enumerator
Dp2p_transport_channel_unittest.cc5341 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5351 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5407 const uint32_t kCandidateFilterNoHost = CF_ALL & ~CF_HOST; in TEST_F()
5470 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5477 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5496 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5497 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5569 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5606 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5864 ep1->allocator_->SetCandidateFilter(CF_ALL & ~CF_HOST); in TEST_F()
/external/webrtc/p2p/client/
Dbasic_port_allocator.h273 uint32_t candidate_filter_ = CF_ALL;
Dbasic_port_allocator_unittest.cc2189 session_->SetCandidateFilter(CF_ALL); in TEST_F()
2283 session_->SetCandidateFilter(CF_ALL); in TEST_F()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3363 CF_ALL=7 enumerator
3484 testFold(prev, (~pData->which)&CF_ALL, in caseFoldingLineFn()
3565 testFoldToSelf(start, CF_ALL); in TestCaseFolding()
/external/webrtc/pc/
Dpeer_connection_interface_unittest.cc1312 EXPECT_EQ(cricket::CF_ALL & ~cricket::CF_HOST, in TEST_P()
1315 EXPECT_EQ(cricket::CF_ALL, port_allocator_->candidate_filter()); in TEST_P()
Dpeer_connection.cc245 return (cricket::CF_ALL & ~cricket::CF_HOST); in ConvertIceTransportTypeToCandidateFilter()
247 return cricket::CF_ALL; in ConvertIceTransportTypeToCandidateFilter()