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

12 3 4 5 6 7 8 910

  /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/frontend/shared/
rest_client.py 1 import copy, getpass, logging, pprint, re, urllib, urlparse
16 headers = rpc_client_lib.authorization_headers(getpass.getuser(), uri)
  /external/autotest/server/cros/
repair_utils.py 9 import datetime, getpass, logging, operator, smtplib, urllib2, xmlrpclib
22 'SCHEDULER', "notify_email_from", default=getpass.getuser())
  /external/autotest/site_utils/
db_replica_checker.py 18 import getpass
110 if getpass.getuser() == SYSTEM_USER and not options.testmode:
lxc_config.py 54 import getpass
264 (getpass.getuser(), bool(utils.is_moblab()),
  /external/autotest/client/common_lib/
pxssh.py 35 import getpass
40 password = getpass.getpass('password: ')
69 password = getpass.getpass('password: ')
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
signurl.py 26 import getpass
292 passwd = getpass.getpass('Keystore 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"));
  /development/scripts/
add-accounts 27 import getpass
add-accounts-sdk 27 import getpass
  /external/autotest/site_utils/lib/
infra.py 6 import getpass
125 elif getpass.getuser() == 'chromeos-test':
  /external/autotest/site_utils/suite_scheduler/
suite_scheduler.py 37 import getpass, logging, logging.handlers, optparse, os, re, signal, sys
87 CONFIG_SECTION, "notify_email_from", default=getpass.getuser())
  /external/autotest/contrib/virt/
site_job.py 1 import os, re, sys, pwd, time, socket, getpass
  /external/libpcap/lbl/
os-sunos4.h 93 char *getpass(char *);
  /external/tcpdump/lbl/
os-sunos4.h 93 char *getpass(char *);
  /external/ppp/pppd/
srp-entry.c 40 #define getpassphrase getpass
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 115 STDMETHOD_(D3DXHANDLE, GetPass)(THIS_ D3DXHANDLE technique, UINT index) PURE;
219 STDMETHOD_(D3DXHANDLE, GetPass)(THIS_ D3DXHANDLE technique, UINT index) PURE;
312 STDMETHOD_(D3DXHANDLE, GetPass)(THIS_ D3DXHANDLE technique, UINT index) PURE;
  /external/selinux/policycoreutils/newrole/
newrole.c 340 #define PASSWORD_PROMPT _("Password:") /* prompt for getpass() */
371 if (!(unencrypted_password_s = getpass(PASSWORD_PROMPT))) {
372 fprintf(stderr, _("getpass cannot open /dev/tty\n"));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /external/autotest/cli/
job.py 19 import getpass, os, pwd, re, socket, sys
126 self.data['owner'] = getpass.getuser()

Completed in 692 milliseconds

12 3 4 5 6 7 8 910