OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpass
(Results
51 - 75
of
381
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/python/cpython3/Doc/library/
crypt.rst
134
import
getpass
143
cleartext =
getpass
.
getpass
()
poplib.rst
243
import
getpass
, poplib
246
M.user(
getpass
.getuser())
247
M.pass_(
getpass
.
getpass
())
msvcrt.rst
14
implementations of their services. For example, the :mod:`
getpass
` module uses
15
this in the implementation of the :func:`
getpass
` function.
telnetlib.rst
233
import
getpass
238
password =
getpass
.
getpass
()
/test/framework/harnesses/host_controller/acloud/
acloud_client.py
17
import
getpass
91
email =
getpass
.getuser() + '@google.com',
115
email =
getpass
.getuser() + '@google.com'
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install_data.py
5
import
getpass
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py
49
import
getpass
/external/python/cpython2/Lib/distutils/tests/
test_install_data.py
5
import
getpass
/external/toolchain-utils/
file_lock_machine.py
13
import
getpass
217
lock.owner =
getpass
.getuser()
236
if lock.owner !=
getpass
.getuser() and not force:
238
(
getpass
.getuser(), lock.owner))
build_tc.py
16
import
getpass
90
getpass
.getuser(), 'ro')
107
getpass
.getuser())
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py
53
import
getpass
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py
53
import
getpass
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py
5
import
getpass
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py
53
import
getpass
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py
5
import
getpass
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py
53
import
getpass
/external/autotest/site_utils/
db_replica_checker.py
18
import
getpass
110
if
getpass
.getuser() == SYSTEM_USER and not options.testmode:
/external/autotest/site_utils/lib/
infra.py
6
import
getpass
137
elif
getpass
.getuser() == 'chromeos-test':
/external/python/cpython2/Doc/library/
msvcrt.rst
13
implementations of their services. For example, the :mod:`
getpass
` module uses
14
this in the implementation of the :func:`
getpass
` function.
telnetlib.rst
225
import
getpass
231
password =
getpass
.
getpass
()
/external/autotest/client/common_lib/
pxssh.py
35
import
getpass
40
password =
getpass
.
getpass
('password: ')
69
password =
getpass
.
getpass
('password: ')
/external/owasp/sanitizer/tools/
googlecode_upload.py
54
import
getpass
192
password =
getpass
.
getpass
()
/external/selinux/policycoreutils/run_init/
run_init.c
162
#define PASSWORD_PROMPT _("Password:") /* prompt for
getpass
() */
202
if (!(unencrypted_password_s =
getpass
(PASSWORD_PROMPT))) {
203
fprintf(stderr, _("
getpass
cannot open /dev/tty\n"));
/external/toolchain-utils/cwp/interpreter/
app_engine_pull.py
18
import
getpass
44
password =
getpass
.
getpass
('Password: ')
/tools/acloud/public/
acloud_main.py
66
import
getpass
207
default=
getpass
.getuser(),
209
getpass
.getuser())
Completed in 497 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>