HomeSort by relevance Sort by last modified time
    Searched refs:login (Results 101 - 125 of 205) sorted by null

1 2 3 45 6 7 8 9

  /external/openssh/
includes.h 64 # include <login.h>
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 6 // true, it stays that way until we are told about successful login from
30 var form = document.getElementById("gaia-login-form");
44 var f = document.getElementById("gaia-login-form");
150 var loginForm = document.getElementById("gaia-login-form");
176 var f = document.getElementById("gaia-login-form");
221 var f = document.getElementById("gaia-login-form");
  /external/chromium/chrome/common/
chrome_paths.cc 294 char* login = getlogin(); local
295 if (!login)
297 cur = cur.AppendASCII(login);
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 214 talk.App(env, name = "login",
221 "examples/login/xmppthread.cc",
222 "examples/login/login_main.cc",
238 "examples/login/xmppauth.cc",
239 "examples/login/xmpppump.cc",
240 "examples/login/xmppsocket.cc",
  /external/chromium_org/remoting/host/
signaling_connector.cc 30 : login(login_value),
136 if (user_email != oauth_credentials_->login) {
143 signal_strategy_->SetAuthInfo(oauth_credentials_->login,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAccountView.java 49 * account's login/password to unlock the phone (and reset their lock pattern).
87 mLogin = (EditText) findViewById(R.id.login);
129 // send focus to the login field
262 final String login = mLogin.getText().toString(); local
264 Account account = findIntendedAccount(login);
  /external/chromium/chrome/browser/chromeos/login/
user_controller.cc 5 #include "chrome/browser/chromeos/login/user_controller.h"
11 #include "chrome/browser/chromeos/login/existing_user_view.h"
12 #include "chrome/browser/chromeos/login/guest_user_view.h"
13 #include "chrome/browser/chromeos/login/helper.h"
14 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
15 #include "chrome/browser/chromeos/login/user_view.h"
16 #include "chrome/browser/chromeos/login/username_view.h"
17 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
18 #include "chrome/browser/chromeos/login/wizard_controller.h"
75 // which makes WM believe that the login screen is not ready
    [all...]
user_view.cc 5 #include "chrome/browser/chromeos/login/user_view.h"
8 #include "chrome/browser/chromeos/login/helper.h"
9 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
10 #include "chrome/browser/chromeos/login/rounded_view.h"
29 // Background color and corner radius of the login status label and
62 using login::kBackgroundColor;
63 using login::kTextColor;
64 using login::kUserImageSize;
guest_user_view.cc 5 #include "chrome/browser/chromeos/login/guest_user_view.h"
8 #include "chrome/browser/chromeos/login/user_controller.h"
9 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
16 class UserEntryButton : public login::WideButton {
captcha_view.cc 5 #include "chrome/browser/chromeos/login/captcha_view.h"
9 #include "chrome/browser/chromeos/login/helper.h"
10 #include "chrome/browser/chromeos/login/image_downloader.h"
11 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
12 #include "chrome/browser/chromeos/login/textfield_with_margin.h"
68 if (preferred_size.width() < login::kButtonMinWidth)
69 preferred_size.set_width(login::kButtonMinWidth);
helper.cc 5 #include "chrome/browser/chromeos/login/helper.h"
134 host_view_->width() - login::kThrobberRightMargin - bounds.width());
220 namespace login { namespace in namespace:chromeos
230 } // namespace login
rounded_rect_painter.cc 5 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
8 #include "chrome/browser/chromeos/login/helper.h"
138 // This Painter can be used to draw a background consistent cross all login
157 // login screens.
234 login::kScreenCornerRadius,
244 login::kUserCornerRadius,
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 265 strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
266 iph1->mode_cfg->login[LOGINLEN] = '\0';
387 "login failed for user \"%s\"\n", usr);
403 "login succeeded for user \"%s\"\n", usr);
1208 /* No root login. Ever. */
    [all...]
admin.c 315 "malformed message (login too long)\n");
445 if (rmconf->xauth->login != NULL) {
446 vfree(rmconf->xauth->login);
447 rmconf->xauth->login = NULL;
454 rmconf->xauth->login = id;
isakmp_cfg.h 156 char login[LOGINLEN + 1]; /* login */ member in struct:isakmp_cfg_state
  /external/smack/src/org/jivesoftware/smack/
Connection.java.orig 58 * // Most servers require you to login before performing other tasks.
59 * con.login("jsmith", "mypass");
295 * Returns true if currently authenticated by successfully calling the login method.
336 * Establishes a connection to the XMPP server and performs an automatic login
359 * not interested in loading its roster upon login then use
364 * For more advanced login settings see {@link ConnectionConfiguration}.
370 public void login(String username, String password) throws XMPPException {
371 login(username, password, "Smack");
386 * not interested in loading its roster upon login then use
391 * For more advanced login settings see {@link ConnectionConfiguration}
    [all...]
Connection.java 58 * // Most servers require you to login before performing other tasks.
59 * con.login("jsmith", "mypass");
295 * Returns true if currently authenticated by successfully calling the login method.
336 * Establishes a connection to the XMPP server and performs an automatic login
359 * not interested in loading its roster upon login then use
364 * For more advanced login settings see {@link ConnectionConfiguration}.
370 public void login(String username, String password) throws XMPPException { method in class:Connection
371 login(username, password, "Smack"); method
386 * not interested in loading its roster upon login then use
391 * For more advanced login settings see {@link ConnectionConfiguration}
400 public abstract void login(String username, String password, String resource) throws XMPPException; method in class:Connection
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 158 * @param {string} login User login.
164 login: function(login, password, callback, opt_captcha) {
168 this.userID_ = login;
186 var content = 'accountType=HOSTED_OR_GOOGLE&Email=' + login +
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 282 * Lets you login manually in this gateway. Normally a gateway logins you when it
284 * manually login and logout by sending a directed presence. This method sends an
287 public void login(){ method in class:Gateway
289 login(presence);
295 * @param presence the presence used to login to gateway
297 public void login(Presence presence){ method in class:Gateway
  /external/chromium/chrome/browser/remoting/
setup_flow.h 21 // SetupFlowStep represents a single step for SetupFlow, e.g. login or
139 std::string login; member in struct:remoting::SetupFlowContext
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 53 user::LoginStatus login);
119 // Track login state.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.css 127 body.login-display #inner-container {
133 body.login-display #progress-dots {
screen_gaia_signin.css 81 /* Position to be aligned with the login box in iframe */
82 #login-box {
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 18 package org.apache.harmony.javax.security.auth.login;
37 import org.apache.harmony.javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag;
43 private static final String DEFAULT_CALLBACK_HANDLER_PROPERTY = "auth.login.defaultCallbackHandler"; //$NON-NLS-1$
80 * An array which keeps the instantiated and init()-ialized login modules
229 public void login() throws LoginException { method in class:LoginContext
248 * The real implementation of login() method whose calls are wrapped into
249 * appropriate doPrivileged calls in login().
260 // PHASE 1: Calling login()-s
272 if (module.module.login()) {
373 // either login() or commit() failed. aborting..
    [all...]
  /packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java 39 // Current state of the login.
71 // Handle the automatic login case where the service gave us an
128 public void login(int accountIndex, AutoLoginCallback cb) { method in class:DeviceAccountLogin

Completed in 2377 milliseconds

1 2 3 45 6 7 8 9