Searched refs:user (Results 101 - 125 of 1242) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Daccounts_options_page.css5 .user-list-table {
11 .user-name-edit-row {
17 .user-list-item {
21 .user-icon {
27 .user-email-label {
31 .user-name-label {
36 .user-email-name-block {
44 .remove-user-button {
52 .remove-user-button:hover {
77 #userList[disabled] .remove-user
[all...]
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_linux.cc50 uint64 user = 0, nice = 0, sys = 0, idle = 0; local
56 &user,
66 infos->at(pindex)->usage.user = static_cast<double>(user + nice);
69 static_cast<double>(sys + user + nice + idle);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h132 void rc_pair_translate(struct radeon_compiler *cc, void *user);
133 void rc_pair_schedule(struct radeon_compiler *cc, void *user);
134 void rc_pair_regalloc(struct radeon_compiler *cc, void *user);
135 void rc_pair_regalloc_inputs_only(struct radeon_compiler *cc, void *user);
136 void rc_pair_remove_dead_sources(struct radeon_compiler *c, void *user);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h132 void rc_pair_translate(struct radeon_compiler *cc, void *user);
133 void rc_pair_schedule(struct radeon_compiler *cc, void *user);
134 void rc_pair_regalloc(struct radeon_compiler *cc, void *user);
135 void rc_pair_regalloc_inputs_only(struct radeon_compiler *cc, void *user);
136 void rc_pair_remove_dead_sources(struct radeon_compiler *c, void *user);
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DUserPasswordCallbackHandler.java31 private String user; field in class:UserPasswordCallbackHandler
34 public UserPasswordCallbackHandler(String user, String password) argument
36 this.user = user;
47 ncb.setName(user);
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c47 static char * db_get_session_val(struct hs20_svc *ctx, const char *user,
52 static xml_node_t * build_policy(struct hs20_svc *ctx, const char *user,
57 const char *user, const char *realm,
65 sql = sqlite3_mprintf("INSERT INTO sessions(timestamp,id,user,realm,"
70 sessionid, user ? user : "", realm ? realm : "",
86 static void db_update_session_password(struct hs20_svc *ctx, const char *user, argument
93 "user=%Q AND realm=%Q",
94 pw, sessionid, user, realm);
106 static void db_add_session_pps(struct hs20_svc *ctx, const char *user, argument
56 db_add_session(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *pw, const char *redirect_uri, enum hs20_session_operation operation) argument
178 db_remove_session(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid) argument
203 hs20_eventlog(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *notes, const char *dump) argument
241 hs20_eventlog_node(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *notes, xml_node_t *node) argument
257 db_update_mo_str(struct hs20_svc *ctx, const char *user, const char *realm, const char *name, const char *str) argument
278 db_update_mo(struct hs20_svc *ctx, const char *user, const char *realm, const char *name, xml_node_t *mo) argument
358 db_get_val(struct hs20_svc *ctx, const char *user, const char *realm, const char *field, int dmacc) argument
387 db_update_val(struct hs20_svc *ctx, const char *user, const char *realm, const char *field, const char *val, int dmacc) argument
418 db_get_session_val(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, const char *field) argument
452 update_password(struct hs20_svc *ctx, const char *user, const char *realm, const char *pw, int dmacc) argument
490 build_username_password(struct hs20_svc *ctx, xml_node_t *parent, const char *user, const char *pw) argument
513 add_username_password(struct hs20_svc *ctx, xml_node_t *cred, const char *user, const char *pw) argument
545 build_credential_pw(struct hs20_svc *ctx, const char *user, const char *realm, const char *pw) argument
567 build_credential(struct hs20_svc *ctx, const char *user, const char *realm, char *new_pw, size_t new_pw_len) argument
578 build_credential_cert(struct hs20_svc *ctx, const char *user, const char *realm, const char *cert_fingerprint) argument
655 build_sub_rem_resp(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, int machine_rem, int dmacc) argument
730 machine_remediation(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, int dmacc) argument
739 policy_remediation(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, int dmacc) argument
812 user_remediation(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, const char *redirect_uri) argument
833 free_remediation(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, const char *redirect_uri) argument
855 no_sub_rem(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id) argument
870 hs20_subscription_remediation(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, int dmacc, const char *redirect_uri) argument
929 build_policy(struct hs20_svc *ctx, const char *user, const char *realm, int use_dmacc) argument
984 hs20_policy_update(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id, int dmacc) argument
1155 hs20_user_input_remediation(struct hs20_svc *ctx, const char *user, const char *realm, int dmacc, const char *session_id) argument
1191 build_pps(struct hs20_svc *ctx, const char *user, const char *realm, const char *pw, const char *cert, int machine_managed) argument
1255 spp_exec_get_certificate(struct hs20_svc *ctx, const char *session_id, const char *user, const char *realm) argument
1309 char *user, *realm, *pw, *type, *mm; local
1415 hs20_user_input_free_remediation(struct hs20_svc *ctx, const char *user, const char *realm, const char *session_id) argument
1467 hs20_user_input_complete(struct hs20_svc *ctx, const char *user, const char *realm, int dmacc, const char *session_id) argument
1504 hs20_cert_enroll_completed(struct hs20_svc *ctx, const char *user, const char *realm, int dmacc, const char *session_id) argument
1530 hs20_cert_enroll_failed(struct hs20_svc *ctx, const char *user, const char *realm, int dmacc, const char *session_id) argument
1570 hs20_spp_post_dev_data(struct hs20_svc *ctx, xml_node_t *node, const char *user, const char *realm, const char *session_id, int dmacc) argument
1868 char *user, *realm, *pw, *pw_mm, *pps, *str; local
1991 hs20_spp_update_response(struct hs20_svc *ctx, xml_node_t *node, const char *user, const char *realm, const char *session_id, int dmacc) argument
[all...]
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.cc34 explicit SettingsDefaultView(user::LoginStatus status)
48 if (login_status_ != user::LOGGED_IN_NONE &&
49 login_status_ != user::LOGGED_IN_LOCKED && !userAddingRunning) {
84 if (login_status_ == user::LOGGED_IN_NONE ||
85 login_status_ == user::LOGGED_IN_LOCKED || userAddingRunning)
126 user::LoginStatus login_status_;
143 views::View* TraySettings::CreateTrayView(user::LoginStatus status) {
147 views::View* TraySettings::CreateDefaultView(user::LoginStatus status) {
148 if ((status == user::LOGGED_IN_NONE || status == user
[all...]
/external/chromium_org/ash/system/chromeos/supervised/
H A Dtray_supervised_user.h28 virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
30 virtual void UpdateAfterLoginStatusChange(user::LoginStatus status) OVERRIDE;
44 user::LoginStatus status_;
46 // Previous user supervised state to avoid showing notification upon unlock.
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dfirst_run_private_api.cc13 #include "components/user_manager/user.h"
20 user_manager::User* user = local
22 if (!user->GetGivenName().empty()) {
26 user->GetGivenName()));
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_service_chromeos.cc11 #include "components/user_manager/user.h"
45 const user_manager::User* user = manager ? manager->GetActiveUser() : NULL; local
46 return user ? user->display_email() : std::string();
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service_factory.cc16 #include "components/user_manager/user.h"
47 user_manager::User* user = ProfileHelper::Get()->GetUserByProfile(profile); local
49 user->email())) {
52 user->email(),
H A Dsupervised_user_password_service_factory.cc14 #include "components/user_manager/user.h"
45 user_manager::User* user = ProfileHelper::Get()->GetUserByProfile(profile); local
46 if (user->GetType() != user_manager::USER_TYPE_SUPERVISED)
50 user->email(),
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dinternal_alerts.py23 user = users.get_current_user()
24 if not user:
34 email = user.email()
36 self.response.set_status(403, 'invalid user')
/external/guava/guava-gwt/src/com/google/common/base/
H A DPairwiseEquivalence_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;
/external/guava/guava-gwt/src/com/google/common/collect/
H A DByFunctionOrdering_CustomFieldSerializer.java20 import com.google.gwt.user.client.rpc.SerializationException;
21 import com.google.gwt.user.client.rpc.SerializationStreamReader;
22 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DComparatorOrdering_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;
H A DCompoundOrdering_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;
H A DEmptyImmutableSortedSet_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;
H A DHashBasedTable_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;
H A DImmutableEntry_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;
H A DSingletonImmutableMap_CustomFieldSerializer.java21 import com.google.gwt.user.client.rpc.SerializationException;
22 import com.google.gwt.user.client.rpc.SerializationStreamReader;
23 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
H A DTreeMultimap_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;
/external/smack/src/org/jivesoftware/smack/
H A DRosterEntry.java29 * Each user in your roster is represented by a roster entry, which contains the user's
36 private String user; field in class:RosterEntry
46 * @param user the user.
52 RosterEntry(String user, String name, RosterPacket.ItemType type, argument
54 this.user = user;
63 * Returns the JID of the user associated with this entry.
65 * @return the user associate
[all...]
/external/chromium_org/ash/system/user/
H A Dtray_user.h11 #include "ash/system/user/user_observer.h"
34 // The given |multiprofile_index| is the user number in a multi profile
35 // scenario. Index #0 is the running user, the other indices are other logged
36 // in users (if there are any). Depending on the multi user mode, there will
44 SHOWN, // The item gets presented to the user.
45 HOVERED, // The item is hovered and presented to the user.
46 ACTIVE, // The item was clicked and can add a user.
47 ACTIVE_BUT_DISABLED // The item was clicked anc cannot add a user.
54 // Returns the bounds of the user panel in screen coordinates.
59 void UpdateAfterLoginStatusChangeForTest(user
[all...]
/external/lldb/test/pexpect-2.4/examples/
H A Dpassmass.py15 def login(host, user, password):
17 child = pexpect.spawn('ssh -l %s %s'%(user, host))
43 def change_password(child, user, oldpassword, newpassword):
67 user = raw_input('Username: ')
76 child = login(host, user, password)
81 change_password(child, user, password, newpassword)

Completed in 1947 milliseconds

1234567891011>>