Searched refs:kHelloPath (Results 1 – 6 of 6) sorted by relevance
/external/cronet/stable/net/url_request/ |
D | url_request_quic_unittest.cc | 56 const char kHelloPath[] = "/hello.txt"; variable 151 memory_cache_backend_.AddSimpleResponse(kTestServerHost, kHelloPath, in StartQuicServer() 271 CreateRequest(context.get(), GURL(UrlFromPath(kHelloPath)), &delegate); in TEST_P() 291 GURL url = GURL(UrlFromPath(kHelloPath)); in TEST_P() 327 CreateRequest(context.get(), GURL(UrlFromPath(kHelloPath)), &delegate); in TEST_P() 359 CreateRequest(context.get(), GURL(UrlFromPath(kHelloPath)), &delegate); in TEST_P() 363 this->SetDelay(kTestServerHost, kHelloPath, delay); in TEST_P()
|
D | url_request_quic_perftest.cc | 58 constexpr char kHelloPath[] = "/hello.txt"; variable 139 memory_cache_backend_.AddSimpleResponse(kOriginHost, kHelloPath, in StartQuicServer() 191 GURL url(base::StringPrintf("https://%s%s", kOriginHost, kHelloPath)); in TEST_F()
|
/external/cronet/tot/net/url_request/ |
D | url_request_quic_unittest.cc | 56 const char kHelloPath[] = "/hello.txt"; variable 151 memory_cache_backend_.AddSimpleResponse(kTestServerHost, kHelloPath, in StartQuicServer() 271 CreateRequest(context.get(), GURL(UrlFromPath(kHelloPath)), &delegate); in TEST_P() 291 GURL url = GURL(UrlFromPath(kHelloPath)); in TEST_P() 327 CreateRequest(context.get(), GURL(UrlFromPath(kHelloPath)), &delegate); in TEST_P() 359 CreateRequest(context.get(), GURL(UrlFromPath(kHelloPath)), &delegate); in TEST_P() 363 this->SetDelay(kTestServerHost, kHelloPath, delay); in TEST_P()
|
D | url_request_quic_perftest.cc | 58 constexpr char kHelloPath[] = "/hello.txt"; variable 139 memory_cache_backend_.AddSimpleResponse(kOriginHost, kHelloPath, in StartQuicServer() 191 GURL url(base::StringPrintf("https://%s%s", kOriginHost, kHelloPath)); in TEST_F()
|
/external/cronet/tot/net/test/ |
D | quic_simple_test_server.cc | 36 const char kHelloPath[] = "/hello.txt"; variable 83 return GURL("https://test.example.com").Resolve(kHelloPath); in GetHelloURL() 92 return kHelloPath; in GetHelloPath() 153 kHelloPath, std::move(headers), in SetupQuicMemoryCacheBackend()
|
/external/cronet/stable/net/test/ |
D | quic_simple_test_server.cc | 36 const char kHelloPath[] = "/hello.txt"; variable 83 return GURL("https://test.example.com").Resolve(kHelloPath); in GetHelloURL() 92 return kHelloPath; in GetHelloPath() 153 kHelloPath, std::move(headers), in SetupQuicMemoryCacheBackend()
|