Searched defs:user (Results 1 - 25 of 268) sorted by relevance

1234567891011

/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DWebCredential.cpp41 const String& WebCredential::user() const function in class:WebKit::WebCredential
43 return m_coreCredential.user();
/external/bison/lib/
H A Dtimevar.h25 portions of the compiler. Each measures elapsed user, system, and
55 float user; member in struct:timevar_time_def
/external/chromium/chrome/browser/policy/
H A Dpolicy_path_parser_posix.cc26 struct passwd* user = getpwuid(geteuid()); local
27 if (user) {
28 result.replace(position, strlen(kUserNamePolicyVarName), user->pw_name);
H A Denterprise_install_attributes.cc11 static const char kAttrEnterpriseUser[] = "enterprise.user";
21 const std::string& user) {
24 return !registration_user_.empty() && user == registration_user_ ?
49 !cryptohome_->InstallAttributesSet(kAttrEnterpriseUser, user)) {
56 GetRegistrationUser() != user) {
20 LockDevice( const std::string& user) argument
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dfriendinvitesendtask.cc34 FriendInviteSendTask::Send(const Jid& user) { argument
43 item->AddAttr(QN_JID, user.Str());
44 item->AddAttr(QN_NAME, user.node());
51 presence->AddAttr(QN_TO, user.Str());
H A Dmucinvitesendtask.cc35 MucInviteSendTask::Send(const Jid& user, const Muc& muc) { argument
43 invite->AddAttr(QN_TO, user.Str());
/external/oprofile/daemon/
H A Dopd_events.h27 unsigned long user; member in struct:opd_event
/external/oprofile/libop/
H A Dop_parse_event.h24 int user; member in struct:parsed_event
32 * event_name:count[:unit_mask:kernel:user]
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DDepartQueuePacket.java27 * <li>The user wants to leave the queue. In this case, an instance of this class
28 * should be created without passing in a user address.
29 * <li>An administrator or the server removes wants to remove a user from the queue.
30 * In that case, the address of the user to remove from the queue should be
37 private String user; field in class:DepartQueuePacket
50 * specified user.
53 * @param user the user to make depart from the queue.
55 public DepartQueuePacket(String workgroup, String user) { argument
56 this.user
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dmetrics_cros_settings_provider.cc43 UserManager *user = UserManager::Get(); local
44 if (user->user_is_logged_in() && !user->current_user_is_owner())
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DPacketUserauthRequestInteractive.java21 public PacketUserauthRequestInteractive(String serviceName, String user, String[] submethods) argument
24 this.userName = user;
H A DPacketUserauthRequestNone.java22 public PacketUserauthRequestNone(String serviceName, String user) argument
25 this.userName = user;
H A DPacketUserauthRequestPassword.java23 public PacketUserauthRequestPassword(String serviceName, String user, String pass) argument
26 this.userName = user;
/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/libxml2/include/libxml/
H A Duri.h38 char *user; /* the user part */ member in struct:_xmlURI
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressFactoryImpl.java109 *@param user -- the user
112 public javax.sip.address.SipURI createSipURI(String user, String host) argument
118 if (user != null) {
119 uriString.append(user);
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java12 SipURI createSipURI(String user, String host) throws ParseException; argument
/external/openssh/
H A Dauth-shadow.c91 const char *user = ctxt->pw->pw_name; local
96 if ((spw = getspnam((char *)user)) == NULL) {
97 error("Could not get shadow information for %.100s", user);
109 pr = getprpwnam((char *)user);
125 logit("User %.100s password has expired (root forced)", user);
130 logit("User %.100s password has expired (password aged)", user);
H A Dgroupaccess.c45 * Initialize group access list for user with primary (base) and
49 ga_init(const char *user, gid_t base) argument
69 if (getgrouplist(user, base, groups_bygid, &ngroups) == -1)
80 * Return 1 if one of user's groups is contained in groups.
96 * Return 1 if one of user's groups matches group_pattern list.
/external/ppp/pppd/plugins/
H A Dpassprompt.c28 static int promptpass(char *user, char *passwd) argument
60 argv[1] = user;
H A Dpasswordfd.c33 static int pwfd_passwd (char *user, char *passwd) argument
/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);
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/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/smack/src/org/jivesoftware/smackx/
H A DOfflineMessageHeader.java29 * Each offline message is identified by the target user of the offline message and a unique stamp.
36 * Bare JID of the user that was offline when the message was sent.
38 private String user; field in class:OfflineMessageHeader
40 * Full JID of the user that sent the message.
52 user = item.getEntityID();
58 * Returns the bare JID of the user that was offline when the message was sent.
60 * @return the bare JID of the user that was offline when the message was sent.
63 return user;
67 * Returns the full JID of the user that sent the message.
69 * @return the full JID of the user tha
[all...]

Completed in 418 milliseconds

1234567891011