Searched refs:users (Results 76 - 100 of 175) sorted by relevance

1234567

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc98 app_list::AppListViewDelegate::Users* users) {
99 users->clear();
107 users->push_back(user);
159 // correct email address (or none for signed out users) for each.
266 // Don't populate the app list users if we are on the ash desktop.
272 // Populate the app list users.
96 PopulateUsers(const ProfileInfoCache& profile_info, const base::FilePath& active_profile_path, app_list::AppListViewDelegate::Users* users) argument
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h104 // i.e., we test that info[tid].users equals 0.
105 // Then, we set info[tid].users to the number of threads to mark that all other threads are going to use it.
106 while(info[tid].users!=0) {}
107 info[tid].users += threads;
141 // i.e., we simply decrement the number of users by 1
144 --(info[j].users);
/external/iputils/Modules/
H A Dpg3.c367 atomic_inc(&skb->users);
388 if (atomic_read(&skb->users) != 1) {
392 while (atomic_read(&skb->users) != 1) {
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.cc34 #include "chrome/browser/chromeos/login/users/chrome_user_manager.h"
35 #include "chrome/browser/chromeos/login/users/supervised_user_manager.h"
134 ScreenLocker::ScreenLocker(const user_manager::UserList& users) argument
135 : users_(users),
267 // Special case: supervised users. Use special authenticator.
H A Dwebui_screen_locker.cc99 login_display_->Init(screen_locker()->users(), false, true, false);
/external/compiler-rt/make/
H A Dutil.mk94 # useful for validating that users aren't trying to override something which
/external/llvm/include/llvm/IR/
H A DValue.h266 iterator_range<user_iterator> users() { function in class:llvm::Value
269 iterator_range<const_user_iterator> users() const { function in class:llvm::Value
283 /// hasNUses - Return true if this Value has exactly N users.
287 /// hasNUsesOrMore - Return true if this value has N users or more. This is
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp72 /// Iteratively perform simplification on a worklist of users of the
74 /// all simplicitions to users of an IV.
288 for (User *U : II->users()) {
305 // Check if all users of the add are provably NSW.
344 for (User *U : Def->users()) {
348 // Also ensure unique worklist users.
377 /// simplifyUsers - Iteratively perform simplification on a worklist of users
379 /// more users which may themselves be candidates for simplification.
383 /// variables bottom-up from their users, it transforms a chain of IVUsers
396 // Use-def pairs if IV users waitin
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display_host_impl.cc623 const user_manager::UserList& users = local
626 // Fix for users who updated device and thus never passed register screen.
627 // If we already have users, we assume that it is not a second part of
629 if (!StartupUtils::IsDeviceRegistered() && !users.empty()) {
630 VLOG(1) << "Mark device registered because there are remembered users: "
631 << users.size();
640 sign_in_controller_->Init(users);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc104 // New users allowed, user whitelist ignored.
107 // New users not allowed, enforce user whitelist if present.
112 // No configured allow-new-users value, enforce whitelist if non-empty.
680 const base::ListValue* users; local
681 if (value->GetAsList(&users)) {
682 for (base::ListValue::const_iterator i = users->begin();
683 i != users->end(); ++i) {
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_search.js516 this.userInfo_.users.forEach(function(account) {
528 this.userInfo_.users.indexOf(this.userInfo_.activeUser);
/external/fio/
H A Ddiskutil.c35 slave->users--;
85 if (!du->users)
271 slavedu->users++;
310 du->users = 0;
/external/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp140 for (User *U : ReflectFunction->users()) {
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp162 for (User *U : GV->users())
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp234 for (User *U : Callee->users()) {
415 // Ensure that the only users of the GEP are load instructions.
416 for (User *GEPU : GEP->users())
450 if (Loads.empty()) return true; // No users, this is a dead argument.
563 for (User *U : I->users()) {
790 // If this is an unmodified argument, move the name and users over to the
828 for (User *U : TheAlloca->users()) {
842 // Otherwise, if we promoted this argument, then all users are load
843 // instructions (or GEPs with only load users), and all loads should be
H A DStripSymbols.cpp135 for (User *U : V->users())
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp358 for (User *U : I->users())
429 for (User *U : C->users())
460 // Collect the set of all users of the provided root instruction. This set of
461 // users contains not only the direct users of the root instruction, but also
462 // all users of those users, and so on. There are two exceptions:
465 // use set (even if they are users). This is used, for example, to exclude
469 // if they are users, but their users ar
[all...]
H A DLoopUnswitch.cpp932 // Add users to the worklist which may be simplified now.
933 for (User *U : I->users())
973 for (User *U : LIC->users()) {
991 for (User *U : LIC->users()) {
/external/qemu/qobject/
H A Djson-parser.c646 * deal to treat these as ints in the parser, so long as users of the
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.cc38 #include "chrome/browser/chromeos/login/users/multi_profile_user_controller.h"
39 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h"
86 // Max number of users to show.
1060 // This is also a case when LRU layout is set only for a few local users,
1116 LOG(ERROR) << "Managed users not allowed.";
1440 const user_manager::UserList& users = user_manager->GetUsers(); local
1441 if (!delegate_ || users.size() > kMaxUsers) {
1476 const user_manager::UserList& users = delegate_->GetUsers(); local
1477 for (user_manager::UserList::const_iterator it = users.begin();
1478 it != users
[all...]
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.cc21 #include "chrome/browser/chromeos/login/users/avatar/user_image_manager.h"
22 #include "chrome/browser/chromeos/login/users/chrome_user_manager.h"
23 #include "chrome/browser/chromeos/login/users/supervised_user_manager.h"
482 NOTREACHED() << "Supervised users have no profile pictures";
505 const base::DictionaryValue* users) {
513 for (base::DictionaryValue::Iterator it(*users); !it.IsAtEnd();
504 OnGetSupervisedUsers( const base::DictionaryValue* users) argument
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp306 // users are both live and in need of updating.
307 for (User *U : I->users()) {
/external/checkpolicy/
H A Dpolicy_parse.y162 opt_default_rules opt_mls te_rbac users opt_constraints
620 users : user_def label
621 | users user_def
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc35 #include "chrome/browser/chromeos/login/users/chrome_user_manager.h"
36 #include "chrome/browser/chromeos/login/users/supervised_user_manager.h"
277 // We need to restore session only for logged in regular (GAIA) users.
434 // Here we don't enable keyboard layouts for normal users. Input methods
438 // desirable. Note that input method preferences are synced, so users can use
555 // Need to iterate over all users and their OAuth2 session state.
556 const user_manager::UserList& users = user_manager->GetLoggedInUsers(); local
557 for (user_manager::UserList::const_iterator it = users.begin();
558 it != users.end();
587 // users onc
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentSession.java150 // This behavior shields API users from having to worry about the fact that the
658 int averageWaitTime, Date oldestEntry, Set<QueueUser> users) {
670 if (users != null) {
671 listener.usersUpdated(queue, users);
727 // QueueDetails packet extensions contain information about the users in
657 fireQueueUsersEvent(WorkgroupQueue queue, WorkgroupQueue.Status status, int averageWaitTime, Date oldestEntry, Set<QueueUser> users) argument

Completed in 730 milliseconds

1234567