/development/ndk/platforms/android-3/include/linux/netfilter/ |
x_tables.h | 27 } user; member in union:xt_entry_match::__anon1098 49 } user; member in union:xt_entry_target::__anon1101
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
user_32.h | 65 struct user{ struct
|
/device/lge/mako/camera/QCamera/HAL/wrapper/ |
QualcommCamera.cpp | 126 void* user; member in struct:android::__anon2045 266 void *user) 271 hardware->setCallbacks(notify_cb,data_cb, data_cb_timestamp, get_memory, user);
|
/device/lge/mako/camera/ |
QualcommCamera2.cpp | 126 void* user; member in struct:android::__anon2293 285 void *user) 290 hardware->setCallbacks(notify_cb,data_cb, data_cb_timestamp, get_memory, user);
|
/external/chromium/chrome/browser/ |
browser_signin.cc | 183 std::string user; local 185 json_args.GetString("user", &user); 186 if (is_editable && user.empty() && !suggested_email_.empty()) 187 json_args.SetString("user", suggested_email_); 207 !result->GetString("user", &username) ||
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppclientsettings.h | 43 void set_user(const std::string & user) { user_ = user; } 54 const std::string & user() const { return user_; } function in class:buzz::XmppUserSettings 91 void set_proxy_user(const std::string & user) { proxy_user_ = user; }
|
/external/chromium_org/base/win/ |
win_util.cc | 87 TOKEN_USER* user = reinterpret_cast<TOKEN_USER*>(user_bytes.get()); local 89 if (!::GetTokenInformation(token, TokenUser, user, size, &size)) 92 if (!user->User.Sid) 97 if (!::ConvertSidToStringSid(user->User.Sid, &sid_string))
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
platform_verification_flow.cc | 16 #include "chrome/browser/chromeos/login/user.h" 150 // A platform key must be bound to a user. They are not allowed in incognito 168 LOG(ERROR) << "Failed to get user prefs."; 207 // No user response - do not proceed and do not modify any settings. 208 LOG(WARNING) << "PlatformVerificationFlow: No response from user."; 227 // At this point all user interaction is complete and we can proceed with the 229 chromeos::User* user = GetUser(context.web_contents); local 230 if (!user) { 232 LOG(ERROR) << "Profile does not map to a valid user." [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
app_launch_signin_screen.cc | 9 #include "chrome/browser/chromeos/login/user.h" 44 User* user = *it; local 45 if (user->email() == owner_email) { 46 owner_user_list_.push_back(user);
|
fake_user_manager.cc | 23 // Can't use STLDeleteElements because of the private destructor of User. 30 const User* FakeUserManager::AddUser(const std::string& email) { 31 User* user = User::CreateRegularUser(email); local 32 user->set_username_hash(email + kUserIdHashSuffix); 33 user->SetStubImage(User::kProfileImageIndex, false); 34 user_list_.push_back(user); 35 return user; 39 User* user = User::CreateKioskAppUser(kiosk_app_username); local [all...] |
supervised_user_manager_impl.cc | 31 // A map from locally managed user local user id to sync user id. 35 // A map from locally managed user id to manager user id. 39 // A map from locally managed user id to manager display name. 43 // A map from locally managed user id to manager display e-mail. 113 LOG(ERROR) << "Supervised user with id " << id << " already exists."; 124 const User* SupervisedUserManagerImpl::CreateUserRecord( 129 const User* user = FindByDisplayName(display_name) local [all...] |
user_image_manager_browsertest.cc | 32 #include "chrome/browser/chromeos/login/user.h" 76 const char kTestUser1[] = "test-user@example.com"; 79 policy::CloudPolicyStore* GetStoreForUser(const User* user) { 80 Profile* profile = UserManager::Get()->GetProfileByUser(user); 132 // Stores old (pre-migration) user image info. 146 // Verifies user image info in |images_pref| dictionary. 173 // Verifies that old user image info matches |image_index| and |image_path| 174 // and that new user image info does not exist. 184 // Verifies that new user image info matches |image_index| and |image_path 273 const User* user = UserManager::Get()->GetLoggedInUser(); local 345 const User* user = UserManager::Get()->FindUser(kTestUser1); local 371 const User* user = UserManager::Get()->FindUser(kTestUser1); local 394 const User* user = UserManager::Get()->FindUser(kTestUser1); local 418 const User* user = UserManager::Get()->FindUser(kTestUser1); local 458 const User* user = UserManager::Get()->FindUser(kTestUser1); local 498 const User* user = UserManager::Get()->FindUser(kTestUser1); local 545 const User* user = UserManager::Get()->FindUser(kTestUser1); local 663 const User* user = UserManager::Get()->FindUser(kTestUser1); local 750 const User* user = UserManager::Get()->FindUser(kTestUser1); local 811 const User* user = UserManager::Get()->FindUser(kTestUser1); local [all...] |
webui_screen_locker.cc | 186 const User& user = *content::Details<User>(details).ptr(); local 187 login_display_->OnUserImageChanged(user);
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
user_image_screen.cc | 55 // Maximum ammount of time to wait for the user image to sync. 67 selected_image_(User::kInvalidImageIndex), 182 int user_image_index = User::kInvalidImageIndex; 187 selected_image_ = User::kExternalImageIndex; 189 selected_image_ = User::kProfileImageIndex; 201 case User::kExternalImageIndex: 211 case User::kProfileImageIndex: 265 const User* UserImageScreen::GetUser() { 268 const User* user = UserManager::Get()->FindUser(user_id_) local [all...] |
/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.cc | 12 #include "chrome/browser/chromeos/login/user.h" 154 // user attribute. 157 explicit UserStringSubstitution(const chromeos::User* user) : user_(user) {} 172 const chromeos::User* user_; 180 const chromeos::User* user, 182 if (!user) { 183 // In tests no user may be logged in. It's not harmful if we just don' 270 const User* user = UserManager::Get()->GetActiveUser(); local 279 const User* user = UserManager::Get()->GetActiveUser(); local [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_manager_factory_chromeos.cc | 19 #include "chrome/browser/chromeos/login/user.h" 43 // Subdirectory in the user's profile for storing legacy user policies. 47 // File in the above directory for storing legacy user policy dmtokens. 51 // kDeviceManagementDir where legacy user policy data is stored, and it can be 55 // Directory under kPolicy, in the user's profile dir, where policy for 123 // |user| should never be NULL except for the signin profile. This object is 125 // sign-in. The just-signed-in User is the active user during that time. 127 chromeos::User* user = user_manager->GetUserByProfile(profile) local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_system.cc | 59 #include "chrome/browser/chromeos/login/user.h" 129 const chromeos::User* user = chromeos::UserManager::Get()->GetActiveUser(); local 131 if (user && policy::IsDeviceLocalAccountUser(user->email(), 202 // Skip loading session extensions if we are not in a user session.
|
external_provider_impl.cc | 39 #include "chrome/browser/chromeos/login/user.h" 350 const chromeos::User* user = local 353 if (user && policy::IsDeviceLocalAccountUser(user->email(), &account_type)) { 359 GetBrokerForUser(user->email()); 479 // Define a per-user source of external extensions.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_view_delegate.cc | 74 app_list::AppListViewDelegate::User user; local 75 user.name = profile_info.GetNameOfProfileAtIndex(i); 76 user.email = profile_info.GetUserNameOfProfileAtIndex(i); 77 user.profile_path = profile_info.GetPathOfProfileAtIndex(i); 78 user.active = active_profile_path == user.profile_path; 79 users->push_back(user);
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
help_handler.cc | 83 // Returns message that informs user that for update it's better to 99 // Returns true if current user can change channel, false otherwise. 110 // Get the currently logged in user and strip the domain part only. 112 std::string user = chromeos::UserManager::Get()->GetLoggedInUser()->email(); local 113 size_t at_pos = user.find('@'); 114 if (at_pos != std::string::npos && at_pos + 1 < user.length()) 115 domain = user.substr(user.find('@') + 1);
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
change_picture_options_handler.cc | 47 // Returns info about extensions for files we support as user images. 76 previous_image_index_(User::kInvalidImageIndex), 229 const User* user = GetUser(); local 230 DCHECK(!user->email().empty()); 232 previous_image_index_ = user->image_index(); 234 case User::kExternalImageIndex: { 235 // User has image from camera/file, record it and add to the image list. 236 previous_image_ = user->image(); 240 case User::kProfileImageIndex: 302 const User* user = GetUser(); local 442 User* user = UserManager::Get()->GetUserByProfile(profile); local [all...] |
/external/chromium_org/cloud_print/gcp20/prototype/ |
privet_http_server.cc | 418 std::string user; local 421 net::GetValueForKeyInQuery(url, "user", &user) && 422 !user.empty(); 429 response->SetString("user", user); 432 status = delegate_->RegistrationStart(user); 437 status = delegate_->RegistrationGetClaimToken(user, &token, &claim_url); 444 status = delegate_->RegistrationComplete(user, &device_id); 449 status = delegate_->RegistrationCancel(user); [all...] |
/external/chromium_org/net/http/ |
http_auth_sspi_win.cc | 52 const base::string16& user, 57 identity.User = 58 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(user.c_str())); 59 identity.UserLength = user.size(); 90 // cached credentials for the logged in user, which can be used 295 base::string16 user; local 296 SplitDomainAndUser(credentials->username(), &domain, &user); 298 user, credentials->password(), &cred_); 392 base::string16* user) { 393 // |combined| may be in the form "user" or "DOMAIN\user" [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURLTest.cpp | 49 const char* user; member in struct:__anon10874::ComponentCase 65 const char* user; member in struct:__anon10874::GetterCase 86 EXPECT_EQ(cases[i].user, kurl.user()); 100 EXPECT_EQ(cases[i].user, kurl.user()); 114 // url protocol host port user pass path lastPath query ref 137 EXPECT_EQ(cases[i].user, kurl.user()); 191 const char* user; member in struct:__anon10874::ExpectedComponentCase [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
cpumonitor.cc | 72 // The time can be treated as user, kernel or idle. 73 // user time is applications. 78 // User time is broken down by process (application). One of the applications 153 // Help next user call return valid data by recomputing load. 271 unsigned long long user; local 276 &user, &nice, 281 const uint64 cpu_times = nice + system + user;
|