HomeSort by relevance Sort by last modified time
    Searched refs:authenticate (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUBinaryTest.java 73 ICUBinary.Authenticate authenticate local
74 = new ICUBinary.Authenticate() {
82 ICUBinary.readHeader(bytes, formatid, authenticate);
84 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
91 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
97 ICUBinary.readHeader(bytes, formatid, authenticate);
99 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
105 ICUBinary.readHeader(bytes, formatid, authenticate);
106 errln("Failed: Invalid version number should not pass authenticate object")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUBinaryTest.java 72 ICUBinary.Authenticate authenticate local
73 = new ICUBinary.Authenticate() {
81 ICUBinary.readHeader(bytes, formatid, authenticate);
83 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
90 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
96 ICUBinary.readHeader(bytes, formatid, authenticate);
98 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
104 ICUBinary.readHeader(bytes, formatid, authenticate);
105 errln("Failed: Invalid version number should not pass authenticate object")
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Authenticator.java 41 Request authenticate(Proxy proxy, Response response) throws IOException; method in interface:Authenticator
  /external/apache-http/src/org/apache/http/auth/
AuthScheme.java 142 Header authenticate(Credentials credentials, HttpRequest request) method in interface:AuthScheme
  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 135 public Header authenticate( method in class:BasicScheme
147 return authenticate(credentials, charset, isProxy());
159 public static Header authenticate( method in class:BasicScheme
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 31 void authenticate(in String pkg, in byte[] token);
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/
filelist.mk 10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/
filelist.mk 10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
  /hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp 48 ASSERT_TRUE(NULL != fp_device()->authenticate)
49 << "authenticate() function is not implemented";
  /cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/
FingerprintManagerTest.java 92 mFingerprintManager.authenticate(null, cancelAuth, 0, null, null);
109 mFingerprintManager.authenticate(null, cancelAuth, 0, mAuthCallback, null);
  /external/autotest/frontend/
apache_auth.py 19 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,
  /frameworks/base/core/java/android/hardware/fingerprint/
IFingerprintService.aidl 30 // Authenticate the given sessionId with a fingerprint
31 void authenticate(IBinder token, long sessionId, int userId,
  /frameworks/base/core/java/android/view/autofill/
IAutoFillManagerClient.aidl 48 void authenticate(int sessionId, int authenticationId, in IntentSender intent,
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 222 * Authenticate the client application.
225 * to authenticate with a token, before using other methods.
230 public void authenticate(byte[] token) { method in class:NfcAdapterExtras
232 sService.authenticate(mPackageName, token);
  /hardware/interfaces/biometrics/fingerprint/2.1/
IBiometricsFingerprint.hal 79 @callflow(next={"authenticate", "setActiveGroup", "enumerate", "remove"})
91 @callflow(next={"authenticate"})
95 * Cancel pending enroll or authenticate, sending FINGERPRINT_ERROR_CANCELED
101 @callflow(next={"authenticate", "enroll", "enumerate", "remove",
116 @callflow(next={"remove", "enroll", "authenticate", "setActiveGroup"})
135 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId",
149 @callflow(next={"authenticate", "preEnroll", "enumerate", "remove"})
162 authenticate(uint64_t operationId, uint32_t gid)
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 100 request.addHeader(authScheme.authenticate(creds, request));
RequestTargetAuthentication.java 101 request.addHeader(authScheme.authenticate(creds, request));
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
RecordingOkAuthenticator.java 44 @Override public Request authenticate(Proxy proxy, Response response) { method in class:RecordingOkAuthenticator
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
Authenticate.java 26 public final class Authenticate {
31 @Override public Request authenticate(Proxy proxy, Response response) {
41 return null; // Null indicates no attempt to authenticate.
56 new Authenticate().run();
  /external/openssh/openbsd-compat/
port-aix.h 42 int authenticate(char *, char *, int *, char **);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 327 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);
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/test/java/com/example/android/asymmetricfingerprintdialog/
FingerprintUiHelperTest.java 65 verify(mockFingerprintManager).authenticate(eq(mockCryptoObject),
77 verify(mockFingerprintManager, never()).authenticate(
  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.h 62 Return<RequestStatus> authenticate(uint64_t operationId, uint32_t gid) override;
  /hardware/libhardware/include/hardware/
fingerprint.h 201 * Cancel pending enroll or authenticate, sending FINGERPRINT_ERROR_CANCELED
261 int (*authenticate)(struct fingerprint_device *dev, uint64_t operation_id, uint32_t gid); member in struct:fingerprint_device
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 316 * Authenticate a sector with key A.
332 * @param sectorIndex index of sector to authenticate, starting from 0
339 return authenticate(sectorIndex, key, true);
343 * Authenticate a sector with key B.
359 * @param sectorIndex index of sector to authenticate, starting from 0
366 return authenticate(sectorIndex, key, false);
369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { method in class:MifareClassic
383 // Authenticate command takes a block address. Authenticating a block
384 // of a sector will authenticate the entire sector.

Completed in 2019 milliseconds

1 2 3 4 5 6 7