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

1 2 3 4 5 6 7 8 910

  /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(),
  /external/autotest/frontend/afe/
rpc_client_lib.py 8 import getpass, os namespace
33 username = getpass.getuser()
  /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/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
  /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(
  /external/llvm/test/CodeGen/PowerPC/
preincprep-invoke.ll 30 %call7 = invoke i8* @getpass()
49 declare i8* @getpass()
  /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/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/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 53 import getpass namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 53 import getpass namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 53 import getpass namespace

Completed in 2985 milliseconds

1 2 3 4 5 6 7 8 910