Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 127) sorted by relevance

123456

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUBinaryTest.java78 ICUBinary.Authenticate authenticate in TestReadHeader() local
88 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
103 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
111 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUBinaryTest.java75 ICUBinary.Authenticate authenticate in TestReadHeader() local
85 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
100 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
108 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java135 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
/external/python/cpython3/Lib/test/
Dtest_imaplib.py307 code, _ = client.authenticate('MYAUTH', lambda x: b'fake')
329 typ, _ = client.authenticate('MYAUTH', lambda x: b'fake')
345 client.authenticate('METHOD', lambda: 1)
356 client.authenticate('MYAUTH', lambda x: b'fake')
365 code, _ = client.authenticate('MYAUTH', lambda x: b'fake')
376 code, _ = client.authenticate('MYAUTH', lambda x: 'fake')
429 client.authenticate('MYAUTH', lambda x: None)
644 code, data = client.authenticate('MYAUTH', lambda x: b'fake')
728 code, _ = client.authenticate('MYAUTH', lambda x: b'fake')
750 typ, _ = client.authenticate('MYAUTH', lambda x: b'fake')
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c327 xcb_dri2_authenticate_reply_t *authenticate = NULL; in vl_dri2_screen_create() local
403 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_dri2_screen_create()
405 if (authenticate == NULL || !authenticate->authenticated) in vl_dri2_screen_create()
424 free(authenticate); in vl_dri2_screen_create()
437 free(authenticate); in vl_dri2_screen_create()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_tables.txt52 | 48 | proxy-authenticate | |
65 | 61 | www-authenticate | |
/external/grpc-grpc/test/core/end2end/fuzzers/
Dhpack.dictionary90 "\x12proxy-authenticate"
102 "\x10www-authenticate"
169 "\x00\x12proxy-authenticate\x00"
182 "\x00\x10www-authenticate\x00"
/external/adhd/scripts/audio_tuning/frontend/
Dgoogle_drive_picker.js40 this.authenticate(this.showFilePicker.bind(this));
45 Picker.prototype.authenticate = function(callback) { method in Picker
/external/autotest/frontend/
Dapache_auth.py19 def authenticate(self, username=None, password=None): member in SimpleAuthBackend
82 user_object = auth.authenticate(username=username,
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowFingerprintManagerTest.java44 manager.authenticate(cryptoObject, null, 0, mockCallback, null); in authenticate_success()
61 manager.authenticate(cryptoObject, null, 0, mockCallback, null); in authenticate_failure()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java555 Authenticate authenticate)
557 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
572 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
604 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUBinary.java560 Authenticate authenticate)
562 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
577 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
609 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
/external/wpa_supplicant_8/hostapd/
Dhostapd.deny1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
Dhostapd.accept1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DAuthenticator.java43 Request authenticate(Proxy proxy, Response response) throws IOException; in authenticate() method
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DAuthenticator.java41 Request authenticate(Proxy proxy, Response response) throws IOException; in authenticate() method
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/
Dslow-unit-c151762e5f37e233142059c1b269ce55434cf6a67 user-agent"bad-client grpc-c/0.12.0.0 (linux)�?����www-authenticate�������������������������������…
/external/apache-http/src/org/apache/http/auth/
DAuthScheme.java142 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
/external/google-fruit/extras/packaging/
Ddeploy_to_bintray.bat7 REM To authenticate:
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.h11 int (*authenticate)(void *user_data, uint32_t id); member
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
Dcontrol9 This test fails if the DUT cannot authenticate to a hostapd instance
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingOkAuthenticator.java44 @Override public Request authenticate(Proxy proxy, Response response) { in authenticate() method in RecordingOkAuthenticator
/external/openssh/openbsd-compat/
Dport-aix.h42 int authenticate(char *, char *, int *, char **);
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c575 xcb_dri2_authenticate_reply_t *authenticate; in dri2_x11_do_authenticate() local
581 authenticate = in dri2_x11_do_authenticate()
584 if (authenticate == NULL || !authenticate->authenticated) in dri2_x11_do_authenticate()
587 free(authenticate); in dri2_x11_do_authenticate()
1132 .authenticate = NULL,
1151 .authenticate = dri2_x11_authenticate,
/external/curl/tests/data/
Dtest16944 HTTP/1.1 401 You now need to authenticate with the host
60 HTTP/1.1 401 You now need to authenticate with the host

123456