Home
last modified time | relevance | path

Searched defs:response_content (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request_test.cc39 FakeLibCurl(const string& response_content, uint64 response_code) in FakeLibCurl()
41 FakeLibCurl(const string& response_content, uint64 response_code, in FakeLibCurl()
48 FakeLibCurl(const string& response_content, uint64 response_code, in FakeLibCurl()
716 StatsTestFakeLibCurl(TestStats* stats, const string& response_content, in StatsTestFakeLibCurl()
/external/python/httplib2/tests/
D__init__.py361 def server_const_bytes(response_content, **kwargs): argument