/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUBinaryTest.java | 78 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/ |
D | ICUBinaryTest.java | 75 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/ |
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
|
/external/python/cpython3/Lib/test/ |
D | test_imaplib.py | 307 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/ |
D | vl_winsys_dri.c | 327 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/ |
D | hpack_tables.txt | 52 | 48 | proxy-authenticate | | 65 | 61 | www-authenticate | |
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | hpack.dictionary | 90 "\x12proxy-authenticate" 102 "\x10www-authenticate" 169 "\x00\x12proxy-authenticate\x00" 182 "\x00\x10www-authenticate\x00"
|
/external/adhd/scripts/audio_tuning/frontend/ |
D | google_drive_picker.js | 40 this.authenticate(this.showFilePicker.bind(this)); 45 Picker.prototype.authenticate = function(callback) { method in Picker
|
/external/autotest/frontend/ |
D | apache_auth.py | 19 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/ |
D | ShadowFingerprintManagerTest.java | 44 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/ |
D | ICUBinary.java | 555 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/ |
D | ICUBinary.java | 560 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/ |
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/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | Authenticator.java | 43 Request authenticate(Proxy proxy, Response response) throws IOException; in authenticate() method
|
/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/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | slow-unit-c151762e5f37e233142059c1b269ce55434cf6a6 | 7 user-agent"bad-client grpc-c/0.12.0.0 (linux)?�www-authenticate…
|
/external/apache-http/src/org/apache/http/auth/ |
D | AuthScheme.java | 142 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
|
/external/google-fruit/extras/packaging/ |
D | deploy_to_bintray.bat | 7 REM To authenticate:
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 11 int (*authenticate)(void *user_data, uint32_t id); member
|
/external/autotest/client/site_tests/network_8021xWiredAuthentication/ |
D | control | 9 This test fails if the DUT cannot authenticate to a hostapd instance
|
/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 | 42 int authenticate(char *, char *, int *, char **);
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 575 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/ |
D | test169 | 44 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
|