HomeSort by relevance Sort by last modified time
    Searched defs:user (Results 1 - 25 of 880) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/os/user/
cgo_unix_test.go 8 package user package
listgroups_solaris.go 11 package user package
15 func listGroups(u *User) ([]string, error) {
16 return nil, fmt.Errorf("user: list groups for %s: not supported on Solaris", u.Username)
getgrouplist_darwin.go 5 package user package
12 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
14 int rv = getgrouplist(user, (int) group, buf, ngroups);
47 return fmt.Errorf("user: %q is a member of more than %d groups", username, maxGroups)
getgrouplist_unix.go 7 package user package
14 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
15 return getgrouplist(user, group, groups, ngroups);
33 return fmt.Errorf("user: %q is a member of more than %d groups", username, maxGroups)
38 return fmt.Errorf("user: list groups for %s failed", username)
listgroups_unix.go 7 package user package
23 func listGroups(u *User) ([]string, error) {
26 return nil, fmt.Errorf("user: list groups for %s: invalid gid %q", u.Username, u.Gid)
lookup_android.go 7 package user package
11 func lookupUser(string) (*User, error) {
12 return nil, errors.New("user: Lookup not implemented on android")
15 func lookupUserId(string) (*User, error) {
16 return nil, errors.New("user: LookupId not implemented on android")
20 return nil, errors.New("user: LookupGroup not implemented on android")
24 return nil, errors.New("user: LookupGroupId not implemented on android")
lookup_stubs.go 7 package user package
21 func current() (*User, error) {
22 u := &User{
25 Username: os.Getenv("USER"),
29 // On NaCL and Android, return a dummy user instead of failing.
57 return u, fmt.Errorf("user: Current not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
60 func listGroups(*User) ([]string, error) {
62 return nil, errors.New("user: GroupIds not implemented on Android")
64 return nil, errors.New("user: GroupIds requires cgo")
  /prebuilts/go/linux-x86/src/os/user/
cgo_unix_test.go 8 package user package
listgroups_solaris.go 11 package user package
15 func listGroups(u *User) ([]string, error) {
16 return nil, fmt.Errorf("user: list groups for %s: not supported on Solaris", u.Username)
getgrouplist_darwin.go 5 package user package
12 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
14 int rv = getgrouplist(user, (int) group, buf, ngroups);
47 return fmt.Errorf("user: %q is a member of more than %d groups", username, maxGroups)
getgrouplist_unix.go 7 package user package
14 static int mygetgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) {
15 return getgrouplist(user, group, groups, ngroups);
33 return fmt.Errorf("user: %q is a member of more than %d groups", username, maxGroups)
38 return fmt.Errorf("user: list groups for %s failed", username)
listgroups_unix.go 7 package user package
23 func listGroups(u *User) ([]string, error) {
26 return nil, fmt.Errorf("user: list groups for %s: invalid gid %q", u.Username, u.Gid)
lookup_android.go 7 package user package
11 func lookupUser(string) (*User, error) {
12 return nil, errors.New("user: Lookup not implemented on android")
15 func lookupUserId(string) (*User, error) {
16 return nil, errors.New("user: LookupId not implemented on android")
20 return nil, errors.New("user: LookupGroup not implemented on android")
24 return nil, errors.New("user: LookupGroupId not implemented on android")
lookup_stubs.go 7 package user package
21 func current() (*User, error) {
22 u := &User{
25 Username: os.Getenv("USER"),
29 // On NaCL and Android, return a dummy user instead of failing.
57 return u, fmt.Errorf("user: Current not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
60 func listGroups(*User) ([]string, error) {
62 return nil, errors.New("user: GroupIds not implemented on Android")
64 return nil, errors.New("user: GroupIds requires cgo")
  /art/test/048-reflect-v8/src/
AnnotationTestFixture.java 27 public static void user() { method in class:AnnotationTestFixture
  /art/compiler/optimizing/
escape.cc 48 HInstruction* user = use.GetUser(); local
49 if (no_escape != nullptr && (*no_escape)(reference, user)) {
52 } else if (user->IsBoundType() || user->IsNullCheck()) {
60 } else if (user->IsPhi() ||
61 user->IsSelect() ||
62 (user->IsInvoke() && user->GetSideEffects().DoesAnyWrite()) ||
63 (user->IsInstanceFieldSet() && (reference == user->InputAt(1))) |
91 HEnvironment* user = use.GetUser(); local
    [all...]
  /external/autotest/client/tools/
avgtime 23 (user, system, elapsed, cpu) = line.split()[0:4]
24 user = float(re.match(r'([\d\.]+)', user).group(0)) variable
30 list.append((user, system, elapsed, cpu))
32 print " user: %0.2fs (%0.2f%%)" % avg_deviation([x[0] for x in list])
  /external/wpa_supplicant_8/hs20/server/www/
cert-enroll.php 26 $user = sha1(mt_rand()); variable
28 if (!$db->exec("UPDATE sessions SET user='$user', type='cert' WHERE rowid=$rowid")) {
32 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
35 "'completed user input response for client certificate enrollment')");
redirect.php 24 $user = $row['user']; variable
27 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
28 "VALUES ('$user', '$realm', '$id', " .
30 "'redirected after user input')");
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
UserAndGenericPet.java 22 public User user; field in class:UserAndGenericPet
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
panel.h 49 NCURSES_CONST void *user; member in struct:panel
  /external/autotest/cli/
change_protection_level.py 18 user = pwd.getpwuid(os.getuid())[0] variable
user.py 5 The user module contains the objects and methods used to
9 list: lists user(s)
21 class user(topic_common.atest): class in inherits:topic_common.atest
22 """User class
23 atest user list <options>"""
25 topic = msg_topic = 'user'
30 user actions"""
31 super(user, self).__init__()
49 class user_help(user):
55 class user_list(action_common.atest_list, user)
    [all...]
  /external/libmicrohttpd/doc/examples/
basicauthentication.c 26 char *user; local
40 user = MHD_basic_auth_get_username_password (connection, &pass);
41 fail = ( (user == NULL) ||
42 (0 != strcmp (user, "root")) ||
44 if (user != NULL) free (user);
  /external/libmicrohttpd/src/microhttpd/
basicauth.c 52 char *user; local
68 /* Find user:password pattern */
78 if (NULL == (user = strdup (decode)))
83 user[separator - decode] = '\0'; /* cut off at ':' */
94 free (user);
99 return user;

Completed in 203 milliseconds

1 2 3 4 5 6 7 8 91011>>