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

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
user_image_source.cc 19 chromeos::UserVector users = chromeos::UserManager::Get()->GetUsers(); local
20 for (size_t i = 0; i < users.size(); ++i) {
21 if (users[i].email() == email) {
22 gfx::PNGCodec::EncodeBGRASkBitmap(users[i].image(), false, &user_image);
accounts_options_handler.cc 101 UserVector users = UserManager::Get()->GetUsers(); local
102 for (UserVector::const_iterator it = users.begin();
103 it != users.end(); ++it) {
117 UserVector users = UserManager::Get()->GetUsers(); local
118 for (UserVector::const_iterator it = users.begin();
119 it < users.end(); ++it) {
  /external/webkit/Tools/TestResultServer/handlers/
menu.py 29 from google.appengine.api import users namespace
45 user = users.get_current_user()
49 login_url = users.create_logout_url(self.request.uri)
53 login_url = users.create_login_url(self.request.uri)
dashboardhandler.py 33 from google.appengine.api import users namespace
78 "admin": users.is_current_user_admin(),
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
WorkgroupQueue.java 37 private Set<QueueUser> users = Collections.emptySet(); field in class:WorkgroupQueue
74 * Returns the number of users waiting in the queue waiting to be routed to
77 * @return the number of users waiting in the queue.
80 if (users == null) {
83 return users.size();
87 * Returns an Iterator for the users in the queue waiting to be routed to
90 * @return an Iterator for the users waiting in the queue.
93 if (users == null) {
96 return Collections.unmodifiableSet(users).iterator();
99 void setUsers(Set<QueueUser> users) {
    [all...]
QueueUsersListener.java 54 * The list of users waiting in the queue was updated.
57 * @param users the list of users waiting in the queue.
59 public void usersUpdated(WorkgroupQueue queue, Set<QueueUser> users);
  /external/libsepol/src/
user_internal.h 5 #include <sepol/users.h>
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueDetails.java 34 * Queue details packet extension, which contains details about the users
53 * The list of users in the queue.
55 private Set<QueueUser> users; field in class:QueueDetails
61 users = new HashSet<QueueUser>();
65 * Returns the number of users currently in the queue that are waiting to
68 * @return the number of users in the queue.
71 return users.size();
75 * Returns the set of users in the queue that are waiting to
78 * @return a Set for the users waiting in a queue.
81 synchronized (users) {
    [all...]
  /external/webkit/Tools/QueueStatusServer/handlers/
updatebase.py 29 from google.appengine.api import users namespace
updatestatus.py 29 from google.appengine.api import users namespace
46 if users.get_current_user():
47 queue_status.author = users.get_current_user()
  /external/quake/quake/src/QW/
qwcl.spec.sh 26 original version of Quake can be played over the Internet, many users modem
27 users - the majority of players, had less than satisfactory play. Symptoms
30 various other difficulties plagued users.
qwsv.spec.sh 26 original version of Quake can be played over the Internet, many users modem
27 users - the majority of players, had less than satisfactory play. Symptoms
30 various other difficulties plagued users.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 8 from google.appengine.api import users namespace
111 user = users.get_current_user()
130 'user_logout': users.create_logout_url(self.request.uri),
135 login_url = users.create_login_url(dest_url='/',
  /packages/apps/Settings/src/com/android/settings/users/
UserUtils.java 17 package com.android.settings.users;
  /external/chromium/chrome/browser/chromeos/login/
dom_login_display.cc 39 void DOMLoginDisplay::Init(const std::vector<UserManager::User>& users,
44 users_ = users;
user_manager.cc 44 // A vector pref of the users who have logged into the device.
244 std::vector<User> users; local
246 return users;
283 users.push_back(user);
287 return users;
308 // Get a copy of the current users.
309 std::vector<User> users = GetUsers(); local
311 // Clear the prefs view of the users.
322 for (std::vector<User>::iterator it = users.begin();
323 it != users.end()
342 std::vector<User> users = GetUsers(); local
364 std::vector<User> users = GetUsers(); local
399 std::vector<User> users = GetUsers(); local
    [all...]
dom_login_display.h 53 virtual void Init(const std::vector<UserManager::User>& users,
75 // Set of Users in the systemvisible UserControllers.
base_login_display_host.cc 121 std::vector<chromeos::UserManager::User> users = local
124 // Fix for users who updated device and thus never passed register screen.
125 // If we already have users, we assume that it is not a second part of
127 if (!WizardController::IsDeviceRegistered() && !users.empty()) {
128 VLOG(1) << "Mark device registered because there are remembered users: "
129 << users.size();
137 sign_in_controller_->Init(users);
login_display.h 42 // Users decides to sign in into captive portal.
46 // Used for both known and new users.
71 // Initializes login UI with the user pods based on list of known users and
73 virtual void Init(const std::vector<UserManager::User>& users,
views_login_display.h 27 // When Init is invoked, a UserController is created for each of the Users's
39 virtual void Init(const std::vector<UserManager::User>& users,
98 // Index of selected user (from the set of visible users).
  /external/libsepol/include/sepol/
sepol.h 18 #include <sepol/users.h>
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardMultiUserSelectorView.java 77 ArrayList<UserInfo> users = new ArrayList<UserInfo>(userList); local
78 Collections.sort(users, mOrderAddedComparator);
80 for (UserInfo user: users) {
  /external/iproute2/ip/
ipmaddr.c 67 int users; member in struct:ma_info
100 sscanf(buf, "%d%s%d%d%s", &m.index, m.name, &m.users, &st,
148 sscanf(buf, "%08x%d", (__u32*)&m.addr.data, &m.users);
172 sscanf(buf, "%d%s%s%d", &m.index, m.name, hexa, &m.users);
221 if (list->users != 1)
222 fprintf(fp, " users %d", list->users);
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 76 GemmParallelInfo() : sync(-1), users(0), rhs_start(0), rhs_length(0) {}
79 int volatile users; member in struct:Eigen::internal::GemmParallelInfo
  /development/scripts/app_engine_server/gae_shell/
shell.py 26 The logging, os, sys, db, and users modules are imported automatically.
48 from google.appengine.api import users namespace
74 'from google.appengine.api import users',
190 'user': users.get_current_user(),
191 'login_url': users.create_login_url(session_url),
192 'logout_url': users.create_logout_url(session_url),

Completed in 900 milliseconds

1 2 3 4 5 6 7