HomeSort by relevance Sort by last modified time
    Searched full:logout (Results 151 - 175 of 219) sorted by null

1 2 3 4 5 67 8 9

  /external/autotest/client/cros/
cros_ui.py 47 logout()
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
templates.rst 38 url_linktext = 'Logout'
  /external/jetty/src/java/org/eclipse/jetty/security/
LoginService.java 70 void logout(UserIdentity user); method in interface:LoginService
SpnegoLoginService.java 180 public void logout(UserIdentity user) { method in class:SpnegoLoginService
SecurityHandler.java 591 public void logout(Authentication.User user) method in class:SecurityHandler
593 LOG.debug("logout {}",user);
597 login_service.logout(user.getUserIdentity());
MappedLoginService.java 138 public void logout(UserIdentity identity) method in class:MappedLoginService
140 LOG.debug("logout {}",identity);
  /external/libpcap/lbl/
os-sunos4.h 119 int logout(const char *);
  /external/tcpdump/lbl/
os-sunos4.h 119 int logout(const char *);
  /system/connectivity/shill/doc/
profile-api.txt 16 and pop'd on logout. Additional entries may be pushed and pop'd; e.g.
  /external/ppp/pppd/
session.c 407 * session_end - Logout the user.
427 logwtmp(ttyName, "", ""); /* Wipe out utmp logout entry */
  /external/tcpdump/
print-telnet.c 125 #define TELOPT_LOGOUT 18 /* force logout */
156 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
  /external/kernel-headers/original/uapi/scsi/
scsi_bsg_fc.h 106 /* FC Address Identier of the remote port to logout of */
  /system/connectivity/shill/bin/
shill_login_user 78 # be erased on logout.
  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 67 LOGOUT_CMD = 'logout'
453 Send the device specific logout command and if the connection is through
456 @param admin_logout: Set to True if we are trying to logout of the
459 @param ssh: pexpect.spawn instance to use to send the logout command.
    [all...]
  /external/autotest/server/cros/ap_configurators/
belkinF9K1103_ap_configurator.py 140 """Save changes and logout from the router.
belkinF9K_ap_configurator.py 140 """Save changes and logout from the router.
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/simple_api_parsing/npmorg/
expected.html 224 <li><a href="/logout">Log out</a></li>
src.html 233 <li><a href="/logout">Log out</a></li>
  /external/dbus/doc/
dbus-launch.1 92 terminated automatically on logout.
  /external/google-breakpad/android/
common-functions.sh 48 # Ctrl-C, logout, etc.
  /external/jetty/src/java/org/eclipse/jetty/server/
Authentication.java 46 void logout(); method in interface:Authentication.User
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 91 LOGOUT = chr(18) # force logout
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 91 LOGOUT = chr(18) # force logout
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 91 LOGOUT = chr(18) # force logout
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 91 LOGOUT = chr(18) # force logout

Completed in 2988 milliseconds

1 2 3 4 5 67 8 9