HomeSort by relevance Sort by last modified time
    Searched full:getpass (Results 151 - 175 of 381) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/curl/lib/
config-os400.h 36 /* Define if you have the getpass function. */
config-riscos.h 35 /* Define if you have the getpass function. */
  /external/python/cpython3/Lib/
imaplib.py     [all...]
  /external/scapy/scapy/contrib/
tacacs.py 109 5:'GETPASS',
  /external/autotest/client/common_lib/
test.py 59 # Once this is re-enabled import getpass. crosbug.com/31232
61 # if getpass.getuser() == 'root':
    [all...]
  /external/autotest/server/
autoserv 11 import getpass
395 os.environ['USER'] = getpass.getuser()
autoserv.py 11 import getpass
395 os.environ['USER'] = getpass.getuser()
frontend.py 18 import getpass
80 user = getpass.getuser()
  /external/autotest/site_utils/
test_push.py 25 import getpass
483 job_name = '%s-%s' % (job_id, getpass.getuser())
  /external/ipsec-tools/src/racoon/
racoonctl.c 666 if ((key = getpass("Password: ")) == NULL)
667 errx(1, "getpass() failed: %s", strerror(errno));
    [all...]
  /external/toolchain-utils/
generate-waterfall-reports.py 24 import getpass
86 email_to = getpass.getuser()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 793 import getpass
797 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /external/autotest/cli/
job_unittest.py 10 import copy, getpass, unittest, sys
110 self.god.stub_function(getpass, 'getuser')
111 getpass.getuser.expect_call().and_return('user0')
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 35 import getpass
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 35 import getpass
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 35 import getpass
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/googletest/googletest/scripts/
upload.py 35 import getpass
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/python/cpython2/Lib/
urllib.py 803 import getpass
807 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /external/v8/testing/gmock/scripts/
upload.py 35 import getpass
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/v8/testing/gtest/scripts/
upload.py 35 import getpass
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 795 import getpass
799 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 795 import getpass
799 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 795 import getpass
799 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 795 import getpass
799 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /external/autotest/client/bin/
job.py 12 import getpass
278 self.user = getpass.getuser()
    [all...]

Completed in 822 milliseconds

1 2 3 4 5 67 8 91011>>