Searched refs:kT0HostName (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/dns/ |
D | dns_transaction_unittest.cc | 477 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 …]
|
D | dns_test_util.h | 21 static const char kT0HostName[] = "www.google.com"; variable
|
D | dns_response_unittest.cc | 264 EXPECT_EQ(kT0HostName, resp.GetDottedName()); in TEST()
|