Home
last modified time | relevance | path

Searched defs:verify (Results 1 – 14 of 14) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZipField.java190 void verify(@Nonnull ByteBuffer bytes) throws IOException { in verify() method in ZipField
204 void verify(@Nonnull ByteBuffer bytes, @Nullable VerifyLog verifyLog) throws IOException { in verify() method in ZipField
218 void verify(@Nonnull ByteBuffer bytes, long expected) throws IOException { in verify() method in ZipField
233 void verify( in verify() method in ZipField
DVerifyLog.java51 default void verify(boolean condition, @Nonnull String message, @Nonnull Object... args) { in verify() method
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DDelegatingX509Certificate.java165 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, in verify() method in DelegatingX509Certificate
171 public void verify(PublicKey key, String sigProvider) in verify() method in DelegatingX509Certificate
213 public void verify(PublicKey key, Provider sigProvider) throws CertificateException, in verify() method in DelegatingX509Certificate
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DQuotationAwareTokenizerTest.java28 private static void verify(String input, String[] expected, String delimiter) in verify() method in QuotationAwareTokenizerTest
47 private static void verify(String input, String[] expected) throws IllegalArgumentException { in verify() method in QuotationAwareTokenizerTest
/tools/tradefederation/core/src/com/android/tradefed/command/
DVerify.java61 Verify verify = new Verify(); in main() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFsInfoSector.java169 private void verify() throws IOException { in verify() method in FsInfoSector
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java96 public static ApkSigningBlockUtils.Result verify( in verify() method in V3SchemeVerifier
140 private static void verify( in verify() method in V3SchemeVerifier
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeVerifier.java89 public static ApkSigningBlockUtils.Result verify( in verify() method in V2SchemeVerifier
132 private static void verify( in verify() method in V2SchemeVerifier
/tools/test/connectivity/tools/lab/
Dconfig.json42 "verify": { object
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java56 public void verify() throws Throwable { in verify() method in ConsoleTest.ProxyExceptionHandler
/tools/apksig/src/test/java/com/android/apksig/
DApkVerifierTest.java858 private ApkVerifier.Result verify(String apkFilenameInResources) in verify() method in ApkVerifierTest
875 private ApkVerifier.Result verify( in verify() method in ApkVerifierTest
/tools/apksig/src/main/java/com/android/apksig/
DApkVerifier.java110 public Result verify() throws IOException, ApkFormatException, NoSuchAlgorithmException, in verify() method in ApkVerifier
144 private Result verify(DataSource apk) in verify() method in ApkVerifier
/tools/apksig/src/apksigner/java/com/android/apksigner/
DApkSignerTool.java351 private static void verify(String[] params) throws Exception { in verify() method in ApkSignerTool
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java104 public static Result verify( in verify() method in V1SchemeVerifier
174 private static void verify( in verify() method in V1SchemeVerifier.Signers