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

  /external/python/oauth2client/tests/
test__helpers.py 70 self.assertEqual(_helpers._from_bytes(value), value)
75 self.assertEqual(_helpers._from_bytes(value), decoded_value)
80 _helpers._from_bytes(value)
test__pure_python_crypt.py 85 public_key = _helpers._from_bytes(self._load_public_key_bytes())
99 public_cert = _helpers._from_bytes(self._load_public_cert_bytes())
143 key_bytes = _helpers._from_bytes(self._load_pkcs1_key_bytes())
157 six.StringIO(_helpers._from_bytes(key_bytes)),
170 key_bytes = _helpers._from_bytes(self._load_pkcs8_key_bytes())
test_clientsecrets.py 201 src = _helpers._from_bytes(src)
  /external/python/oauth2client/tests/contrib/django_util/
test_django_models.py 27 from oauth2client._helpers import _from_bytes
39 self.pickle_str = _from_bytes(
  /external/python/oauth2client/oauth2client/
_helpers.py 74 def _from_bytes(value): function
client.py 300 json_data_as_unicode = _helpers._from_bytes(json_data)
625 data = json.loads(_helpers._from_bytes(json_data))
798 content = _helpers._from_bytes(content)
869 d = json.loads(_helpers._from_bytes(content))
908 content = _helpers._from_bytes(content)
    [all...]
_pure_python_crypt.py 166 key = _helpers._from_bytes(key) # pem expects str in Py3
crypt.py 237 payload_dict = json.loads(_helpers._from_bytes(payload_bytes))
service_account.py 437 json_data = json.loads(_helpers._from_bytes(json_data))
  /external/python/oauth2client/oauth2client/contrib/
_metadata.py 65 decoded = _helpers._from_bytes(content)
multiprocess_file_storage.py 180 encoded_credential = _helpers._from_bytes(base64.b64encode(
  /external/python/oauth2client/tests/contrib/
test_devshell.py 159 resp_buffer += _helpers._from_bytes(

Completed in 77 milliseconds