Home
last modified time | relevance | path

Searched defs:SetHeader (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_request_headers.cc129 void HttpRequestHeaders::SetHeader(std::string_view key, in SetHeader() function in net::HttpRequestHeaders
134 void HttpRequestHeaders::SetHeader(std::string_view key, std::string&& value) { in SetHeader() function in net::HttpRequestHeaders
H A Dhttp_request_headers.h136 void SetHeader(std::string_view key, const char* value) { in SetHeader() function
H A Dhttp_request_headers_unittest.cc26 TEST(HttpRequestHeaders, SetHeader) { in TEST() argument
H A Dhttp_response_headers.cc563 void HttpResponseHeaders::SetHeader(std::string_view name, in SetHeader() function in net::HttpResponseHeaders
H A Dhttp_response_headers_unittest.cc1887 TEST(HttpResponseHeadersTest, SetHeader) { in TEST() argument
/aosp_15_r20/system/update_engine/common/
H A Dmock_http_fetcher.cc109 void MockHttpFetcher::SetHeader(const std::string& header_name, in SetHeader() function in chromeos_update_engine::MockHttpFetcher
H A Dfile_fetcher.h58 void SetHeader(const std::string& header_name, in SetHeader() function
H A Dmulti_range_http_fetcher.h81 void SetHeader(const std::string& header_name, in SetHeader() function
/aosp_15_r20/system/update_engine/
H A Dlibcurl_http_fetcher.cc366 void LibcurlHttpFetcher::SetHeader(const string& header_name, in SetHeader() function in chromeos_update_engine::LibcurlHttpFetcher
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext.cpp702 spv_result_t SetHeader(spv_target_env env, const uint32_t bound, in SetHeader() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dtext.cpp703 spv_result_t SetHeader(spv_target_env env, const uint32_t bound, in SetHeader() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.h56 void SetHeader(const ModuleHeader& header) { header_ = header; } in SetHeader() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dmodule.h56 void SetHeader(const ModuleHeader& header) { header_ = header; } in SetHeader() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h56 void SetHeader(const ModuleHeader& header) { header_ = header; } in SetHeader() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dtext.cpp701 spv_result_t SetHeader(spv_target_env env, const uint32_t bound, in SetHeader() function
/aosp_15_r20/external/cronet/net/tools/cachetool/
H A Dcachetool.cc614 void SetHeader(CommandMarshal* command_marshal) { in SetHeader() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_protocol.h517 void SetHeader(absl::string_view name, absl::string_view value) { in SetHeader() function
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.cc2876 void IcingDynamicTrie::SetHeader(const IcingDynamicTrieHeader &new_hdr) { in SetHeader() function in icing::lib::IcingDynamicTrie
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h724 void SetHeader(HBasicBlock* block) { in SetHeader() function