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

1 23 4 5 6 7 8 910

  /external/autotest/scheduler/
drone_utility.py 15 import pickle, subprocess, os, shutil, sys, time, signal, getpass namespace
556 'SCHEDULER', hostname + '_username', default=getpass.getuser())
  /external/autotest/site_utils/
test_push.py 22 import getpass namespace
392 job_name = '%s-%s' % (suite_job_id, getpass.getuser())
run_suite.py 43 import ast, getpass, json, logging, optparse, os, re, sys, time namespace
    [all...]
  /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. */
config-win32ce.h 163 /* Define if you have the getpass function. */
config-win32.h 197 /* Define if you have the getpass function. */
  /external/ltrace/etc/
libc.so.conf 180 string getpass(string);
  /external/autotest/client/common_lib/
test.py 45 # Once this is re-enabled import getpass. crosbug.com/31232
47 # if getpass.getuser() == 'root':
    [all...]
  /external/autotest/frontend/tko/
graphing_utils.py 4 import os.path, getpass namespace
15 '.matplotlib-%s' % getpass.getuser())
  /external/autotest/server/
autoserv 11 import getpass namespace
414 os.environ['USER'] = getpass.getuser()
frontend.py 16 import getpass namespace
75 user = getpass.getuser()
    [all...]
server_job.py 14 import getpass, os, sys, re, tempfile, time, select, platform namespace
208 self.user = getpass.getuser()
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 666 if ((key = getpass("Password: ")) == NULL)
667 errx(1, "getpass() failed: %s", strerror(errno));
    [all...]
  /build/tools/releasetools/
common.py 18 import getpass namespace
962 result[k] = getpass.getpass(
    [all...]
  /external/autotest/cli/
job_unittest.py 8 import copy, getpass, unittest, sys, os namespace
107 self.god.stub_function(getpass, 'getuser')
108 getpass.getuser.expect_call().and_return('user0')
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 795 import getpass namespace
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 namespace
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 namespace
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 namespace
799 passwd = getpass.getpass("Enter password for %s in %s at %s: " %
    [all...]
  /external/autotest/client/bin/
job.py 9 import logging, getpass, weakref namespace
261 self.user = getpass.getuser()
    [all...]
  /external/opencv3/modules/ts/misc/
run.py 3 import sys, os, platform, xml, re, tempfile, glob, datetime, getpass, shutil namespace
721 andoidcwd = tempdir + getpass.getuser().replace(" ","") + "_" + self.options.mode +"/"
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
upload-diffs.py 41 import getpass namespace
647 password = getpass.getpass("Password for %s: " % email)
    [all...]

Completed in 475 milliseconds

1 23 4 5 6 7 8 910