Home
last modified time | relevance | path

Searched defs:domain2 (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Dpublisher_impl_unittest.cc73 void CallOnDomainFound(const DomainName& domain, const DomainName& domain2) { in CallOnDomainFound()
91 const DomainName domain2{"instance2", "_service", "_udp", "domain"}; in TEST_F() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp140 float domain2 = m_Domains[i * 2 + 1]; in Call() local
/external/curl/tests/http/testenv/
Denv.py325 def domain2(self) -> str: member in Env