/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
|
/third_party/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()
|
/third_party/python/Lib/test/ |
D | test_imaplib.py | 317 code, _ = client.authenticate('MYAUTH', lambda x: b'fake') 339 typ, _ = client.authenticate('MYAUTH', lambda x: b'fake') 355 client.authenticate('METHOD', lambda: 1) 366 client.authenticate('MYAUTH', lambda x: b'fake') 375 code, _ = client.authenticate('MYAUTH', lambda x: b'fake') 386 code, _ = client.authenticate('MYAUTH', lambda x: 'fake') 441 client.authenticate('MYAUTH', lambda x: None) 691 code, data = client.authenticate('MYAUTH', lambda x: b'fake') 775 code, _ = client.authenticate('MYAUTH', lambda x: b'fake') 797 typ, _ = client.authenticate('MYAUTH', lambda x: b'fake') [all …]
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_tables.txt | 52 | 48 | proxy-authenticate | | 65 | 61 | www-authenticate | |
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 383 xcb_dri2_authenticate_reply_t *authenticate = NULL; in vl_dri2_screen_create() local 456 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_dri2_screen_create() 458 if (authenticate == NULL || !authenticate->authenticated) in vl_dri2_screen_create() 479 free(authenticate); in vl_dri2_screen_create() 490 free(authenticate); in vl_dri2_screen_create()
|
/third_party/node/deps/npm/node_modules/http-proxy-agent/test/ |
D | test.js | 194 proxy.authenticate = function (req, fn) { function 211 delete proxy.authenticate; 217 proxy.authenticate = function (req, fn) { 245 delete proxy.authenticate;
|
/third_party/grpc/test/core/end2end/fuzzers/ |
D | hpack.dictionary | 86 "\x12proxy-authenticate" 98 "\x10www-authenticate" 157 "\x00\x12proxy-authenticate\x00" 170 "\x00\x10www-authenticate\x00"
|
/third_party/libsoup/tests/ |
D | pull-api-test.c | 8 authenticate (SoupSession *session, SoupMessage *msg, in authenticate() function 241 G_CALLBACK (authenticate), NULL); in do_fast_async_test() 261 G_CALLBACK (authenticate), NULL); in do_slow_async_test() 496 G_CALLBACK (authenticate), NULL); in do_sync_async_test()
|
D | proxy-test.c | 44 authenticate (SoupSession *session, SoupMessage *msg, in authenticate() function 103 G_CALLBACK (authenticate), NULL); in test_url() 155 G_CALLBACK (authenticate), NULL); in test_url_new_api() 387 G_CALLBACK (authenticate), NULL); in do_proxy_auth_cache_test()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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)
|
/third_party/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))) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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))) {
|
/third_party/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…
|
/third_party/libsoup/libsoup/ |
D | soup-auth-manager.h | 32 void (*authenticate) (SoupAuthManager *manager, SoupMessage *msg, member
|
D | soup-auth-basic.c | 140 auth_class->authenticate = soup_auth_basic_authenticate; in soup_auth_basic_class_init()
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 11 int (*authenticate)(void *user_data, uint32_t id); member
|
D | wayland-drm.c | 183 if (!drm->callbacks.authenticate || in drm_authenticate() 184 drm->callbacks.authenticate(drm->user_data, id) < 0) in drm_authenticate()
|
/third_party/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
|
D | test281 | 15 WWW-Authenticate: Basic Realm=authenticate
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 595 xcb_dri2_authenticate_reply_t *authenticate; in dri2_x11_do_authenticate() local 601 authenticate = in dri2_x11_do_authenticate() 604 if (authenticate == NULL || !authenticate->authenticated) in dri2_x11_do_authenticate() 607 free(authenticate); in dri2_x11_do_authenticate() 1166 .authenticate = NULL, 1179 .authenticate = dri2_x11_authenticate,
|
/third_party/node/deps/npm/node_modules/npm-profile/ |
D | README.md | 52 * `token` String, to be used to authenticate further API calls 82 * `token` String, to be used to authenticate further API calls 113 * `token` String, to be used to authenticate further API calls 144 * `token` String, to be used to authenticate further API calls 186 * `token` String, to be used to authenticate further API calls 232 * `token` String, to be used to authenticate further API calls 372 array of one-time-use recovery codes. These are used to authenticate
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+OAuth2.m | 25 static NSString *const kChallengeHeader = @"www-authenticate";
|