Searched defs:verify (Results 151 - 175 of 325) sorted by relevance

1234567891011>>

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
H A DProbeInserterTest.java53 public void verify() { method in class:ProbeInserterTest
/external/linux-kselftest/tools/testing/selftests/sysctl/
H A Dsysctl.sh165 verify() function
208 if ! verify "${TEST_FILE}"; then
216 if verify "${TARGET}"; then
225 if ! verify "${TARGET}"; then
234 if verify "${TARGET}"; then
248 if ! verify "${TARGET}"; then
258 if ! verify "${TARGET}"; then
268 if verify "${TARGET}"; then
279 if verify "${TARGET}"; then
299 if ! verify "
[all...]
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp184 void LazyCallGraph::SCC::verify() { function in class:LazyCallGraph::SCC
209 void LazyCallGraph::RefSCC::verify() { function in class:LazyCallGraph::RefSCC
216 C->verify();
250 // Walk up the parents of this SCC and verify that we eventually find C.
279 verify();
296 verify();
379 verify();
390 verify();
438 verify();
476 verify();
[all...]
/external/ltp/testcases/kernel/security/integrity/ima/src/
H A Dima_measure.c104 * format: ima_measurement [--validate] [--verify] [--verbose]
115 * --verify: for all IMA template entries in the runtime binary
138 int verify = 0; local
142 " [--validate] [--verbose] [--verify]\n", argv[0]);
151 if (strncmp(argv[i], "--verify", 6) == 0)
152 verify = 1;
201 if (verify)
/external/mockito/src/main/java/org/mockito/internal/progress/
H A DMockingProgressImpl.java74 public void verificationStarted(VerificationMode verify) { argument
77 verificationMode = new Localized(verify);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractBox.java154 assert verify(content);
224 private boolean verify(ByteBuffer content) { method in class:AbstractBox
/external/scapy/scapy/layers/tls/crypto/
H A Dpkcs1.py150 def verify(self, M, S, t="pkcs", h="sha256", mgf=None, L=None): member in class:_EncryptAndVerifyRSA
157 self.pubkey.verify(S, M, pad, h)
/external/selinux/gui/
H A DstatusPage.py123 def verify(self, message): member in class:statusPage
137 if self.verify(_("Changing the policy type will cause a relabel of the entire file system on the next boot. Relabeling takes a long time depending on the size of the file system. Do you wish to continue?")) == Gtk.ResponseType.NO:
151 if self.verify(_("Changing to SELinux disabled requires a reboot. It is not recommended. If you later decide to turn SELinux back on, the system will be required to relabel. If you just want to see if SELinux is causing a problem on your system, you can go to permissive mode which will only log errors and not enforce SELinux policy. Permissive mode does not require a reboot Do you wish to continue?")) == Gtk.ResponseType.NO:
156 if self.verify(_("Changing to SELinux enabled will cause a relabel of the entire file system on the next boot. Relabeling takes a long time depending on the size of the file system. Do you wish to continue?")) == Gtk.ResponseType.NO:
/external/annotation-tools/asmx/src/org/objectweb/asm/util/
H A DCheckClassAdapter.java109 verify(cr, false, new PrintWriter(System.err));
119 public static void verify(ClassReader cr, boolean dump, PrintWriter pw) { method in class:CheckClassAdapter
/external/autotest/server/hosts/
H A Dcros_repair.py73 def verify(self, host): member in class:ACPowerVerifier
131 def verify(self, host): member in class:WritableVerifier
151 def verify(self, host): member in class:EXT4fsErrorVerifier
189 def verify(self, host): member in class:UpdateSuccessVerifier
204 def verify(self, host): member in class:TPMStatusVerifier
269 def verify(self, host): member in class:PythonVerifier
289 def verify(self, host): member in class:DevModeVerifier
308 def verify(self, host): member in class:HWIDVerifier
337 def verify(self, host): member in class:JetstreamServicesVerifier
621 Moblab is a subset of the CrOS verify an
[all...]
H A Dtestbed.py173 def verify(self): member in class:TestBed
174 """Run through verify on all the devices."""
176 device.verify()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformation.java186 throw new IllegalStateException("method can only be called after verify.");
559 return rawVerifier.verify(digInfo.getEncoded(ASN1Encoding.DER), this.getSignature());
562 return rawVerifier.verify(resultDigest, this.getSignature());
566 return contentVerifier.verify(this.getSignature());
575 * Verify that the given verifier can successfully verify the signature on
583 public boolean verify(SignerInformationVerifier verifier) method in class:SignerInformation
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CRLObject.java209 public void verify(PublicKey key) method in class:X509CRLObject
227 public void verify(PublicKey key, String sigProvider) method in class:X509CRLObject
245 public void verify(PublicKey key, Provider sigProvider) method in class:X509CRLObject
275 if (!sig.verify(this.getSignature()))
277 throw new SignatureException("CRL does not verify with supplied public key.");
H A DX509CertificateObject.java739 public final void verify( method in class:X509CertificateObject
759 public final void verify( method in class:X509CertificateObject
780 public final void verify( method in class:X509CertificateObject
821 if (!signature.verify(this.getSignature()))
823 throw new SignatureException("certificate does not verify with supplied key");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLObject.java206 public void verify(PublicKey key) method in class:X509CRLObject
224 public void verify(PublicKey key, String sigProvider) method in class:X509CRLObject
242 public void verify(PublicKey key, Provider sigProvider) method in class:X509CRLObject
272 if (!sig.verify(this.getSignature()))
274 throw new SignatureException("CRL does not verify with supplied public key.");
H A DX509CertificateObject.java765 public final void verify( method in class:X509CertificateObject
785 public final void verify( method in class:X509CertificateObject
806 public final void verify( method in class:X509CertificateObject
847 if (!signature.verify(this.getSignature()))
849 throw new SignatureException("certificate does not verify with supplied key");
/external/clang/unittests/AST/
H A DMatchVerifier.h11 // verify things that can be matched on the AST.
14 // LocationVerifier and RangeVerifier to verify whether a matched node has
70 virtual void verify(const MatchFinder::MatchResult &Result, function in class:clang::ast_matchers::MatchVerifier
157 verify(Result, *Node);
171 verify(Result, I->second);
188 void verify(const MatchFinder::MatchResult &Result,
228 void verify(const MatchFinder::MatchResult &Result,
267 void verify(const MatchFinder::MatchResult &Result,
294 void verify(const MatchFinder::MatchResult &Result,
/external/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1425 return verify(*Nodes, *Context, Node);
1428 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Stmt *Node) { function in class:clang::ast_matchers::VerifyAncestorHasChildIsEqual
1429 // Use the original typed pointer to verify we can pass pointers to subtypes
1437 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Decl *Node) { function in class:clang::ast_matchers::VerifyAncestorHasChildIsEqual
1438 // Use the original typed pointer to verify we can pass pointers to subtypes
1446 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Type *Node) { function in class:clang::ast_matchers::VerifyAncestorHasChildIsEqual
1447 // Use the original typed pointer to verify we can pass pointers to subtypes
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLX509CRL.java234 if (!sig.verify(getSignature())) {
235 throw new SignatureException("signature did not verify");
240 public void verify(PublicKey key) throws CRLException, NoSuchAlgorithmException, method in class:OpenSSLX509CRL
252 public void verify(PublicKey key, String sigProvider) throws CRLException, method in class:OpenSSLX509CRL
H A DOpenSSLX509Certificate.java399 if (!sig.verify(getSignature())) {
400 throw new SignatureException("signature did not verify");
405 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, method in class:OpenSSLX509Certificate
417 public void verify(PublicKey key, String sigProvider) throws CertificateException, method in class:OpenSSLX509Certificate
426 public void verify(PublicKey key, Provider sigProvider) method in class:OpenSSLX509Certificate
444 if (!sig.verify(getSignature())) {
445 throw new SignatureException("signature did not verify");
/external/deqp/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp420 result = result && verify(i, depthValue, depthValueOffset, depthValueOffsetClamp);
528 bool PolygonOffsetClampMinMaxTestCase::verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, function in class:glcts::PolygonOffsetClampMinMaxTestCase
590 bool PolygonOffsetClampZeroInfinityTestCase::verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, function in class:glcts::PolygonOffsetClampZeroInfinityTestCase
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp258 if (draw() && verify())
270 bool VertexArrayIndirectDrawingBaseCase::verify() function in class:gl4cts::VertexArrayIndirectDrawingBaseCase
H A Dgl4cShaderDrawParametersTests.cpp222 if (draw() && verify())
300 bool ShaderDrawParametersTestBase::verify() function in class:gl4cts::ShaderDrawParametersTestBase
/external/deqp/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp109 isOk = verifier.verify(srcBuf, srcRef.getPtr(), 0, m_srcSize, m_srcTarget) && isOk;
110 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
121 isOk = verifier.verify(srcBuf, srcRef.getPtr(), 0, m_srcSize, m_srcTarget) && isOk;
122 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
214 isOk = verifier.verify(buf, ref.getPtr(), 0, size, m_dstTarget) && isOk;
269 VerifyType verify = VERIFY_AS_VERTEX_ARRAY; local
272 basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, dstTarget, size, hint, 0, 0, size, verify));
307 VerifyType verify = VERIFY_AS_VERTEX_ARRAY; local
313 verify));
332 VerifyType verify local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp56 virtual bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const = 0;
75 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const function in class:deqp::gles31::Functional::__anon5407::ColorVerifier
103 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const function in class:deqp::gles31::Functional::__anon5407::FullBlueSomeGreenVerifier
131 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const function in class:deqp::gles31::Functional::__anon5407::NoRedVerifier
148 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const;
171 bool SampleAverageVerifier::verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const function in class:deqp::gles31::Functional::__anon5407::SampleAverageVerifier
194 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const function in class:deqp::gles31::Functional::__anon5407::PartialDiscardVerifier
225 // verify color value is valid for this pixel position
226 if (!verifier.verify(color, tcu::IVec2(x,y)))
488 // encode the id to the output, and then verify i
[all...]

Completed in 3301 milliseconds

1234567891011>>