Home
last modified time | relevance | path

Searched refs:kT0HostName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
Ddns_transaction_unittest.cc477 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
480 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
487 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
492 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
504 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
509 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
523 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
526 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
538 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
541 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
[all …]
Ddns_test_util.h21 static const char kT0HostName[] = "www.google.com"; variable
Ddns_response_unittest.cc264 EXPECT_EQ(kT0HostName, resp.GetDottedName()); in TEST()