Home
last modified time | relevance | path

Searched defs:additional_headers (Results 1 – 7 of 7) sorted by relevance

/external/python/apitools/apitools/base/py/
Dtransfer.py406 def __GetChunk(self, start, end, additional_headers=None): argument
445 def GetRange(self, start, end=None, additional_headers=None, argument
500 additional_headers=None): argument
507 additional_headers=None, use_chunks=True): argument
931 additional_headers=None, use_chunks=True): argument
997 additional_headers=None): argument
1016 additional_headers=None): argument
1041 def __SendMediaBody(self, start, additional_headers=None): argument
1066 def __SendChunk(self, start, additional_headers=None): argument
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dcommon_client.py32 def add_auth_headers(self, additional_headers=None): argument
Dregistration.py34 additional_headers=None, replace=False): argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc69 std::map<std::string, std::string> additional_headers, grpc_error** error) in AwsRequestSigner()
/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h167 grpc::string additional_headers() const { return ""; } in additional_headers() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dprotobuf_plugin.h168 std::string additional_headers() const { return ""; } in additional_headers() function
/external/flatbuffers/src/
Didl_gen_grpc.cpp227 std::string additional_headers() const { in additional_headers() function in flatbuffers::FlatBufFile