Home
last modified time | relevance | path

Searched refs:test_domain (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
Dcpuset_inherit_testset.sh188 test_domain() function
222 test_domain
/external/python/python-api-core/tests/unit/
Dtest_iam.py250 def test_domain(self): member in TestPolicy
/external/cronet/net/cookies/
Dparsed_cookie_unittest.cc552 std::string test_domain = "example.com"; in TEST() local
554 lots_of_spaces + test_domain + lots_of_spaces; in TEST()
557 EXPECT_EQ(test_domain, pc51.Domain()); in TEST()
/external/rust/crates/url/tests/
Dunit.rs629 fn test_domain() { in test_domain() function