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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_keyring.py37 with mock.patch.object(keyring, 'get_password',
39 autospec=True) as get_password:
43 get_password.assert_called_once_with('my_unit_test', 'me')
46 with mock.patch.object(keyring, 'get_password',
48 autospec=True) as get_password:
52 get_password.assert_called_once_with('my_unit_test', 'me')
70 with mock.patch.object(keyring, 'get_password',
72 autospec=True) as get_password:
83 get_password.assert_called_once_with('my_unit_test', 'me')
85 with mock.patch.object(keyring, 'get_password',
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dkeyring_storage.py84 content = keyring.get_password(self._service_name, self._user_name)
/external/libvncserver/client_examples/
H A Dgtkvncviewer.c599 static char * get_password (rfbClient *client) function
671 cl->GetPassword = get_password;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dprovider.py338 self.secret_key = keyring.get_password(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/provider/
H A Dtest_provider.py204 with mock.patch('keyring.get_password', create=True):
205 keyring.get_password.side_effect = (
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
H A Dupload-diffs.py637 password = keyring.get_password(self.host, email)

Completed in 895 milliseconds