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

1 2

  /external/chromium_org/cloud_print/service/win/
service_utils.h 12 string16 ReplaceLocalHostInName(const string16& user_name);
service_utils.cc 28 string16 ReplaceLocalHostInName(const string16& user_name) {
30 if (StartsWith(user_name, kLocalDomain, true)) {
32 user_name.substr(arraysize(kLocalDomain) - 2);
34 return user_name;
service_ipc_unittest.cc 25 EXPECT_EQ(setup.user_name(), GetCurrentUserName());
36 EXPECT_EQ(setup.user_name(), GetCurrentUserName());
setup_listener.h 54 const string16& user_name() const { function in class:SetupListener
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 65 def upload(file, project_name, user_name, password, summary, labels=None):
71 user_name: Your Google account name.
86 if user_name.endswith('@gmail.com'):
87 user_name = user_name[:user_name.index('@gmail.com')]
97 auth_token = base64.b64encode('%s:%s'% (user_name, password))
162 user_name=None, password=None, tries=3):
173 user_name: Your Google account name.
176 if user_name is None or password is None
    [all...]
  /external/libsepol/tests/
test-expander-users.c 31 static void check_user_roles(policydb_t * p, char *user_name, char **role_names, int num_roles)
40 user = (user_datum_t *) hashtab_search(p->p_users.table, user_name);
42 printf("%s not found\n", user_name);
62 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[j]);
  /external/chromium/chrome/browser/chromeos/login/
account_creation_view.cc 51 std::string user_name; local
56 user_name = UTF16ToASCII(form.fields[i].value);
61 if (!user_name.empty()) {
65 delegate_->OnUserCreated(user_name + "@" + domain, "");
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_api.c 123 BCM_STRNCPY_S(p_buf->user_name, sizeof(p_buf->user_name), p_user_info->p_srv_name, BTA_SERVICE_NAME_LEN);
125 p_buf->user_name[0] = 0;
127 p_buf->user_name[BTA_SERVICE_NAME_LEN] = 0;
  /external/wpa_supplicant_8/src/radius/
radius_das.h 22 const u8 *user_name; member in struct:radius_das_attrs
  /external/chromium_org/chrome/browser/sync/
sync_ui_util.cc 50 string16 user_name = UTF8ToUTF16(signin.GetAuthenticatedUsername()); local
52 if (!user_name.empty()) {
56 user_name);
60 user_name);
69 DCHECK(!user_name.empty());
76 user_name);
80 user_name,
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 46 // |user_name|, |avatar_id| and |managed_user_id| are passed along to the
52 const string16& user_name,
testing_profile_manager.cc 50 const string16& user_name,
74 cache.SetNameOfProfileAtIndex(index, user_name);
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.cc 26 CurrentUserView(const base::string16& user_name,
57 views::Label* user_name_view = new views::Label(user_name);
77 const base::string16& user_name,
81 AddChildView(new CurrentUserView(user_name, user_email, icon));
  /external/chromium_org/rlz/win/lib/
process_info.cc 60 WCHAR user_name[UNLEN + 1]; // max username length local
70 if (!::LookupAccountSidW(NULL, user_sid, user_name, &user_name_size,
76 *name = user_name;
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 61 const string& user_name,
67 params.email = user_name;
75 bool GaiaAuthenticator::Authenticate(const string& user_name,
82 MakeParams(user_name, password, captcha_token, captcha_value);
388 bool GaiaAuthenticator::Authenticate(const string& user_name,
392 return Authenticate(user_name, password, empty,
gaia_authenticator.h 109 bool Authenticate(const std::string& user_name, const std::string& password,
113 bool Authenticate(const std::string& user_name, const std::string& password);
170 AuthParams MakeParams(const std::string& user_name,
  /external/libppp/src/
radius.h 83 char user_name[AUTHLEN]; /* Session User-Name */ member in struct:radacct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
browser.h 74 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 74 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 74 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
  /external/chromium_org/chrome/browser/policy/
browser_policy_connector.cc 312 const std::string& user_name) {
318 if (user_name.empty() || user_name.find('@') == std::string::npos)
321 (gaia::ExtractDomainName(gaia::CanonicalizeEmail(user_name)) ==
323 policy::IsDeviceLocalAccountUser(user_name))) {
browser_policy_connector.h 103 // Works out the user affiliation by checking the given |user_name| against
105 UserAffiliation GetUserAffiliation(const std::string& user_name);
  /external/bison/src/
muscle-tab.h 100 /* Grow KEY for the occurrence of the name USER_NAME at LOC appropriately for
101 use with b4_check_user_names in ../data/bison.m4. USER_NAME is not escaped
103 void muscle_user_name_list_grow (char const *key, char const *user_name,
  /external/chromium/chrome/browser/policy/
cloud_policy_controller_unittest.cc 132 const std::string& user_name,
146 if (!user_name.empty()) {
148 MockCloudPolicyIdentityStrategyGetCredentials(user_name, auth_token));
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 390 const char* user_name = GetParam(); local
391 UserManager::Get()->UserLoggedIn(user_name, user_name, true);

Completed in 507 milliseconds

1 2