Home
last modified time | relevance | path

Searched refs:userid (Results 1 – 25 of 56) sorted by relevance

123

/external/autotest/site_utils/rpm_control_system/
Ddli.py34 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)
Ddli_urllib.py17 path = 'http://%s:%s@%s:80/%s' % (self.userid,self.password,
/external/ltp/android/tools/
DDockerfile2 ARG userid
11 && useradd -m -u $userid -g $groupid $username
12 RUN mkdir -p $ltproot && chown $userid $ltproot
/external/ltp/testcases/kernel/containers/userns/
Duserns05.c55 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/libxml2/
Dlibxml2.doap16 <gnome:userid>veillard</gnome:userid>
/external/curl/tests/data/
Dtest110535 …parm1=this*that/other/thing&parm2=foobar/1105" -c log/cookie1105.txt -d "userid=myname&password=my…
52 userid=myname&password=mypassword
/external/openssh/
Dssh-sk-helper.c149 char *provider, *application, *pin, *device, *userid; in process_enroll() local
162 (r = sshbuf_get_cstring(req, &userid, NULL)) != 0 || in process_enroll()
177 null_empty(&userid); in process_enroll()
180 if ((r = sshsk_enroll((int)type, provider, device, application, userid, in process_enroll()
Dssh-sk.h45 const char *application, const char *userid, uint8_t flags,
/external/bcc/tools/
Ddbslower_example.txt53 6.767888 25776 0.288 select id from products where userid = 0
57 6.847623 25776 0.166 select id from products where userid = 1
61 6.881722 25776 0.260 select id from products where userid = 2
/external/selinux/libselinux/src/android/
Dandroid_platform.c763 static int set_range_from_level(context_t ctx, enum levelFrom levelFrom, uid_t userid, uid_t appid) in set_range_from_level() argument
777 512 + (userid & 0xff), in set_range_from_level()
778 768 + (userid>>8 & 0xff)); in set_range_from_level()
784 512 + (userid & 0xff), in set_range_from_level()
785 768 + (userid>>8 & 0xff)); in set_range_from_level()
809 uid_t userid; in seapp_context_lookup() local
835 userid = uid / AID_USER; in seapp_context_lookup()
836 isOwner = (userid == 0); in seapp_context_lookup()
860 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID) in seapp_context_lookup()
939 int res = set_range_from_level(ctx, cur->levelFrom, userid, appid); in seapp_context_lookup()
[all …]
/external/openssh/regress/misc/fuzz-harness/
Dssh-sk-null.cc29 const char *application, const char *userid, uint8_t flags, in sshsk_enroll() argument
/external/libnl/lib/xfrm/
Dselector.c346 int xfrmnl_sel_set_userid (struct xfrmnl_sel* sel, unsigned int userid) in xfrmnl_sel_set_userid() argument
348 sel->user = userid; in xfrmnl_sel_set_userid()
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_03.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_27.txt2 Received: by mail.dom.ain (Postfix, from userid 889)
Dmsg_01.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_20.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_29.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
/external/python/cpython2/Lib/email/test/data/
Dmsg_03.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_27.txt2 Received: by mail.dom.ain (Postfix, from userid 889)
Dmsg_01.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_20.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_29.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_14.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
/external/selinux/libselinux/include/selinux/
Dandroid.h39 uid_t userid,
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivityManager.java113 protected boolean switchUser(int userid) { in switchUser() argument
116 shadowUserManager.switchUser(userid); in switchUser()

123