Searched defs:authenticate (Results 1 - 25 of 30) sorted by relevance

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DAuthenticator.java41 Request authenticate(Proxy proxy, Response response) throws IOException; method in interface:Authenticator
/external/apache-http/src/org/apache/http/auth/
H A DAuthScheme.java142 Header authenticate(Credentials credentials, HttpRequest request) method in interface:AuthScheme
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DAuthenticatorAdapter.java37 @Override public Request authenticate(Proxy proxy, Response response) throws IOException { method in class:AuthenticatorAdapter
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DRecordingOkAuthenticator.java44 @Override public Request authenticate(Proxy proxy, Response response) { method in class:RecordingOkAuthenticator
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicScheme.java135 public Header authenticate( method in class:BasicScheme
147 return authenticate(credentials, charset, isProxy());
159 public static Header authenticate( method in class:BasicScheme
H A DDigestScheme.java224 public Header authenticate( method in class:DigestScheme
H A DNTLMScheme.java112 public Header authenticate( method in class:NTLMScheme
/external/autotest/frontend/
H A Dapache_auth.py19 def authenticate(self, username=None, password=None): member in class:SimpleAuthBackend
53 HTTP_AUTHORIZATION header with username (this allows CLI to authenticate).
82 user_object = auth.authenticate(username=username,
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterNameReader.java111 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
H A DICUBinary.java558 Authenticate authenticate)
560 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
575 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument
607 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
776 * Magic numbers to authenticate the data file
556 readHeaderAndDataVersion(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterNameReader.java111 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
H A DICUBinary.java554 Authenticate authenticate)
556 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
571 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument
603 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
772 * Magic numbers to authenticate the data file
552 readHeaderAndDataVersion(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DHttpOverSpdyTest.java215 @Test public void authenticate() throws Exception { method in class:HttpOverSpdyTest
217 .addHeader("www-authenticate: Basic realm=\"protected area\"")
218 .setBody("Please authenticate."));
/external/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.h84 int (*authenticate)(void *user_data, uint32_t id); member in struct:wayland_drm_callbacks
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c327 xcb_dri2_authenticate_reply_t *authenticate = NULL; local
405 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL);
407 if (authenticate == NULL || !authenticate->authenticated)
426 free(authenticate);
439 free(authenticate);
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h89 int (*authenticate)(_EGLDisplay *disp, uint32_t id); member in struct:dri2_egl_display_vtbl
H A Dplatform_x11.c570 xcb_dri2_authenticate_reply_t *authenticate; local
576 authenticate =
579 if (authenticate == NULL || !authenticate->authenticated)
582 free(authenticate);
599 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
666 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
1138 .authenticate = NULL,
1157 .authenticate = dri2_x11_authenticate,
/external/python/cpython2/Lib/
H A Dimaplib.py340 def authenticate(self, mechanism, authobject): member in class:IMAP4
531 return self.authenticate('CRAM-MD5', self._CRAM_MD5_AUTH)
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h565 * Data for struct wpa_driver_ops::authenticate().
2360 * authenticate - Request driver to authenticate
2371 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
3906 * strength, in order to try to pre-authenticate first with candidates
3953 * event starts RSN authentication with the other STA to authenticate
3963 * authentication step (struct wpa_driver_ops::authenticate).
4591 /** Whether RSN IE includes pre-authenticate flag */
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h565 * Data for struct wpa_driver_ops::authenticate().
2360 * authenticate - Request driver to authenticate
2371 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
3906 * strength, in order to try to pre-authenticate first with candidates
3953 * event starts RSN authentication with the other STA to authenticate
3963 * authentication step (struct wpa_driver_ops::authenticate).
4591 /** Whether RSN IE includes pre-authenticate flag */
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h565 * Data for struct wpa_driver_ops::authenticate().
2360 * authenticate - Request driver to authenticate
2371 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
3906 * strength, in order to try to pre-authenticate first with candidates
3953 * event starts RSN authentication with the other STA to authenticate
3963 * authentication step (struct wpa_driver_ops::authenticate).
4591 /** Whether RSN IE includes pre-authenticate flag */
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 4059 milliseconds

12