HomeSort by relevance Sort by last modified time
    Searched refs:user_name (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
connection.py 210 def add_user_to_group(self, group_name, user_name):
217 :type user_name: string
218 :param user_name: The to be added to the group.
222 'UserName': user_name}
225 def remove_user_from_group(self, group_name, user_name):
232 :type user_name: string
233 :param user_name: The user to remove from the group.
237 'UserName': user_name}
343 def create_user(self, user_name, path='/'):
347 :type user_name: strin
    [all...]
  /external/owasp/sanitizer/tools/
googlecode_upload.py 59 def upload(file, project_name, user_name, password, summary, labels=None):
65 user_name: Your Google account name.
80 if user_name.endswith('@gmail.com'):
81 user_name = user_name[:user_name.index('@gmail.com')]
91 auth_token = base64.b64encode('%s:%s'% (user_name, password))
156 user_name=None, password=None, tries=3):
167 user_name: Your Google account name.
170 if user_name is None or password is None
    [all...]
  /external/selinux/libsepol/tests/
test-expander-users.c 31 static void check_user_roles(policydb_t * p, char *user_name, char **role_names, int num_roles)
40 user = (user_datum_t *) hashtab_search(p->p_users.table, user_name);
42 printf("%s not found\n", user_name);
62 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[j]);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
keyring_storage.py 51 def __init__(self, service_name, user_name):
57 user_name: string, The name of the user to store credentials for.
60 self._user_name = user_name
  /external/wpa_supplicant_8/src/radius/
radius_das.h 30 const u8 *user_name; member in struct:radius_das_attrs
radius_das.c 123 attrs.user_name = buf;
  /external/dbus/tools/
dbus-launch-x11.c 238 char *user_name; local
254 user_name = xstrdup(user->pw_name);
256 atom_name = malloc (strlen (machine) + strlen (user_name) + 2 +
263 free (user_name);
269 strcat (atom_name, user_name);
283 free (user_name);
  /system/bt/bta/pan/
bta_pan_api.c 114 strlcpy(p_buf->user_name, p_user_info->p_srv_name, BTA_SERVICE_NAME_LEN);
116 p_buf->user_name[0] = 0;
bta_pan_int.h 86 char user_name[BTA_SERVICE_NAME_LEN+1]; /* Service name */ member in struct:__anon72125
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
browser.h 73 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
  /external/bison/src/
muscle-tab.h 100 /* Grow KEY for the occurrence of the name USER_NAME at LOC appropriately for
101 use with b4_check_user_names in ../data/bison.m4. USER_NAME is not escaped
103 void muscle_user_name_list_grow (char const *key, char const *user_name,
muscle-tab.c 389 muscle_user_name_list_grow (char const *key, char const *user_name,
393 muscle_grow (key, user_name, "");
  /external/toybox/toys/other/
stat.c 45 struct passwd *user_name;
103 else if (type == 'U') xprintf("%8s", TT.user_name->pw_name);
170 TT.user_name = getpwuid(stat->st_uid);
  /external/chromium-trace/catapult/dashboard/dashboard/
stored_object_test.py 17 self.user_name = 'Chris'
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
cmdshell.py 382 user_name='root', ssh_pwd=None):
398 :type user_name: string
399 :param user_name: The username to use when logging into
407 return SSHClient(s, host_key_file, user_name, ssh_pwd)
  /external/curl/lib/
curl_sasl_sspi.c 1055 char *user_name; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailItemView.java 119 mName = (TextView) findViewById(R.id.user_name);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
UserGridView.java 144 TextView nameView = (TextView) convertView.findViewById(R.id.user_name);
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 719 const char *user_name;
723 user_name = dirname + 1;
735 user_name = newp;
753 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
765 p = getpwnam (user_name);
718 const char *user_name; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 161 u8 *user_name; member in struct:eap_ttls_avp
257 parse->user_name = dpos;
1042 if (parse.user_name) {
1047 parse.user_name,
1059 os_memcpy(sm->identity, parse.user_name, parse.user_name_len);
1061 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1)
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
EditUserInfoController.java 124 final EditText userNameView = (EditText) content.findViewById(R.id.user_name);
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c 527 if (attr->user_name) {
530 os_memcmp(attr->user_name, entry->identity,
  /libcore/ojluni/src/main/native/
java_props_md.c 527 sprops.user_name = pwent ? strdup(pwent->pw_name) : "?";
  /external/selinux/policycoreutils/sepolicy/
info.c 745 const char *user_name, *role_name; local
750 if (qpol_user_get_name(q, user_datum, &user_name))
756 if (py_insert_string(dict, "name", user_name))
    [all...]
  /external/ppp/pppd/
auth.c 2345 char *user_name; local
    [all...]

Completed in 799 milliseconds

1 2