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

/external/dbus/dbus/
H A Ddbus-transport-protected.h114 unsigned int authenticated : 1; /**< Cache of auth state; use _dbus_transport_get_is_authenticated() to query value */ member in struct:DBusTransport
/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/libmicrohttpd/doc/examples/
H A Dtlsauthentication.c160 int authenticated; local
183 authenticated =
188 return authenticated;
/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/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/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.c260 int authenticated = NOT_AUTHENTICATED; /* not auth */ local
406 authenticated = AUTHENTICATED;
409 authenticated = NOT_AUTHENTICATED;
421 authenticated = NOT_AUTHENTICATED;
425 authenticated = NOT_AUTHENTICATED;
448 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) {
449 notice("Did not get user session key, despite being authenticated!");
452 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/jetty/src/java/org/eclipse/jetty/server/session/
H A DAbstractSessionManager.java133 public static HttpSession renewSession (HttpServletRequest request, HttpSession httpSession, boolean authenticated) argument
146 if (authenticated)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 324 milliseconds