/aosp12/frameworks/base/core/java/org/apache/http/conn/ssl/ |
H A D | X509HostnameVerifier.java | 67 boolean verify(String host, SSLSession session); in verify() method 69 void verify(String host, SSLSocket ssl) throws IOException; in verify() method 71 void verify(String host, X509Certificate cert) throws SSLException; in verify() method 87 void verify(String host, String[] cns, String[] subjectAlts) in verify() method
|
H A D | AbstractVerifier.java | 94 public final void verify(String host, SSLSocket ssl) in verify() method in AbstractVerifier 106 public final boolean verify(String host, SSLSession session) { in verify() method in AbstractVerifier 118 public final void verify(String host, X509Certificate cert) in verify() method in AbstractVerifier 125 public final void verify(final String host, final String[] cns, in verify() method in AbstractVerifier
|
H A D | AllowAllHostnameVerifier.java | 47 public final void verify( in verify() method in AllowAllHostnameVerifier
|
H A D | BrowserCompatHostnameVerifier.java | 55 public final void verify( in verify() method in BrowserCompatHostnameVerifier
|
H A D | StrictHostnameVerifier.java | 62 public final void verify( in verify() method in StrictHostnameVerifier
|
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
H A D | PropertyNodesVerifier.java | 46 public void verify(int resId, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier 50 public void verify(int resId, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier 56 public void verify(InputStream is, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier 61 public void verify(InputStream is, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier
|
H A D | ImportTestResolver.java | 45 public void verify() { in verify() method in ImportTestResolver
|
H A D | LineVerifier.java | 42 public void verify(String vcard) { in verify() method in LineVerifier
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader.cc | 167 bool verify, in Open() 189 bool verify, in Open() 227 bool verify, in Open() 243 bool verify, in Open() 258 bool verify, in Open() 270 bool verify, in OpenWithMagic() 299 bool verify, in OpenDex() 309 bool verify, in OpenZip() 398 bool verify, in OpenOneDexFileFromZip() 501 bool verify, in OpenAllDexFilesFromZip() [all …]
|
H A D | dex_file_loader.cc | 227 bool verify, in Open() 252 bool verify, in Open() 278 bool verify, in OpenWithDataSection() 299 bool verify, in OpenAll() 348 bool verify, in OpenCommon() 419 bool verify, in OpenOneDexFileFromZip() 479 bool verify, in OpenAllDexFilesFromZip()
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | LeakCheck.java | 89 private void verify() { in verify() method in LeakCheck 121 void verify() { in verify() method in LeakCheck.LeakInfo 153 void verify() { in verify() method in LeakCheck.Tracker
|
/aosp12/art/test/641-iterations/src/ |
H A D | Main.java | 40 static void verify(int n) { in verify() method in Main 49 static void verify() { in verify() method in Main
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | auth.rs | 23 fn verify(&self, signature: &[u8], signed_data: &[u8]) -> io::Result<bool>; in verify() method 42 fn verify(&self, _signature_pem: &[u8], _signed_data: &[u8]) -> io::Result<bool> { in verify() method
|
/aosp12/frameworks/base/tools/signedconfig/ |
H A D | verify_b64.sh | 10 function verify() { function
|
/aosp12/system/incremental_delivery/incfs/util/ |
H A D | map_ptr.cpp | 65 bool verify) { in Create() 71 const char* file_name, bool verify) { in CreateForceVerification() 140 bool verify) { in Create()
|
/aosp12/frameworks/base/core/java/android/util/apk/ |
H A D | WrappedX509Certificate.java | 154 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, in verify() method in WrappedX509Certificate 160 public void verify(PublicKey key, String sigProvider) in verify() method in WrappedX509Certificate
|
H A D | ApkSignatureSchemeV2Verifier.java | 99 public static X509Certificate[][] verify(String apkFile) in verify() method in ApkSignatureSchemeV2Verifier 123 public static VerifiedSigner verify(String apkFile, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV2Verifier 139 private static VerifiedSigner verify(RandomAccessFile apk, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV2Verifier 164 private static VerifiedSigner verify( in verify() method in ApkSignatureSchemeV2Verifier
|
H A D | ApkSignatureSchemeV3Verifier.java | 98 public static VerifiedSigner verify(String apkFile) in verify() method in ApkSignatureSchemeV3Verifier 117 private static VerifiedSigner verify(String apkFile, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV3Verifier 134 private static VerifiedSigner verify(RandomAccessFile apk, boolean verifyIntegrity) in verify() method in ApkSignatureSchemeV3Verifier 159 private static VerifiedSigner verify( in verify() method in ApkSignatureSchemeV3Verifier
|
H A D | SourceStampVerifier.java | 96 public static SourceStampVerificationResult verify(List<String> apkFiles) { in verify() method in SourceStampVerifier 118 public static SourceStampVerificationResult verify(String apkFile) { in verify() method in SourceStampVerifier 143 private static SourceStampVerificationResult verify( in verify() method in SourceStampVerifier 159 private static SourceStampVerificationResult verify( in verify() method in SourceStampVerifier
|
/aosp12/frameworks/base/keystore/java/android/security/keystore/ |
H A D | DelegatingX509Certificate.java | 169 public void verify(PublicKey key) in verify() method in DelegatingX509Certificate 179 public void verify(PublicKey key, String sigProvider) in verify() method in DelegatingX509Certificate
|
/aosp12/hardware/interfaces/broadcastradio/common/tests/ |
H A D | ProgramIdentifier_test.cpp | 27 auto verify = [](std::string name, uint64_t nameId) { in TEST() local
|
/aosp12/frameworks/base/core/tests/utiltests/src/android/util/ |
H A D | IntArrayTest.java | 81 public void verify(int[] expected, IntArray intArray) { in verify() method in IntArrayTest
|
H A D | LongArrayTest.java | 81 public void verify(long[] expected, LongArray longArrays) { in verify() method in LongArrayTest
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
H A D | LongArrayTest.java | 90 public void verify(long[] expected, LongArray longArrays) { in verify() method in LongArrayTest
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | VintfObject.java | 71 public static int verify(String[] packageInfo) { in verify() method in VintfObject
|