/external/chromium_org/remoting/tools/ |
gettoken.py | 11 import getpass namespace 27 passwd = getpass.getpass("Password: ")
|
gaia_auth.py | 5 import getpass namespace
|
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: ")
|
hostdir.py | 136 import getpass namespace 141 passwd = getpass.getpass("Password: ")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_clean.py | 5 import getpass namespace
|
test_install_data.py | 5 import getpass namespace
|
test_install_headers.py | 5 import getpass namespace
|
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
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_clean.py | 5 import getpass namespace
|
test_install_data.py | 5 import getpass namespace
|
test_install_headers.py | 5 import getpass namespace
|
/development/scripts/ |
add-accounts | 27 import getpass namespace
|
add-accounts-sdk | 27 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/chrome/test/chromedriver/third_party/googlecode/ |
googlecode_upload.py | 60 import getpass namespace
|
/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
|
/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/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: ')
|
/bionic/libc/tools/ |
gensyscalls.py | 9 import getpass namespace
|
/external/chromium_org/chrome/test/functional/perf/ |
endure_result_parser.py | 34 import getpass namespace 64 LOCAL_GRAPH_DIR = '/home/%s/www/chrome_endure_clean' % getpass.getuser()
|
/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)
|
/external/chromium_org/tools/dromaeo_benchmark_runner/ |
dromaeo_benchmark_runner.py | 37 import getpass namespace 113 self.gd_client.password = getpass.getpass('Password for %s: ' % email)
|