Home
last modified time | relevance | path

Searched refs:respdata (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/afe/json_rpc/
Dproxy.py132 respdata = _sso_request(url_with_args, self.__headers, postdata,
135 respdata = _raw_http_request(url_with_args, self.__headers,
139 resp = decoder.JSONDecoder().decode(respdata)
141 raise JSONRPCException('Error decoding JSON reponse:\n' + respdata)
/external/python/cpython2/Lib/test/
Dtest_smtplib.py297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests
308 servargs = (self.evt, self.respdata, self.sock)
/external/python/cpython3/Lib/test/
Dtest_smtplib.py630 respdata = b'250 OK' + (b'.' * smtplib._MAXLINE * 2) + b'\n' variable in TooLongLineTests
641 servargs = (self.evt, self.respdata, self.sock)