/external/chromium_org/remoting/tools/ |
gettoken.py | 11 import getpass namespace 27 passwd = getpass.getpass("Password: ")
|
register_host.py | 12 import getpass namespace 40 password = getpass.getpass("Password: ") 55 pin = getpass.getpass("Host PIN: ") 59 pin2 = getpass.getpass("Confirm host PIN: ")
|
gaia_auth.py | 5 import getpass namespace
|
hostdir.py | 136 import getpass namespace 141 passwd = getpass.getpass("Password: ")
|
/external/chromium_org/build/android/pylib/base/ |
test_dispatcher_unittest.py | 96 self.assertEqual(len(results.GetPass()), 2) 101 self.assertEqual(len(results.GetPass()), 0) 106 self.assertEqual(len(results.GetPass()), 2) 143 self.assertEqual(len(results.GetPass()), len(self.tests)) 174 self.assertEqual(len(results.GetPass()), 3) 179 self.assertEqual(len(results.GetPass()), 0) 200 self.assertEqual(len(results.GetPass()), 6) 205 self.assertEqual(len(results.GetPass()), 0)
|
base_test_result_unittest.py | 34 self.assertFalse(self.tr.GetPass().symmetric_difference(
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getpass.py | 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off. 6 GetPassWarning - This UserWarning is issued when getpass() cannot prevent 20 __all__ = ["getpass","getuser","GetPassWarning"] 160 # Bind the name getpass to the appropriate function 173 getpass = fallback_getpass variable 175 getpass = AskPassword variable 177 getpass = win_getpass variable 179 getpass = unix_getpass variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
getpass.py | 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off. 6 GetPassWarning - This UserWarning is issued when getpass() cannot prevent 20 __all__ = ["getpass","getuser","GetPassWarning"] 160 # Bind the name getpass to the appropriate function 173 getpass = fallback_getpass variable 175 getpass = AskPassword variable 177 getpass = win_getpass variable 179 getpass = unix_getpass variable
|
/external/dropbear/ |
netbsd_getpass.c | 1 /* $NetBSD: getpass.c,v 1.15 2003/08/07 16:42:50 agc Exp $ */ 36 static char sccsid[] = "@(#)getpass.c 8.1 (Berkeley) 6/4/93"; 38 __RCSID("$NetBSD: getpass.c,v 1.15 2003/08/07 16:42:50 agc Exp $"); 55 __weak_alias(getpass,_getpass) 60 getpass(prompt) function
|
cli-auth.c | 282 /* A helper for getpass() that exits if the user cancels. The returned 283 * password is statically allocated by getpass() */ 288 password = getpass(prompt);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_register.py | 5 import getpass namespace 74 self._old_getpass = getpass.getpass 77 getpass.getpass = _getpass 82 getpass.getpass = self._old_getpass 104 # patching raw_input and getpass.getpass
|
test_clean.py | 5 import getpass namespace
|
test_install_headers.py | 5 import getpass namespace
|
test_install_data.py | 5 import getpass namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_register.py | 5 import getpass namespace 74 self._old_getpass = getpass.getpass 77 getpass.getpass = _getpass 82 getpass.getpass = self._old_getpass 104 # patching raw_input and getpass.getpass
|
test_clean.py | 5 import getpass namespace
|
test_install_headers.py | 5 import getpass namespace
|
test_install_data.py | 5 import getpass namespace
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
update_server.py | 6 import getpass namespace 42 password = getpass.getpass()
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
OpenSSL_RSAKey.py | 12 from getpass import getpass namespace 15 p1=getpass(prompt1) 17 p2=getpass(prompt2)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 11 import getpass namespace 160 password = getpass.getpass('Password: ') 199 data['password'] = getpass.getpass('Password: ') 201 data['confirm'] = getpass.getpass(' Confirm: ')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 11 import getpass namespace 160 password = getpass.getpass('Password: ') 199 data['password'] = getpass.getpass('Password: ') 201 data['confirm'] = getpass.getpass(' Confirm: ')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
user.py | 29 import getpass namespace 74 return cls.prompt(message, repeat=repeat, raw_input=getpass.getpass)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 53 import getpass namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 53 import getpass namespace
|