Home
last modified time | relevance | path

Searched refs:domain2 (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Dpublisher_impl_unittest.cc73 void CallOnDomainFound(const DomainName& domain, const DomainName& domain2) { in CallOnDomainFound() argument
75 .OnDomainFound(domain, domain2); in CallOnDomainFound()
91 const DomainName domain2{"instance2", "_service", "_udp", "domain"}; in TEST_F() local
104 &domain2](const MdnsRecord& record) mutable -> Error { in TEST_F()
119 EXPECT_EQ(record.name(), domain2); in TEST_F()
128 CallOnDomainFound(domain, domain2); in TEST_F()
/external/minijail/
DRELEASE.md18 * New feature 2 (author2@domain2).
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md263 with arbitrary different names ("domain1" and "domain2")
264 * THEN renaming first domain ("domain1") to the name of the second one ("domain2") should fail
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py201 domain2, size2, traceback2, length2 = trace2
/external/llvm-project/polly/lib/External/isl/
Disl_test.c10219 isl_union_set *domain1, *domain2; in test_schedule_tree_group_1() local
10244 domain2 = isl_schedule_node_get_domain(node); in test_schedule_tree_group_1()
10247 equal = isl_union_set_is_equal(domain1, domain2); in test_schedule_tree_group_1()
10253 isl_union_set_free(domain2); in test_schedule_tree_group_1()