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

1 2 3 4

  /external/autotest/site_utils/
set_tree_status.py 12 import getpass
27 password_file = os.path.join('/home', getpass.getuser(),
31 return getpass.getpass()
43 'username': getpass.getuser(),
prodcertstatus_checker.py 4 import getpass
35 % (getpass.getuser(), tt, host))
49 '\n' % (getpass.getuser(), host))
abort_suite.py 27 import getpass
67 job__name__contains=substring, job__owner=getpass.getuser(),
  /external/autotest/frontend/afe/
rpc_client_lib.py 8 import getpass, os
33 username = getpass.getuser()
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
getpass.cc 29 char *s = getpass("prompt");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_register.py 6 import getpass
72 self._old_getpass = getpass.getpass
75 getpass.getpass = _getpass
80 getpass.getpass = self._old_getpass
102 # patching raw_input and getpass.getpass
test_clean.py 5 import getpass
  /external/skia/tools/lua/
trigger_ct_lua 9 import getpass
75 password = getpass.getpass(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
  /device/linaro/bootloader/edk2/StdLib/PosixLib/GetPass/
GetPass.c 2 Implement the getpass function.
21 char *getpass(const char *Prompt) function
  /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
  /external/toolchain-utils/automation/common/
job_group.py 4 import getpass
25 HOMEDIR_PREFIX = os.path.join('/home', getpass.getuser(), 'www', 'automation')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
register.py 11 import getpass
161 password = getpass.getpass('Password: ')
200 data['password'] = getpass.getpass('Password: ')
202 data['confirm'] = getpass.getpass(' Confirm: ')
  /external/toolchain-utils/
tc_enter_chroot.py 14 import getpass
173 getpass.getuser(), 'ro')
189 getpass.getuser())
199 getpass.getuser()))
209 getpass.getuser())
218 command = 'sudo chown ' + getpass.getuser() + ' ' + full_mounted_tc_root
281 getpass.getuser(), options)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
register.py 11 import getpass
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
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
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
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/command/
register.py 11 import getpass
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
74 self._old_getpass = getpass.getpass
77 getpass.getpass = _getpass
82 getpass.getpass = self._old_getpass
104 # patching raw_input and getpass.getpass
  /external/owasp/sanitizer/tools/
googlecode_upload.py 54 import getpass
192 password = getpass.getpass()
  /external/autotest/site_utils/lib/
infra.py 6 import getpass
137 elif getpass.getuser() == 'chromeos-test':

Completed in 2330 milliseconds

1 2 3 4