/external/webrtc/webrtc/examples/peerconnection/server/ |
D | peer_channel.cc | 110 std::string extra_headers(GetPeerIdHeader()); in ForwardRequestToPeer() local 113 ds->Send("200 OK", true, ds->content_type(), extra_headers, in ForwardRequestToPeer() 118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers, in ForwardRequestToPeer() 133 const std::string& extra_headers, in QueueResponse() argument 138 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers, in QueueResponse() 149 qr.extra_headers = extra_headers; in QueueResponse() 161 response.extra_headers, response.data); in SetWaitingSocket()
|
D | peer_channel.h | 49 const std::string& extra_headers, const std::string& data); 55 std::string status, content_type, extra_headers, data; member
|
D | data_socket.cc | 124 const std::string& extra_headers, in Send() argument 142 if (!extra_headers.empty()) { in Send() 143 buffer += extra_headers; in Send()
|
D | data_socket.h | 116 const std::string& extra_headers, const std::string& data) const;
|
/external/speex/libspeex/ |
D | speex_header.c | 116 header->extra_headers = 0; in speex_init_header() 139 ENDIAN_SWITCH(le_header->extra_headers); in speex_header_to_packet() 179 ENDIAN_SWITCH(le_header->extra_headers); in speex_packet_to_header()
|
/external/speex/include/speex/ |
D | speex_header.h | 72 spx_int32_t extra_headers; /**< Number of additional headers after the comments */ member
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 127 def __init__(self, host, auth_function, host_override=None, extra_headers={}, argument 146 self.extra_headers = extra_headers 168 for key, value in self.extra_headers.iteritems(): 486 extra_headers={"Cookie":
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 127 def __init__(self, host, auth_function, host_override=None, extra_headers={}, argument 146 self.extra_headers = extra_headers 168 for key, value in self.extra_headers.iteritems(): 486 extra_headers={"Cookie":
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | upload-diffs.py | 182 def __init__(self, host, auth_function, host_override=None, extra_headers={}, argument 206 self.extra_headers = extra_headers 229 for key, value in self.extra_headers.iteritems(): 362 extra_headers=None, argument 397 if extra_headers: 398 for header, value in extra_headers.items(): 683 extra_headers={"Cookie":
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 2764 def __init__(self, host, auth_function, host_override=None, extra_headers={}, save_cookies=False): argument 2782 self.extra_headers = extra_headers 2804 for key, value in self.extra_headers.iteritems(): 3055 extra_headers={"Cookie": 'dev_appserver_login="%s:False"' % email},
|