Searched refs:users (Results 1 - 25 of 70) sorted by relevance

123

/external/webkit/Tools/TestResultServer/handlers/
H A Dmenu.py29 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)
H A Ddashboardhandler.py33 from google.appengine.api import users namespace
78 "admin": users.is_current_user_admin(),
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.cc19 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);
H A Daccounts_options_handler.cc101 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/libsepol/src/
H A Duser_internal.h5 #include <sepol/users.h>
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dupdatebase.py29 from google.appengine.api import users namespace
H A Dupdatestatus.py29 from google.appengine.api import users namespace
46 if users.get_current_user():
47 queue_status.author = users.get_current_user()
/external/chromium/chrome/browser/resources/options/chromeos/
H A Daccounts_options.js92 // Whitelist existing users when guest login is being disabled.
140 * Adds given users to userList.
142 AccountsOptions.addUsers = function(users) {
144 for (var i = 0; i < users.length; ++i) {
145 userList.addUser(users[i]);
H A Daccounts_user_list.js21 pref: 'cros.accounts.users',
114 * @param {Array} users An array of user object.
116 load_: function(users) {
117 this.dataModel = new ArrayDataModel(users);
/external/quake/quake/src/QW/
H A Dqwcl.spec.sh26 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.
H A Dqwsv.spec.sh26 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/
H A Dmain.py8 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='/',
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display.cc39 void DOMLoginDisplay::Init(const std::vector<UserManager::User>& users, argument
44 users_ = users;
H A Duser_manager.cc44 // 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
342 std::vector<User> users = GetUsers(); local
364 std::vector<User> users = GetUsers(); local
399 std::vector<User> users = GetUsers(); local
[all...]
H A Dbase_login_display_host.cc121 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);
H A Ddom_login_display.h53 virtual void Init(const std::vector<UserManager::User>& users,
H A Dexisting_user_controller.cc81 void ExistingUserController::Init(const UserVector& users) { argument
84 for (size_t i = 0; i < users.size(); ++i)
88 users[i].email())) {
89 filtered_users.push_back(users[i]);
466 // for end users, developers can see details string in Chrome logs.
H A Dlogin_display.h46 // 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,
H A Dviews_login_display.cc27 // Max number of users we'll show. The true max is the min of this and the
31 // Minimum number of users we'll show (including Guest and New User pods).
42 // tooltips with full emails to let users distinguish their accounts.
84 void ViewsLoginDisplay::Init(const std::vector<UserManager::User>& users, argument
94 size_t visible_users_count = std::min(users.size(), max_users -
96 for (size_t i = 0; i < users.size(); ++i) {
97 UserController* user_controller = new UserController(this, users[i]);
H A Dviews_login_display.h39 virtual void Init(const std::vector<UserManager::User>& users,
98 // Index of selected user (from the set of visible users).
/external/libsepol/include/sepol/
H A Dsepol.h18 #include <sepol/users.h>
/external/dbus/dbus/
H A Ddbus-userdb.c149 info = _dbus_hash_table_lookup_uintptr (db->users, uid);
202 if (!_dbus_hash_table_insert_uintptr (db->users, info->uid, info))
213 _dbus_hash_table_remove_uintptr (db->users, info->uid);
541 db->users = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
544 if (db->users == NULL)
578 _dbus_hash_table_remove_all(db->users);
611 if (db->users)
612 _dbus_hash_table_unref (db->users);
/external/iproute2/ip/
H A Dipmaddr.c67 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/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitsoupauthdialog.c333 GSList* users; local
351 users = soup_auth_get_saved_users(auth);
352 if (users) {
353 login = users->data;
355 g_slist_free(users);
/external/libsepol/
H A DAndroid.mk39 src/users.c \

Completed in 358 milliseconds

123