HomeSort by relevance Sort by last modified time
    Searched defs:Password (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h 19 UString Password;
ExtractCallbackConsole.h 48 HRESULT SetPassword(const UString &password);
49 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
52 UString Password;
UpdateCallbackConsole.h 27 UString Password;
  /external/chromium/chrome/browser/sync/util/
nigori.h 28 Password = 1,
34 // Initialize the client with the given |hostname|, |username| and |password|.
37 const std::string& password);
46 // |username| and |password| are kept constant, a given |type| and |name| pair
  /external/chromium_org/sync/util/
nigori.h 31 Password = 1,
37 // Initialize the client with the given |hostname|, |username| and |password|.
40 const std::string& password);
49 // |username| and |password| are kept constant, a given |type| and |name| pair
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 38 UString Password;
7zUpdate.cpp 657 UString Password;
660 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
663 STDMETHODIMP CCryptoGetTextPassword::CryptoGetTextPassword(BSTR *password)
665 return StringToBstr(Password, password);
848 getPasswordSpec->Password = options.Method->Password;
853 CMyComBSTR password;
854 RINOK(getDecoderPassword->CryptoGetTextPassword(&password));
855 getPasswordSpec->Password = password;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 34 Password, // Unlock by entering an alphanumeric password
35 PIN, // Strictly numeric password
37 Account, // Unlock by entering an account's login and password.
96 SecurityMode.Password : SecurityMode.None;
124 && (mode == SecurityMode.Password
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 71 UString Password;
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 116 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
119 UString Password;
134 STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password)
138 // You can ask real password here from user
139 // Password = GetPassword(OutStream);
141 PrintError("Password is not defined");
144 return StringToBstr(Password, password);
205 UString Password;
401 STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password)
    [all...]
  /packages/services/Telephony/src/com/android/phone/sip/
SipEditor.java 82 Password(R.string.password, 0, R.string.default_preference_summary),
121 if (this != Password) {
131 } else if (this == Password) {
421 .setPassword(PreferenceKey.Password.getValue())
447 } else if (pref == PreferenceKey.Password.preference) {
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1087 milliseconds