/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_channel_endpoint.py | 126 self._send_request(request) 196 def _send_request(self, payload): member in class:MBIMChannelEndpoint
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
httplib.py | 974 def _send_request(self, method, url, body, headers): member in class:HTTPConnection [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
httplib.py | 992 def _send_request(self, method, url, body, headers): member in class:HTTPConnection [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
httplib.py | 992 def _send_request(self, method, url, body, headers): member in class:HTTPConnection [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 992 def _send_request(self, method, url, body, headers): member in class:HTTPConnection [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | 992 def _send_request(self, method, url, body, headers): member in class:HTTPConnection [all...] |
/external/python/cpython2/Lib/ |
httplib.py | 1067 def _send_request(self, method, url, body, headers): member in class:HTTPConnection [all...] |
/external/python/cpython3/Lib/http/ |
client.py | 1241 def _send_request(self, method, url, body, headers, encode_chunked): member in class:HTTPConnection [all...] |