Searched refs:user (Results 226 - 250 of 1242) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DArrayData.java36 private final CodeAddress user; field in class:ArrayData
55 * @param user {@code non-null;} address representing the instruction that
59 public ArrayData(SourcePosition position, CodeAddress user, argument
64 if (user == null) {
65 throw new NullPointerException("user == null");
95 this.user = user;
161 return new ArrayData(getPosition(), user, values, arrayType);
183 int baseAddress = user.getAddress();
/external/smack/src/org/jivesoftware/smack/
H A DRosterGroup.java112 * <tt>null</tt> if the user is not an entry in the group.
114 * @param user the XMPP address of the user (eg "jsmith@example.com").
117 public RosterEntry getEntry(String user) { argument
118 if (user == null) {
123 user = StringUtils.parseBareAddress(user);
124 String userLowerCase = user.toLowerCase();
150 * @param user the XMPP address of the user
153 contains(String user) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DQueueDetails.java87 * Adds a user to the packet.
89 * @param user the user.
91 private void addUser(QueueUser user) { argument
93 users.add(user);
111 QueueUser user = (QueueUser)i.next();
112 int position = user.getQueuePosition();
113 int timeRemaining = user.getEstimatedRemainingTime();
114 Date timestamp = user.getQueueJoinTimestamp();
116 buf.append("<user ji
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c68 char *user, *realm, *post, *str; local
74 user = getenv("HS20USER");
75 if (user && strlen(user) == 0)
76 user = NULL;
102 resp = hs20_spp_server_process(ctx, spp, user, realm, dmacc);
104 if (resp == NULL && user == NULL) {
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php10 unset($user);
28 $user = $data['username']; variable
29 if (strlen($user) < 1) {
41 "WHERE user='$user' AND realm='$realm'";
44 error_log("EST: Session not found for user=$user realm=$realm");
49 error_log("EST: Session fetch failed for user=$user realm=$realm");
56 error_log("EST: Unexpected operation $oper for user
157 $user = "cert-$sn"; variable
[all...]
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css6 /* Overrides for the desktop user manager screen. */
50 .user-image-pane {
59 html[dir=rtl] .user-image-pane {
67 .pod .user-image {
93 .pod.supervised-user .supervised-indicator {
104 html[dir=rtl] .pod.supervised-user .supervised-indicator {
172 .action-box-remove-user-warning .remove-warning-button {
176 .action-box-remove-user-warning .remove-warning-button:focus {
/external/chromium_org/net/ssl/
H A Dclient_cert_store_chromeos_unittest.cc64 LOG(ERROR) << "Scoped test user DB could not be constructed.";
85 // Only user certs are considered for the cert request, which means that the
120 // In this case, all requested certs are read from the user's slot and the
129 // In this case, all requested certs are read from the user's slot and the
156 LOG(ERROR) << "No slot for user " << username_hash;
166 // Ensure that cert requests, that are started before the user's NSS DB is
169 crypto::ScopedTestNSSChromeOSUser user("scopeduser");
170 ASSERT_TRUE(user.constructed_successfully());
176 user.username_hash(),
179 ImportCertForUser(user
[all...]
/external/netperf/
H A Dnetcpu_pstatnew.c33 original psp_idlecycles - one for user, one for kernel and one for
43 uint64_t user; member in struct:cpu_time_counters
113 res[i].user = (((uint64_t)psp[i].psp_usercycles.psc_hi << 32) +
117 "user[%d] = 0x%"PRIx64" ",
119 res[i].user);
163 "\t user %llu\n",counters[instance].user);
204 /* the one that the user want for the cpu utilization */
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kerne
[all...]
H A Dnetcpu_kstat10.c46 uint64_t user; member in struct:cpu_time_counters
63 "\t user %llu\n",counters[instance].user);
148 counters[cpu_num].user = knp->value.ui64;
156 something and we need to warn the user. raj 2005-01-28 */
336 /* the one that the user want for the cpu utilization */
352 spent in user, idle and kernel. We also have nanoseconds spent
355 accounting. this means that time accounted in user, kernel or
357 porpoises we do not really care about that for user and kernel,
366 time from each of user, kerne
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c27 static void eap_user_free(struct eap_user *user);
81 * eap_user_get - Fetch user information from the database
83 * @identity: Identity (User-Name) of the user
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
89 * selected based on the specified identity. sm->user and
90 * sm->user_eap_method_index are updated for the new user when a matching user
96 struct eap_user *user; local
1259 eap_user_free(struct eap_user *user) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c27 static void eap_user_free(struct eap_user *user);
81 * eap_user_get - Fetch user information from the database
83 * @identity: Identity (User-Name) of the user
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
89 * selected based on the specified identity. sm->user and
90 * sm->user_eap_method_index are updated for the new user when a matching user
96 struct eap_user *user; local
1259 eap_user_free(struct eap_user *user) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c27 static void eap_user_free(struct eap_user *user);
81 * eap_user_get - Fetch user information from the database
83 * @identity: Identity (User-Name) of the user
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
89 * selected based on the specified identity. sm->user and
90 * sm->user_eap_method_index are updated for the new user when a matching user
96 struct eap_user *user; local
1259 eap_user_free(struct eap_user *user) argument
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.cc116 views::View* TrayVPN::CreateTrayView(user::LoginStatus status) {
120 views::View* TrayVPN::CreateDefaultView(user::LoginStatus status) {
124 if (status == user::LOGGED_IN_NONE)
134 this, status != user::LOGGED_IN_LOCKED && !userAddingRunning);
139 views::View* TrayVPN::CreateDetailedView(user::LoginStatus status) {
163 void TrayVPN::UpdateAfterLoginStatusChange(user::LoginStatus status) {
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Daccounts_options.js42 // If the current user is not the owner, do not show the user list.
43 // If the current user is not the owner, or the device is enterprise
67 * Update user list control state.
117 chrome.send('whitelistUser', [e.user.email, e.user.name]);
128 chrome.send('unwhitelistUser', [e.user.username]);
/external/chromium_org/third_party/libxslt/libexslt/
H A Dmath.c71 void *user = NULL; local
79 /* We need to delay the freeing of value->user */
81 user = ctxt->value->user;
83 ctxt->value->user = NULL;
92 if (user != NULL)
93 xmlFreeNodeList((xmlNodePtr)user);
140 void *user = NULL; local
147 /* We need to delay the freeing of value->user */
149 user
220 void *user = NULL; local
300 void *user = NULL; local
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dtree.css14 -webkit-user-select: none;
81 -webkit-user-modify: read-write-plaintext-only;
82 -webkit-user-select: auto;
/external/smack/src/org/jivesoftware/smack/packet/
H A DRosterPacket.java104 private String user; field in class:RosterPacket.Item
113 * @param user the user.
114 * @param name the user's name.
116 public Item(String user, String name) { argument
117 this.user = user.toLowerCase();
125 * Returns the user.
127 * @return the user.
130 return user;
[all...]
/external/smack/src/org/jivesoftware/smack/proxy/
H A DSocks5ProxySocketFactory.java83 String user = proxy.getProxyUsername();
146 if(user==null || passwd==null)
172 buf[index++]=(byte)(user.length());
173 System.arraycopy(user.getBytes(), 0, buf, index,
174 user.length());
175 index+=user.length();
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Driver4.java70 static String userProperty = "user";
82 * Check for user and password, except for datasource =
83 * data1 which is set up not to require a user/password
92 String user = (String) info.get(userProperty);
94 if (user == null || password == null) {
98 if (!user.equals(validuser)
/external/chromium_org/ash/system/user/
H A Duser_view.h10 #include "ash/system/user/login_status.h"
11 #include "ash/system/user/tray_user.h"
35 // The view of a user item in system tray bubble.
42 ash::user::LoginStatus login,
69 void AddLogoutButton(user::LoginStatus login);
70 void AddUserCard(user::LoginStatus login);
72 // Create the menu option to add another user. If |disabled| is set the user
76 // Removes the add user menu option.
80 // The view of the user car
[all...]
/external/chromium_org/chrome/browser/chromeos/background/
H A Dash_user_wallpaper_delegate.cc19 #include "components/user_manager/user.h"
100 // Whitelist user types that are allowed to change their wallpaper. (Guest
108 const user_manager::User* user = variable
110 if (!user)
112 if (chromeos::WallpaperManager::Get()->IsPolicyControlled(user->email()))
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_selection_screen.h16 #include "components/user_manager/user.h"
23 // This class represents User Selection screen: user pod-based login screen.
38 void OnUserImageChanged(const user_manager::User& user);
53 // Fills |user_dict| with information about |user|.
55 user_manager::User* user,
62 // Determines if user auth status requires online sign in.
63 static bool ShouldForceOnlineSignIn(const user_manager::User* user);
68 // Map from public session user IDs to recommended locales set by policy.
80 // Map of usernames to their current authentication type. If a user is not
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes.h59 // Locks the device to be an enterprise device registered by the given user.
61 // case it checks that the passed user agrees with the locked attribute.
63 void LockDevice(const std::string& user,
78 // Gets the user that registered the device. Returns an empty string if the
142 const std::string& user,
149 // Confirms the registered user and invoke the callback.
150 void OnReadImmutableAttributes(const std::string& user,
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css76 #login-header-bar #add-user-button,
77 #login-header-bar #guest-user-button,
86 html[dir=rtl] #login-header-bar #add-user-button,
87 html[dir=rtl] #login-header-bar #guest-user-button,
96 #login-header-bar #add-user-button {
100 #login-header-bar #guest-user-button {
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_search.css19 #destination-search .user-info {
28 [dir='rtl'] #destination-search .user-info {
34 -webkit-user-select: none;
53 -webkit-user-select: none;
63 -webkit-user-select: none;
104 -webkit-user-select: none;

Completed in 723 milliseconds

1234567891011>>