HomeSort by relevance Sort by last modified time
    Searched defs:user (Results 151 - 175 of 593) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
procinfo.h 34 struct cpu_user_fns *user; member in struct:proc_info_list
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 37 private final UserHandle user; field in class:StatusBarNotification
44 Notification notification, UserHandle user) {
45 this(pkg, null, id, tag, uid, initialPid, score, notification, user);
50 int initialPid, int score, Notification notification, UserHandle user) {
51 this(pkg, basePkg, id, tag, uid, initialPid, score, notification, user,
56 int initialPid, int score, Notification notification, UserHandle user,
69 this.user = user;
70 this.notification.setUser(user);
88 this.user = UserHandle.readFromParcel(in)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
ArrayData.java 36 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,
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();
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 38 private final CodeAddress user; field in class:ArrayData
57 * @param user {@code non-null;} address representing the instruction that
61 public ArrayData(SourcePosition position, CodeAddress user,
66 if (user == null) {
67 throw new NullPointerException("user == null");
97 this.user = user;
163 return new ArrayData(getPosition(), user, values, arrayType);
185 int baseAddress = user.getAddress();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver4.java 70 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); local
94 if (user == null || password == null) {
98 if (!user.equals(validuser)
  /external/chromium/chrome/browser/chromeos/login/
screen_lock_view.cc 143 // User icon.
144 UserManager::User user = screen_locker_->user(); local
145 user_view_->SetImage(user.image(), user.image());
147 // User name.
148 std::wstring text = UTF8ToWide(user.GetDisplayName());
246 UserManager::User* user = Details<UserManager::User>(details).ptr()
    [all...]
screen_locker.h 45 // authenticate the user. ScreenLocker manages its life cycle and will
61 explicit ScreenLocker(const UserManager::User& user);
87 // Authenticates the user with given |password| and authenticator.
99 // Present user a CAPTCHA challenge with image from |captcha_url|,
112 // Returns the user to authenticate.
113 const UserManager::User& user() const { function in class:chromeos::ScreenLocker
122 // lock event only after a user is logged in.
199 // Logged in user
    [all...]
user_controller.h 32 // user or first time login for a new user. ExistingUserController creates
48 // Selects user entry with specified |index|.
49 // Does nothing if current user is already selected.
59 // Creates a UserController representing new user or guest login.
62 // Creates a UserController for the specified user.
63 UserController(Delegate* delegate, const UserManager::User& user);
68 // |index| is the index of this user, and |total_user_count| the total
77 const UserManager::User& user() const { return user_; function in class:chromeos::UserController
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 87 args->SetString("user", service->last_attempted_user_email());
91 string16 user; local
93 user = UTF8ToUTF16(service->cros_user());
95 user = service->GetAuthenticatedUsername();
96 args->SetString("user", user);
98 args->SetBoolean("editable_user", user.empty());
194 // Record the state at which the user cancelled the signon dialog.
260 // If the user cancels when being asked for the passphrase,
390 // This shows the user the "Could not connect to server" error
    [all...]
test_profile_sync_service.cc 79 std::wstring user = L"testuser@gmail.com"; local
84 user,
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.cc 37 // such as the user pressing the signin button.
130 std::string user; local
134 if (!params_dict->GetString("user", &user) ||
142 controller->OnAuthSubmitted(user, pass, captcha, access_code);
291 std::string user; local
292 bool has_init_user = GetController(this)->GetInitialUser(&user);
294 user = "";
297 args.SetString("user", user);
    [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 138 // from the user's perspective are:
166 // User clicked the 'Start now' link to begin syncing.
183 std::string user; local
207 // The only time we set the URL is when the user is synced and we need to
209 // set that URL, HandleSyncLinkClicked won't be called when the user
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 419 const chromeos::UserManager::User& user = local
421 std::string email = user.email();
  /external/chromium/net/http/
http_auth_sspi_win.cc 52 const 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
300 string16 user; local
301 SplitDomainAndUser(*username, &domain, &user);
303 user, *password, &cred_);
396 string16* user) {
397 // |combined| may be in the form "user" or "DOMAIN\user"
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/managed/
supervised_user_creation_browsertest.cc 35 const char kTestOtherUser[] = "test-user@gmail.com";
141 // Create supervised user.
143 // Navigate to supervised user creation screen.
147 JSExpect("$('managed-user-creation').currentPage_ == 'intro'");
149 JSEval("$('managed-user-creation-start-button').click()");
153 JSExpect("$('managed-user-creation').currentPage_ == 'manager'");
156 .append("'#managed-user-creation-managers-pane .manager-pod.focused')")
159 JSExpect("$('managed-user-creation').managerList_.pods.length == 2");
161 .append("'#managed-user-creation-managers-pane .manager-pod')")
164 .append("'#managed-user-creation-managers-pane .manager-pod')"
242 const User* user = UserManager::Get()->GetUsers().at(0); local
252 const User* user = UserManager::Get()->GetUsers().at(0); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
multi_profile_user_controller_unittest.cc 116 const User* user = fake_user_manager_->AddUser(user_email); variable
118 // Note that user profiles are created after user login in reality.
124 fake_user_manager_->SetProfileForUser(user, user_profile);
209 // Tests that cached behavior value changes with user pref after login.
247 // Tests cases before the second user login.
259 // Tests user behavior changes within a two-user session.
276 // Tests that owner could not be a secondary user
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_policy_observer.cc 16 #include "chrome/browser/chromeos/login/user.h"
35 // Helper class that observes a policy for a logged-in user, notifying the
36 // |parent_| whenever the external data reference for this user changes.
173 const chromeos::User* user = user_manager_->GetUserByProfile(profile); local
174 if (!user) {
179 const std::string& user_id = user->email();

Completed in 723 milliseconds

1 2 3 4 5 67 8 91011>>