Searched refs:set_password (Results 1 – 17 of 17) sorted by relevance
/external/python/oauth2client/tests/contrib/ |
D | test_keyring_storage.py | 84 autospec=True) as set_password: 91 set_password.assert_called_once_with(service_name, user_name, 100 autospec=True) as set_password: 102 set_password.assert_called_once_with(service_name, user_name, '') 143 autospec=True) as set_password: 149 set_password.assert_called_once_with(
|
/external/autotest/server/site_tests/firmware_Cr50FactoryResetVC/ |
D | firmware_Cr50FactoryResetVC.py | 87 def setup_ccd_password(self, set_password): argument 94 if set_password: 98 if self.cr50.password_is_reset() == set_password: 100 ('set' if set_password else 'clear')) 185 for set_password in self.BOOL_VALUES: 191 self.setup_ccd_password(set_password)
|
/external/python/oauth2client/oauth2client/contrib/ |
D | keyring_storage.py | 89 keyring.set_password(self._service_name, self._user_name, 98 keyring.set_password(self._service_name, self._user_name, '')
|
/external/webrtc/pc/ |
D | jsep_session_description_unittest.cc | 136 candidate_.set_password(kCandidatePwdVoice); in TEST_F() 156 candidate_.set_password(kCandidatePwdVideo); in TEST_F() 170 candidate_.set_password(kCandidatePwd); in TEST_F() 179 candidate_.set_password(kCandidatePwd); in TEST_F() 209 candidate_.set_password(kCandidatePwdVoice); in TEST_F()
|
D | jsep_session_description.cc | 241 updated_candidate.set_password(transport_info->description.ice_pwd); in AddCandidate()
|
D | webrtc_sdp.cc | 3066 candidate.set_password(std::string()); in ParseContent() 3354 candidate.set_password(transport->ice_pwd); in ParseContent()
|
D | webrtc_sdp_unittest.cc | 1648 const_cast<Candidate&>(cc->at(j)->candidate()).set_password(pwd); in UpdateCandidateUfragPwd() 3203 ref_candidate.set_password("password_rtp"); in TEST_F()
|
/external/rust/crates/url/src/ |
D | quirks.rs | 89 pub fn set_password(url: &mut Url, new_password: &str) -> Result<(), ()> { in set_password() function 90 url.set_password(if new_password.is_empty() { in set_password()
|
D | lib.rs | 1968 pub fn set_password(&mut self, password: Option<&str>) -> Result<(), ()> { in set_password() method
|
/external/webrtc/api/ |
D | candidate.h | 96 void set_password(const std::string& password) { password_ = password; } in set_password() function
|
/external/rust/crates/url/tests/ |
D | data.rs | 198 "password" => quirks::set_password(url, new), in set()
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 237 CJS_Result set_password(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
|
D | cjs_field.cpp | 1562 CJS_Result CJS_Field::set_password(CJS_Runtime* pRuntime, in set_password() function in CJS_Field
|
/external/webrtc/p2p/base/ |
D | port.cc | 241 c.set_password(password); in SetIceParameters()
|
D | p2p_transport_channel.cc | 489 candidate.set_password(ice_params.pwd); in SetRemoteIceParameters() 1189 new_remote_candidate.set_password(remote_ice()->pwd); in AddRemoteCandidate()
|
D | connection.cc | 1190 remote_candidate_.set_password(ice_params.pwd); in MaybeSetRemoteIceParametersAndGeneration()
|
D | p2p_transport_channel_unittest.cc | 832 c.set_password(""); in OnMessage()
|