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

  /external/python/google-api-python-client/tests/
test_http.py 119 def __init__(self, num_errors, success_json, success_data):
122 self.success_data = success_data
126 return httplib2.Response(self.success_json), self.success_data
156 def __init__(self, num_errors, success_json, success_data):
159 self.success_data = success_data
163 return httplib2.Response(self.success_json), self.success_data
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_wolfssl.c 91 unsigned int success_data:1; member in struct:tls_connection
    [all...]
tls_openssl.c 264 unsigned int success_data:1; member in struct:tls_connection
    [all...]

Completed in 80 milliseconds