/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUBinaryTest.java | 77 ICUBinary.Authenticate authenticate in TestReadHeader() local 86 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader() 101 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader() 109 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/ |
D | basic.py | 40 def authenticate(self, environ): member in AuthBasicAuthenticator 53 __call__ = authenticate 84 self.authenticate = AuthBasicAuthenticator(realm, authfunc) 89 result = self.authenticate(environ)
|
D | digest.py | 132 def authenticate(self, environ): member in AuthDigestAuthenticator 165 __call__ = authenticate 216 self.authenticate = AuthDigestAuthenticator(realm, authfunc) 222 result = self.authenticate(environ)
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | BasicScheme.java | 135 public Header authenticate( in authenticate() method in BasicScheme 147 return authenticate(credentials, charset, isProxy()); in authenticate() 159 public static Header authenticate( in authenticate() method in BasicScheme
|
D | NTLMScheme.java | 112 public Header authenticate( in authenticate() method in NTLMScheme
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | MappedLoginService.java | 223 if (principal.authenticate(credentials)) in login() 253 boolean authenticate(Object credentials); in authenticate() method 291 public boolean authenticate(Object credentials) in authenticate() method in MappedLoginService.Anonymous 315 public boolean authenticate(Object credentials) in authenticate() method in MappedLoginService.KnownUser
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 306 xcb_dri2_authenticate_reply_t *authenticate = NULL; in vl_screen_create() local 355 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_screen_create() 357 if (authenticate == NULL || !authenticate->authenticated) in vl_screen_create() 370 free(authenticate); in vl_screen_create() 379 free(authenticate); in vl_screen_create()
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | Authentication.java | 71 Authentication authenticate(ServletRequest request); in authenticate() method 79 Authentication authenticate(ServletRequest request,ServletResponse response); in authenticate() method
|
D | ServletRequestHttpWrapper.java | 174 public boolean authenticate(HttpServletResponse response) throws IOException, ServletException in authenticate() method in ServletRequestHttpWrapper
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_drm.c | 149 xcb_dri2_authenticate_reply_t *authenticate; in pipe_loader_drm_x_auth() local 178 authenticate = xcb_dri2_authenticate_reply(xcb_conn, in pipe_loader_drm_x_auth() 181 FREE(authenticate); in pipe_loader_drm_x_auth()
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
D | Constraint.java | 162 public void setAuthenticate(boolean authenticate) in setAuthenticate() argument 164 _authenticate = authenticate; in setAuthenticate()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUBinary.java | 533 Authenticate authenticate) 535 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate)); 550 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) 582 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.deny | 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
D | hostapd.accept | 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Authenticator.java | 41 Request authenticate(Proxy proxy, Response response) throws IOException; in authenticate() method
|
/external/apache-http/src/org/apache/http/auth/ |
D | AuthScheme.java | 142 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
D | DeferredAuthentication.java | 64 public Authentication authenticate(ServletRequest request) in authenticate() method in DeferredAuthentication 93 public Authentication authenticate(ServletRequest request, ServletResponse response) in authenticate() method in DeferredAuthentication
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | RecordingOkAuthenticator.java | 44 @Override public Request authenticate(Proxy proxy, Response response) { in authenticate() method in RecordingOkAuthenticator
|
/external/openssh/openbsd-compat/ |
D | port-aix.h | 44 int authenticate(char *, char *, int *, char **);
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 570 xcb_dri2_authenticate_reply_t *authenticate; in dri2_x11_authenticate() local 578 authenticate = in dri2_x11_authenticate() 581 if (authenticate == NULL || !authenticate->authenticated) in dri2_x11_authenticate() 584 if (authenticate) in dri2_x11_authenticate() 585 free(authenticate); in dri2_x11_authenticate() 1147 dri2_dpy->authenticate = dri2_x11_authenticate; in dri2_initialize_x11_dri2()
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
D | Authenticate.java | 31 @Override public Request authenticate(Proxy proxy, Response response) { in run()
|
/external/lldb/docs/ |
D | code-signing.txt | 34 pulldown menu and select "Always Trust" and authenticate as needed using your 61 was built with this code signing certificate, you will need to authenticate once.
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 83 int (*authenticate)(void *user_data, uint32_t id); member
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | RequestProxyAuthentication.java | 100 request.addHeader(authScheme.authenticate(creds, request)); in process()
|
D | RequestTargetAuthentication.java | 101 request.addHeader(authScheme.authenticate(creds, request)); in process()
|