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

  /external/python/oauth2client/oauth2client/contrib/
keyring_storage.py 89 keyring.set_password(self._service_name, self._user_name,
98 keyring.set_password(self._service_name, self._user_name, '')
  /external/autotest/server/site_tests/firmware_Cr50FactoryResetVC/
firmware_Cr50FactoryResetVC.py 92 def setup_ccd_password(self, set_password):
96 set_password: if True set the password. The password is already
99 if set_password:
103 if self.has_ccd_password() != set_password:
105 ('set' if set_password else 'clear'))
168 for set_password in self.BOOL_VALUES:
178 self.setup_ccd_password(set_password)
  /external/python/oauth2client/tests/contrib/
test_keyring_storage.py 82 with mock.patch.object(keyring, 'set_password',
84 autospec=True) as set_password:
91 set_password.assert_called_once_with(service_name, user_name,
98 with mock.patch.object(keyring, 'set_password',
100 autospec=True) as set_password:
102 set_password.assert_called_once_with(service_name, user_name, '')
141 with mock.patch.object(keyring, 'set_password',
143 autospec=True) as set_password:
149 set_password.assert_called_once_with(
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription_unittest.cc 146 candidate_.set_password(kCandidatePwdVoice);
163 candidate_.set_password(kCandidatePwdVideo);
171 candidate_.set_password(kCandidatePwd);
180 candidate_.set_password(kCandidatePwd);
210 candidate_.set_password(kCandidatePwdVoice);
jsepsessiondescription.cc 142 updated_candidate.set_password(transport_info->description.ice_pwd);
webrtcsdp_unittest.cc     [all...]
webrtcsession_unittest.cc     [all...]
webrtcsdp.cc     [all...]
  /external/webrtc/webrtc/p2p/base/
candidate.h 113 void set_password(const std::string & password) { password_ = password; } function in class:cricket::Candidate
port.cc 250 c.set_password(password_);
    [all...]
p2ptransportchannel.cc 360 candidate.set_password(ice_pwd);
697 new_remote_candidate.set_password(remote_ice()->pwd);
    [all...]
p2ptransportchannel_unittest.cc 689 c.set_password("");
    [all...]
  /external/pdfium/fxjs/
cjs_field.h 144 CJS_Return set_password(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
cjs_field.cpp 1455 CJS_Return Field::set_password(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { function in class:Field
    [all...]

Completed in 737 milliseconds