HomeSort by relevance Sort by last modified time
    Searched refs:respdata (Results 1 - 3 of 3) sorted by null

  /external/autotest/frontend/afe/json_rpc/
proxy.py 132 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/
test_smtplib.py 297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in class:TooLongLineTests
308 servargs = (self.evt, self.respdata, self.sock)
  /external/python/cpython3/Lib/test/
test_smtplib.py 595 respdata = b'250 OK' + (b'.' * smtplib._MAXLINE * 2) + b'\n' variable in class:TooLongLineTests
606 servargs = (self.evt, self.respdata, self.sock)
    [all...]

Completed in 471 milliseconds