Searched refs:domain2 (Results 1 – 5 of 5) sorted by relevance
/external/openscreen/discovery/dnssd/impl/ |
D | publisher_impl_unittest.cc | 73 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/ |
D | RELEASE.md | 18 * New feature 2 (author2@domain2).
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | plan.md | 263 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/ |
D | test_tracemalloc.py | 201 domain2, size2, traceback2, length2 = trace2
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test.c | 10219 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()
|