Home
last modified time | relevance | path

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

123

/external/gson/gson/src/test/java/com/google/gson/functional/
DTypeHierarchyAdapterTest.java39 andy.userid = "andy"; in testTypeHierarchy()
48 eric.userid = "eric"; in testTypeHierarchy()
108 assertEquals(copied.ceo.userid, company.ceo.userid); in testTypeHierarchy()
109 assertEquals(copied.ceo.assistant.userid, company.ceo.assistant.userid); in testTypeHierarchy()
110 assertEquals(copied.ceo.minions[0].userid, company.ceo.minions[0].userid); in testTypeHierarchy()
111 assertEquals(copied.ceo.minions[1].userid, company.ceo.minions[1].userid); in testTypeHierarchy()
112 assertEquals(copied.ceo.minions[2].userid, company.ceo.minions[2].userid); in testTypeHierarchy()
113 assertEquals(((Manager) copied.ceo.minions[2]).minions[0].userid, in testTypeHierarchy()
114 ((Manager) company.ceo.minions[2]).minions[0].userid); in testTypeHierarchy()
115 assertEquals(((Manager) copied.ceo.minions[2]).minions[1].userid, in testTypeHierarchy()
[all …]
/external/selinux/libselinux/src/android/
Dandroid_device.c36 uid_t userid, in selinux_android_context_with_level() argument
42 if (userid == (uid_t) -1) { in selinux_android_context_with_level()
53 int res = set_range_from_level(ctx, levelFrom, userid, appid); in selinux_android_context_with_level()
300 static int extract_userid(const char **pathname, unsigned int *userid) in extract_userid() argument
305 *userid = strtoul(*pathname, &end, 10); in extract_userid()
314 if (*userid > 1000) { in extract_userid()
325 static int extract_pkgname_and_userid(const char *pathname, char **pkgname, unsigned int *userid) in extract_pkgname_and_userid() argument
329 if (pkgname == NULL || *pkgname != NULL || userid == NULL) { in extract_pkgname_and_userid()
339 int rc = extract_userid(&pathname, userid); in extract_pkgname_and_userid()
348 int rc = extract_userid(&pathname, userid); in extract_pkgname_and_userid()
[all …]
Dandroid_seapp.c687 int set_range_from_level(context_t ctx, enum levelFrom levelFrom, uid_t userid, uid_t appid) in set_range_from_level() argument
701 512 + (userid & 0xff), in set_range_from_level()
702 768 + (userid>>8 & 0xff)); in set_range_from_level()
708 512 + (userid & 0xff), in set_range_from_level()
709 768 + (userid>>8 & 0xff)); in set_range_from_level()
737 uid_t userid; in seapp_context_lookup_internal() local
765 userid = uid / AID_USER_OFFSET; in seapp_context_lookup_internal()
783 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID) in seapp_context_lookup_internal()
852 int res = set_range_from_level(ctx, cur->levelFrom, userid, appid); in seapp_context_lookup_internal()
Dandroid_internal.h89 int set_range_from_level(context_t ctx, enum levelFrom levelFrom, uid_t userid, uid_t appid);
/external/timezone-boundary-builder/android/tools/host/
DDockerfile2 ARG userid
11 && useradd -m -u $userid -g $groupid $username
12 RUN mkdir -p $tzbbroot && chown $userid $tzbbroot
Drun_process_in_docker.sh27 sudo docker build --build-arg userid=$DOCKER_UID --build-arg groupid=$DOCKER_GID --build-arg userna…
/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.c35 char userid[BUFSIZ]; in getusernsidbypid() local
40 SAFE_READLINK(path, userid, BUFSIZ); in getusernsidbypid()
42 if (sscanf(userid, "user:[%u]", &id) < 0) in getusernsidbypid()
/external/libxml2/
Dlibxml2.doap28 <gnome:userid>veillard</gnome:userid>
34 <gnome:userid>nwellnhof</gnome:userid>
/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/curl/tests/data/
Dtest110538 …t/other/thing&parm2=foobar/%TESTNUMBER" -c log/cookie%TESTNUMBER.txt -d "userid=myname&password=my…
58 userid=myname&password=mypassword
/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)
Dmsg_14.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)
/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()
/external/selinux/libselinux/include/selinux/
Dandroid.h52 uid_t userid,

123