HomeSort by relevance Sort by last modified time
    Searched refs:getpass (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/autotest/site_utils/
set_tree_status.py 12 import getpass namespace
27 password_file = os.path.join('/home', getpass.getuser(),
31 return getpass.getpass()
43 'username': getpass.getuser(),
prodcertstatus_checker.py 4 import getpass namespace
35 % (getpass.getuser(), tt, host))
49 '\n' % (getpass.getuser(), host))
abort_suite.py 27 import getpass namespace
71 job__name__contains=substring, job__owner=getpass.getuser(),
db_replica_checker.py 18 import getpass namespace
110 if getpass.getuser() == SYSTEM_USER and not options.testmode:
  /external/autotest/frontend/afe/
rpc_client_lib.py 8 import getpass, os namespace
33 username = getpass.getuser()
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
getpass.cc 25 char *s = getpass("prompt");
  /external/skia/tools/lua/
trigger_ct_lua 9 import getpass namespace
75 password = getpass.getpass(
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/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
  /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: ')
  /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
  /external/owasp/sanitizer/tools/
googlecode_upload.py 54 import getpass namespace
192 password = getpass.getpass()
  /external/autotest/server/cros/
repair_utils.py 9 import datetime, getpass, logging, operator, smtplib, urllib2, xmlrpclib namespace
22 'SCHEDULER', "notify_email_from", default=getpass.getuser())
  /external/autotest/site_utils/lib/
infra.py 6 import getpass namespace
125 elif getpass.getuser() == 'chromeos-test':
  /development/scripts/
add-accounts 27 import getpass namespace

Completed in 691 milliseconds

1 2 3