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

12

  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 37 import getpass namespace
113 self.gd_client.password = getpass.getpass('Password for %s: ' % email)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 5 import getpass namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 53 import getpass namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 5 import getpass namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 53 import getpass namespace
  /external/chromium_org/tools/
post_perf_builder_job.py 7 import getpass namespace
329 parser.add_option('-u', '--user', default=getpass.getuser(),
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 34 import getpass namespace
261 options.password = getpass.getpass(
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 60 import getpass namespace
  /external/libpcap/lbl/
os-sunos4.h 95 char *getpass(char *);
  /external/tcpdump/lbl/
os-sunos4.h 95 char *getpass(char *);
  /external/ppp/pppd/
srp-entry.c 40 #define getpassphrase getpass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 1420 import getopt, getpass namespace
    [all...]
urllib.py 795 import getpass namespace
799 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 1420 import getopt, getpass namespace
    [all...]
urllib.py 795 import getpass namespace
799 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 20 import socket, random, string, traceback, cgi, time, getopt, getpass, threading, resource, signal namespace
326 password = getpass.getpass('password: ')
  /build/tools/releasetools/
common.py 18 import getpass namespace
735 result[k] = getpass.getpass("Enter password for %s key> "
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 15 import getpass namespace
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h     [all...]
  /external/ltrace/etc/
libc.so.conf 180 string getpass(string);
  /external/ipsec-tools/src/racoon/
racoonctl.c 666 if ((key = getpass("Password: ")) == NULL)
667 errx(1, "getpass() failed: %s", strerror(errno));
    [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 2660 import getpass namespace
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2660 import getpass namespace
    [all...]

Completed in 4207 milliseconds

12