Home
last modified time | relevance | path

Searched defs:AddHeader (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/
H A DBitcodeMunge.cpp36 const bool AddHeader = true; in runTest() local
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtable.cc25 void Table::AddHeader(const std::string& text) { in AddHeader() function in quic_trace::render::Table
/aosp_15_r20/external/cronet/net/server/
H A Dhttp_server_response_info.cc39 void HttpServerResponseInfo::AddHeader(const std::string& name, in AddHeader() function in net::HttpServerResponseInfo
/aosp_15_r20/external/cronet/net/spdy/
H A Dheader_coalescer.cc64 bool HeaderCoalescer::AddHeader(std::string_view key, std::string_view value) { in AddHeader() function in net::HeaderCoalescer
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp_response.cc56 void RawHttpResponse::AddHeader(const std::string& key_value_pair) { in AddHeader() function in net::test_server::RawHttpResponse
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers.h78 Builder& AddHeader(std::string_view name, std::string_view value) { in AddHeader() function
H A Dhttp_response_headers.cc544 void HttpResponseHeaders::AddHeader(std::string_view name, in AddHeader() function in net::HttpResponseHeaders
929 void HttpResponseHeaders::AddHeader(std::string::const_iterator name_begin, in AddHeader() function in net::HttpResponseHeaders
H A Dhttp_response_headers_unittest.cc1860 TEST(HttpResponseHeadersTest, AddHeader) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_dns_cache_test.cc27 void AddHeader(const string& name, const string& value) override {} in AddHeader() function in tensorflow::TestHttpRequest
H A Dhttp_request_fake.h85 void AddHeader(const string& name, const string& value) override { in AddHeader() function
H A Dcurl_http_request.cc200 void CurlHttpRequest::AddHeader(const string& name, const string& value) { in AddHeader() function in tensorflow::CurlHttpRequest
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc177 void Request::AddHeader(const std::string& header, const std::string& value) { in AddHeader() function in brillo::http::Request
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dtabulator.py1275 def AddHeader(self, s): member in TableFormatter