/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewMediator.java | 284 * @param authenticated Whether the user securely got past the keyguard. 289 void keyguardDone(boolean authenticated); 448 public void keyguardDone(boolean authenticated) { 449 KeyguardViewMediator.this.keyguardDone(authenticated, true); [all...] |
/external/openssh/ |
monitor.c | 355 int authenticated = 0; local 381 while (!authenticated) { 383 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1); 384 if (authenticated) { 390 authenticated = 0; 393 if (options.use_pam && authenticated) { 399 authenticated = mm_answer_pam_account(pmonitor->m_sendfd, &m); 406 auth_log(authctxt, authenticated, auth_method, 408 if (!authenticated) 427 fatal("%s: authenticated invalid user", __func__) 846 int authenticated; local 2097 int authenticated; local 2283 int authenticated = 0; local [all...] |
auth.h | 51 int authenticated; /* authenticated and alarms cancelled */ member in struct:Authctxt
|
monitor_wrap.c | 346 int authenticated = 0; local 357 authenticated = buffer_get_int(&m); 362 __func__, authenticated ? "" : "not "); 363 return (authenticated); 1278 int authenticated = 0; local 1286 authenticated = buffer_get_int(&m); 1289 debug3("%s: user %sauthenticated",__func__, authenticated ? "" : "not "); 1290 return (authenticated); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
x11_screen.c | 327 boolean authenticated; local 329 authenticated = DRI2Authenticate(xscr->dpy, 332 return authenticated ? 0 : -1;
|
/external/chromium_org/tools/dromaeo_benchmark_runner/ |
dromaeo_benchmark_runner.py | 99 authenticated = False 108 authenticated = True 111 if not authenticated:
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
x11_screen.c | 327 boolean authenticated; local 329 authenticated = DRI2Authenticate(xscr->dpy, 332 return authenticated ? 0 : -1;
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util.cc | 69 // Returns the message that should be displayed when the user is authenticated 70 // and can connect to the sync server. If the user hasn't yet authenticated, an 107 if (status.authenticated && !service->observed_passphrase_required()) { 166 } else if (!status.authenticated) { 341 strings->Set("authenticated", 342 new FundamentalValue(full_status.authenticated));
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device_win.cc | 35 paired_ = state.authenticated;
|
/external/chromium_org/sync/tools/testserver/ |
xmppserver.py | 250 def __init__(self, connection, resource_prefix, authenticated): 256 self._authenticated = authenticated 377 def __init__(self, sock, socket_map, delegate, addr, authenticated): 405 self._handshake_task = HandshakeTask(self, addr_str, authenticated)
|
sync_testserver.py | 42 self.authenticated = True 68 self.authenticated = auth_valid 71 return self.authenticated 251 raw_reply = 'Authenticated: %s ' % self.server.GetAuthenticated() 275 raw_reply = 'XMPP Authenticated: %s ' % xmpp_server.GetAuthenticated()
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
egl_dri2.h | 129 int authenticated; member in struct:dri2_egl_display
|
platform_wayland.c | 632 dri2_dpy->authenticated = 0; 638 if (!dri2_dpy->authenticated) 641 /* reset authenticated */ 642 dri2_dpy->authenticated = 1; 722 dri2_dpy->authenticated = 1; 792 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)
|
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.h | 129 int authenticated; member in struct:dri2_egl_display
|
platform_wayland.c | 632 dri2_dpy->authenticated = 0; 638 if (!dri2_dpy->authenticated) 641 /* reset authenticated */ 642 dri2_dpy->authenticated = 1; 722 dri2_dpy->authenticated = 1; 792 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)
|
/external/smack/src/org/jivesoftware/smack/ |
BOSHPacketReader.java | 107 connection.getSASLAuthentication().authenticated();
|
PacketReader.java | 262 connection.getSASLAuthentication().authenticated();
|
SASLAuthentication.java | 50 * <p>Once the user has been authenticated with SASL, it is necessary to bind a resource for
517 void authenticated() {
method in class:SASLAuthentication
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardServiceDelegate.java | 169 public void keyguardDone(boolean authenticated, boolean wakeup) { 171 mKeyguardService.keyguardDone(authenticated, wakeup);
|
/external/chromium_org/remoting/webapp/ |
oauth2.js | 79 /** @return {boolean} True if the app is already authenticated. */ 123 * @return {?string} The refresh token, if authenticated, or NULL. 131 * @return {?string} The refresh token, if authenticated, or NULL. 184 * an invalid token if not authenticated. 212 throw 'Not Authenticated.';
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
appledri.c | 231 rep.authenticated = 0; 232 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
|
appledristr.h | 116 CARD32 authenticated B32;
|
/external/mesa3d/src/glx/apple/ |
appledri.c | 231 rep.authenticated = 0; 232 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
|
appledristr.h | 116 CARD32 authenticated B32;
|
/external/chromium_org/third_party/libva/va/x11/ |
va_dri2str.h | 126 CARD32 authenticated B32;
|