Searched defs:authenticated (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/android/
H A Dpassword_authentication_manager.cc66 jboolean authenticated) {
69 callback->OnResult(authenticated);
63 OnResult(JNIEnv* env, jclass jcaller, jlong callback_ptr, jboolean authenticated) argument
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win.h91 bool authenticated; member in struct:device::win::BluetoothLowEnergyDeviceInfo
H A Dbluetooth_task_manager_win.h68 bool authenticated; member in struct:device::BluetoothTaskManagerWin::DeviceState
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
H A DPasswordAuthenticationManager.java55 * @param authenticated Whether the authentication was successful.
57 public final void onResult(boolean authenticated) { argument
62 nativeOnResult(mNativePtr, authenticated);
129 private static native void nativeOnResult(long callbackPtr, boolean authenticated); argument
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java220 boolean authenticated = false, contentLength = false, chunked = false;
236 authenticated = true;
270 authenticateTest(authenticated);
336 private void authenticateTest(boolean authenticated) { argument
346 if (!authenticated) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_drm.c60 boolean authenticated; member in struct:wayland_drm_display
176 drmdpy->authenticated = true;
218 if (wayland_roundtrip(&drmdpy->base) < 0 || !drmdpy->authenticated)
246 boolean current_authenticate, authenticated; local
248 current_authenticate = drmdpy->authenticated;
252 authenticated = drmdpy->authenticated;
254 drmdpy->authenticated = current_authenticate;
256 return authenticated ? 0 : -1;
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_drm.c60 boolean authenticated; member in struct:wayland_drm_display
176 drmdpy->authenticated = true;
218 if (wayland_roundtrip(&drmdpy->base) < 0 || !drmdpy->authenticated)
246 boolean current_authenticate, authenticated; local
248 current_authenticate = drmdpy->authenticated;
252 authenticated = drmdpy->authenticated;
254 drmdpy->authenticated = current_authenticate;
256 return authenticated ? 0 : -1;
/external/smack/src/org/jivesoftware/smack/
H A DBOSHConnection.java84 private boolean authenticated = false; field in class:BOSHConnection
110 * The full JID of the authenticated user.
287 return authenticated;
309 if (authenticated) {
355 // Indicate that we're now authenticated.
356 authenticated = true;
377 if (authenticated) {
404 // Indicate that we're now authenticated.
405 authenticated = true;
488 setWasAuthenticated(authenticated);
[all...]
H A DSASLAuthentication.java50 * <p>Once the user has been authenticated with SASL, it is necessary to bind a resource for
517 void authenticated() { method in class:SASLAuthentication
H A DXMPPConnection.java81 * Flag that indicates if the user is currently authenticated with the server.
83 private boolean authenticated = false; field in class:XMPPConnection
85 * Flag that indicates if the user was authenticated with the server when the connection
209 if (authenticated) {
250 // Indicate that we're now authenticated.
251 authenticated = true;
289 if (authenticated) {
316 // Indicate that we're now authenticated.
317 authenticated = true;
332 // if connection is authenticated th
[all...]
/external/chromium_org/remoting/host/
H A Dclient_session_unittest.cc155 // authenticated and channels have been connected. This effectively enables
330 Expectation authenticated = local
334 .After(authenticated)
361 Expectation authenticated = local
365 .After(authenticated);
367 .After(authenticated);
375 .After(authenticated)
391 // because the client isn't authenticated yet.
428 Expectation authenticated = local
432 .After(authenticated);
484 Expectation authenticated = local
542 Expectation authenticated = local
586 Expectation authenticated = local
651 Expectation authenticated = local
676 Expectation authenticated = local
729 Expectation authenticated = local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c327 boolean authenticated; local
329 authenticated = DRI2Authenticate(xscr->dpy,
332 return authenticated ? 0 : -1;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c327 boolean authenticated; local
329 authenticated = DRI2Authenticate(xscr->dpy,
332 return authenticated ? 0 : -1;
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h129 int authenticated; member in struct:dri2_egl_display
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h129 int authenticated; member in struct:dri2_egl_display
/external/ppp/pppd/plugins/
H A Dwinbind.c269 int authenticated = NOT_AUTHENTICATED; /* not auth */ local
412 authenticated = AUTHENTICATED;
415 authenticated = NOT_AUTHENTICATED;
427 authenticated = NOT_AUTHENTICATED;
431 authenticated = NOT_AUTHENTICATED;
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) {
455 notice("Did not get user session key, despite being authenticated!");
458 return authenticated;
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.h96 Boolean authenticated; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.h96 Boolean authenticated; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.h96 Boolean authenticated; member in struct:ieee802_1x_kay
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h1179 uint8_t authenticated; /* packet authenticated ok */ member in struct:sctp_association

Completed in 7549 milliseconds