/external/autotest/site_utils/rpm_control_system/ |
D | dli.py | 34 def __init__(self,userid='admin',password='4321',hostname='192.168.0.100'): argument 35 self.userid=userid 48 curl.setopt(curl.URL, 'http://%s:%s@%s/%s' % (self.userid,self.password,self.hostname,url)) 105 switch=powerswitch(userid=options.user,password=options.password,hostname=options.hostname)
|
D | dli_urllib.py | 17 path = 'http://%s:%s@%s:80/%s' % (self.userid,self.password,
|
/external/ltp/testcases/kernel/containers/userns/ |
D | userns05.c | 55 char userid[BUFSIZ]; in getusernsidbypid() local 60 if (readlink(path, userid, BUFSIZ) == -1) in getusernsidbypid() 63 if (sscanf(userid, "user:[%u]", &id) != 1) in getusernsidbypid()
|
/external/swiftshader/third_party/LLVM/utils/ |
D | plotNLT.pl | 10 $userid="llvmdbuser"; 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
D | cgiplotNLT.pl | 12 $userid="llvmdbuser"; 17 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
D | webNLT.pl | 22 $userid="llvmdbuser"; 27 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
D | importNLT.pl | 10 $userid="llvmdbuser"; 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
|
/external/libxml2/ |
D | libxml2.doap | 16 <gnome:userid>veillard</gnome:userid>
|
/external/autotest/client/site_tests/platform_FilePerms/ |
D | platform_FilePerms.py | 238 def checkid(self, fs, userid): argument 256 if userid != uid: 259 if userid != gid:
|
/external/curl/tests/data/ |
D | test1105 | 35 …parm1=this*that/other/thing&parm2=foobar/1105" -c log/cookie1105.txt -d "userid=myname&password=my… 54 userid=myname&password=mypassword
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_03.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_27.txt | 2 Received: by mail.dom.ain (Postfix, from userid 889)
|
D | msg_01.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_20.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_29.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_14.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_44.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
D | msg_04.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
D | msg_16.txt | 80 Received: by babylon.socal-raves.org (Postfix, from userid 60001)
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 801 uid_t userid; in seapp_context_lookup() local 827 userid = uid / AID_USER; in seapp_context_lookup() 828 isOwner = (userid == 0); in seapp_context_lookup() 852 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID) in seapp_context_lookup() 940 512 + (userid & 0xff), in seapp_context_lookup() 941 768 + (userid>>8 & 0xff)); in seapp_context_lookup() 947 512 + (userid & 0xff), in seapp_context_lookup() 948 768 + (userid>>8 & 0xff)); in seapp_context_lookup()
|
/external/iptables/extensions/ |
D | libxt_LOG.man | 32 Log the userid of the process which generated the packet.
|
/external/python/cpython2/Doc/library/ |
D | getpass.rst | 5 :synopsis: Portable reading of passwords and retrieval of the userid.
|
D | cgi.rst | 534 by the userid under which your CGI script will be running: this is typically the 535 userid under which the web server is running, or some explicitly specified 536 userid for a web server's ``suexec`` feature.
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 1047 userid = passwd = acct = '' 1056 userid, passwd, acct = netrc.get_account(host) 1061 ftp.login(userid, passwd, acct)
|
/external/openssh/ |
D | scp.c | 355 uid_t userid; variable 484 if ((pwd = getpwuid(userid = getuid())) == NULL) in main() 485 fatal("unknown user %u", (u_int) userid); in main()
|