HomeSort by relevance Sort by last modified time
    Searched defs:getpass (Results 1 - 12 of 12) sorted by null

  /development/scripts/
add-accounts 27 import getpass namespace
add-accounts-sdk 27 import getpass namespace
stack 8 import getpass namespace
58 password = getpass.getpass()
  /external/dropbear/
netbsd_getpass.c 1 /* $NetBSD: getpass.c,v 1.15 2003/08/07 16:42:50 agc Exp $ */
36 static char sccsid[] = "@(#)getpass.c 8.1 (Berkeley) 6/4/93";
38 __RCSID("$NetBSD: getpass.c,v 1.15 2003/08/07 16:42:50 agc Exp $");
55 __weak_alias(getpass,_getpass)
60 getpass(prompt) function
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 29 import getpass namespace
70 return cls.prompt(message, repeat=repeat, raw_input=getpass.getpass)
  /bionic/libc/tools/
gensyscalls.py 9 import getpass namespace
  /external/chromium/testing/gmock/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /build/tools/releasetools/
common.py 18 import getpass namespace
676 result[k] = getpass.getpass("Enter password for %s key> "
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 34 import getpass namespace
361 self.assertEqual(self.scm.committer_email_for_revision(3), getpass.getuser()) # Committer "email" will be the current user
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2660 import getpass namespace
    [all...]

Completed in 1931 milliseconds