Home
last modified time | relevance | path

Searched refs:get_password (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_keyring.py39 autospec=True) as get_password:
43 get_password.assert_called_once_with('my_unit_test', 'me')
48 autospec=True) as get_password:
52 get_password.assert_called_once_with('my_unit_test', 'me')
72 autospec=True) as get_password:
83 get_password.assert_called_once_with('my_unit_test', 'me')
87 autospec=True) as get_password:
91 get_password.assert_called_once_with('my_unit_test', 'me')
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dkeyring_storage.py84 content = keyring.get_password(self._service_name, self._user_name)
/external/libvncserver/client_examples/
Dgtkvncviewer.c599 static char * get_password (rfbClient *client) in get_password() function
671 cl->GetPassword = get_password; in main()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/provider/
Dtest_provider.py205 keyring.get_password.side_effect = (
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dprovider.py338 self.secret_key = keyring.get_password(
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dupload-diffs.py637 password = keyring.get_password(self.host, email)