Searched refs:user (Results 151 - 175 of 1242) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src/com/google/common/collect/
H A DRegularImmutableSortedSet_CustomFieldSerializer.java19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
/external/libsepol/src/
H A Dcontext.c47 if (!c->user || c->user > p->p_users.nprim)
65 usrdatum = p->user_val_to_struct[c->user - 1];
70 /* user may not be associated with role */
99 strlen(policydb->p_user_val_to_name[context->user - 1]) + 1;
115 * Copy the user name, role name and type name into the context.
119 policydb->p_user_val_to_name[context->user - 1],
124 strlen(policydb->p_user_val_to_name[context->user - 1]) + 1 +
155 char *user = strdup(sepol_context_get_user(record)); local
161 if (!user || !rol
[all...]
H A Dcontext_record.c11 /* Selinux user */
12 char *user; member in struct:sepol_context
28 return con->user;
34 sepol_context_t * con, const char *user)
37 char *tmp_user = strdup(user);
40 "context user to %s", user);
44 free(con->user);
45 con->user = tmp_user;
141 con->user
[all...]
/external/libsepol/tests/
H A Dtest-expander-users.c33 user_datum_t *user; local
40 user = (user_datum_t *) hashtab_search(p->p_users.table, user_name);
41 if (!user) {
43 CU_FAIL("user not found");
48 ebitmap_for_each_bit(&user->roles.roles, tnode, i) {
62 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[j]);
63 CU_FAIL("user mapping failure\n");
/external/oprofile/libop/tests/
H A Dparse_event_tests.c41 ev->expected.user != parsed.user) {
46 ev->expected.user, parsed.name, parsed.count,
47 parsed.unit_mask, parsed.kernel, parsed.user);
/external/smack/src/org/jivesoftware/smack/debugger/
H A DSmackDebugger.java39 * Called when a user has logged in to the server. The user could be an anonymous user, this
40 * means that the user would be of the form host/resource instead of the form
41 * user@host/resource.
43 * @param user the user@host/resource that has just logged in
45 public abstract void userHasLogged(String user); argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c54 struct eap_user *user)
63 if (user == NULL)
66 os_memset(user, 0, sizeof(*user));
68 user->methods[i].vendor = eap_user->methods[i].vendor;
69 user->methods[i].method = eap_user->methods[i].method;
73 user->password = os_malloc(eap_user->password_len);
74 if (user->password == NULL)
76 os_memcpy(user->password, eap_user->password,
78 user
52 hostapd_radius_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dredirect.php24 $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')");
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c54 struct eap_user *user)
63 if (user == NULL)
66 os_memset(user, 0, sizeof(*user));
68 user->methods[i].vendor = eap_user->methods[i].vendor;
69 user->methods[i].method = eap_user->methods[i].method;
73 user->password = os_malloc(eap_user->password_len);
74 if (user->password == NULL)
76 os_memcpy(user->password, eap_user->password,
78 user
52 hostapd_radius_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c54 struct eap_user *user)
63 if (user == NULL)
66 os_memset(user, 0, sizeof(*user));
68 user->methods[i].vendor = eap_user->methods[i].vendor;
69 user->methods[i].method = eap_user->methods[i].method;
73 user->password = os_malloc(eap_user->password_len);
74 if (user->password == NULL)
76 os_memcpy(user->password, eap_user->password,
78 user
52 hostapd_radius_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) argument
[all...]
/external/chromium_org/ash/system/date/
H A Dtray_date.cc24 login_status_(user::LOGGED_IN_NONE) {
49 views::View* TrayDate::CreateDefaultViewForTesting(user::LoginStatus status) {
53 views::View* TrayDate::CreateTrayView(user::LoginStatus status) {
65 views::View* TrayDate::CreateDefaultView(user::LoginStatus status) {
77 views::View* TrayDate::CreateDetailedView(user::LoginStatus status) {
92 void TrayDate::UpdateAfterLoginStatusChange(user::LoginStatus status) {
121 if (default_view_ && login_status_ == user::LOGGED_IN_NONE) {
/external/chromium_org/third_party/freetype/src/base/
H A Dftbbox.c53 /* in `user->last'; no further computations are necessary since we */
60 /* user :: A pointer to the current walk context. */
67 TBBox_Rec* user )
69 user->last = *to;
155 /* user :: The address of the current walk context. */
167 TBBox_Rec* user )
172 if ( CHECK_X( control, user->bbox ) )
173 BBox_Conic_Check( user->last.x,
176 &user->bbox.xMin,
177 &user
627 TBBox_Rec user; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbbox.c53 /* in `user->last'; no further computations are necessary since we */
60 /* user :: A pointer to the current walk context. */
67 TBBox_Rec* user )
69 user->last = *to;
155 /* user :: The address of the current walk context. */
167 TBBox_Rec* user )
172 if ( CHECK_X( control, user->bbox ) )
173 BBox_Conic_Check( user->last.x,
176 &user->bbox.xMin,
177 &user
627 TBBox_Rec user; local
[all...]
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl30 # port 9020, and include the hostname, user and pass, and it should
57 print "Are you sure you want to delete user \"$ARGV[1]\"? [N/y] ";
75 print "user $key, hostname $domain, ip $ip\n";
125 my ($user,$pass) = split ":", MIME::Base64::decode($1);
126 if ( authorize($user, $pass, $cgi{'hostname'}, $cgi{'myip'}) == 0 ) {
142 my ($user, $pass, $hostname) = @_;
144 $X->put($user, join("\t", ($pass, $hostname)));
150 my ($user, $pass, $hostname) = @_;
152 $X->del($user);
159 my $user
[all...]
/external/ltrace/
H A Dexecute_program.c45 if (options.user) {
53 if ((pent = getpwnam(options.user)) == NULL) {
54 fprintf(stderr, "cannot find user `%s'\n", options.user);
60 if (initgroups(options.user, run_gid) < 0) {
68 if (options.user || !geteuid()) {
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DUsernameHashedPasswordCallbackHandler.java36 private String user; field in class:UsernameHashedPasswordCallbackHandler
39 public UsernameHashedPasswordCallbackHandler(String user, String password) throws Exception argument
41 this.user = user;
52 ncb.setName(user);
/external/chromium_org/ash/system/
H A Dtray_accessibility.h65 user::LoginStatus login);
99 user::LoginStatus login_;
119 virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
120 virtual views::View* CreateDetailedView(user::LoginStatus status) OVERRIDE;
123 virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) OVERRIDE;
138 user::LoginStatus login_;
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A Dsaml_offline_signin_limiter.cc20 #include "components/user_manager/user.h"
46 const user_manager::User* user = local
48 if (!user) {
52 const std::string& user_id = user->email();
55 // The user went through online authentication and GAIA did not redirect to
64 // The user went through online authentication and GAIA did redirect to a
144 user_manager::User* user = ProfileHelper::Get()->GetUserByProfile(profile_); local
145 if (!user) {
150 user_manager::UserManager::Get()->SaveForceOnlineSignin(user->email(), true);
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dfake_user_manager.cc52 user_manager::User* user = user_manager::User::CreateRegularUser(email); local
53 user->set_username_hash(
55 user->SetStubImage(user_manager::UserImage(
60 user_list_.push_back(user);
61 return user;
66 user_manager::User* user = user_manager::User::CreatePublicAccountUser(email); local
67 user->set_username_hash(
69 user->SetStubImage(user_manager::UserImage(
74 user_list_.push_back(user);
75 return user;
79 user_manager::User* user = local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_sxnet.c96 ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING)
122 M_ASN1_OCTET_STRING_print(out, id->user);
131 * they should really be separate values for each user.
156 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
164 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
169 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user,
178 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
187 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
192 if(!psx || !zone || !user) {
196 if(userlen == -1) userlen = strlen(user);
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_sxnet.c92 ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING)
118 M_ASN1_OCTET_STRING_print(out, id->user);
127 * they should really be separate values for each user.
152 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
160 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
165 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user,
174 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
183 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
188 if(!psx || !zone || !user) {
192 if(userlen == -1) userlen = strlen(user);
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dmouse_mode_selector.css8 -webkit-user-drag: element;
9 -webkit-user-select: none;
19 user-drag: element;
20 user-select: none;
H A Doverlay.css7 -webkit-user-select: none;
14 -webkit-user-select: none;
33 -webkit-user-select: auto;
38 -webkit-user-select: auto;
/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.h27 virtual void Proceed(const base::string16& user,
38 void ProceedOnIOThread(const base::string16& user,
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.h10 #include "ash/system/user/login_status.h"
27 AudioDetailedView(SystemTrayItem* owner, user::LoginStatus login);
49 user::LoginStatus login_;

Completed in 753 milliseconds

1234567891011>>