Searched refs:verified (Results 1 – 12 of 12) sorted by relevance
352 boolean verified; in engineVerify()364 verified = true; in engineVerify()368 verified = false; in engineVerify()376 return verified; in engineVerify()
12 output is verified against expected output by the llvm tool FileCheck.19 The output is verified in the same way as host side tests, and the format
20 regular Mockito library, so tests that use it have to be verified and adapted. For that reason a
270 boolean verified = false; in verifyPackage()275 verified = true; in verifyPackage()279 if (!verified) { in verifyPackage()
33 # [ 8- 7] package verified (0=not attempted, 1=succeeded, 2=failed)
30 // Checksum type with which the plaintext is verified.
203 * @param sessionConfiguration Specific session configuration to be verified.
63 // package name will be verified to be consistent with what is
674 public void setVerified(boolean verified) { in setVerified() argument677 if (verified) mVerifyState |= STATE_VERIFIED; in setVerified()
1526 SigningDetails verified; in collectCertificates() local1529 verified = ApkSignatureVerifier.unsafeGetCertsWithoutVerification( in collectCertificates()1532 verified = ApkSignatureVerifier.verify(apkPath, minSignatureScheme); in collectCertificates()1539 pkg.mSigningDetails = verified; in collectCertificates()1541 if (!Signature.areExactMatch(pkg.mSigningDetails.signatures, verified.signatures)) { in collectCertificates()
1093 final boolean verified = ivs.isVerified(); in receiveVerificationResponse()1099 + " for " + count + " filters, verified=" + verified); in receiveVerificationResponse()1103 filter.setVerified(verified); in receiveVerificationResponse()1106 + " verified with result:" + verified + " and hosts:" in receiveVerificationResponse()1125 if (verified) { in receiveVerificationResponse()1144 + " verified=" + verified); in receiveVerificationResponse()1157 if (!verified) { in receiveVerificationResponse()1180 if (verified) { in receiveVerificationResponse()1192 if (verified) { in receiveVerificationResponse()
7590 final boolean verified = super.verifyDrawable(who); in verifyDrawable()7591 if (!verified && mDrawables != null) { in verifyDrawable()7598 return verified; in verifyDrawable()