/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/android/tools/ |
D | Dockerfile | 2 ARG userid 11 && useradd -m -u $userid -g $groupid $username 12 RUN mkdir -p $ltproot && chown $userid $ltproot
|
/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/libxml2/ |
D | libxml2.doap | 16 <gnome:userid>veillard</gnome:userid>
|
/external/curl/tests/data/ |
D | test1105 | 35 …parm1=this*that/other/thing&parm2=foobar/1105" -c log/cookie1105.txt -d "userid=myname&password=my… 52 userid=myname&password=mypassword
|
/external/openssh/ |
D | ssh-sk-helper.c | 149 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()
|
D | ssh-sk.h | 45 const char *application, const char *userid, uint8_t flags,
|
/external/bcc/tools/ |
D | dbslower_example.txt | 53 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/ |
D | android_platform.c | 763 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/ |
D | ssh-sk-null.cc | 29 const char *application, const char *userid, uint8_t flags, in sshsk_enroll() argument
|
/external/libnl/lib/xfrm/ |
D | selector.c | 346 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/ |
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)
|
/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)
|
/external/selinux/libselinux/include/selinux/ |
D | android.h | 39 uid_t userid,
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowActivityManager.java | 113 protected boolean switchUser(int userid) { in switchUser() argument 116 shadowUserManager.switchUser(userid); in switchUser()
|