Home
last modified time | relevance | path

Searched refs:Verified (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm-project/llvm/unittests/Support/
DOptimizedStructLayoutTest.cpp25 bool Verified = false; member in __anon9b35b3670111::LayoutTest
31 ~LayoutTest() { assert(Verified); } in ~LayoutTest()
61 Verified = true; in verify()
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp31 CommentHandlerVisitor() : base(), PP(nullptr), Verified(false) {} in CommentHandlerVisitor()
34 EXPECT_TRUE(Verified) << "CommentVerifier not accessed"; in ~CommentHandlerVisitor()
66 bool Verified; member in clang::CommentHandlerVisitor
128 Verified = true; in GetVerifier()
/external/llvm-project/clang/unittests/Tooling/
DCommentHandlerTest.cpp30 CommentHandlerVisitor() : base(), PP(nullptr), Verified(false) {} in CommentHandlerVisitor()
33 EXPECT_TRUE(Verified) << "CommentVerifier not accessed"; in ~CommentHandlerVisitor()
65 bool Verified; member in clang::CommentHandlerVisitor
126 Verified = true; in GetVerifier()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h40 VerifyMatch(std::unique_ptr<BoundNodesCallback> FindResultVerifier, bool *Verified) in VerifyMatch() argument
41 : Verified(Verified), FindResultReviewer(std::move(FindResultVerifier)) {} in VerifyMatch()
45 *Verified |= FindResultReviewer->run(&Result.Nodes, Result.Context); in run()
47 *Verified = true; in run()
57 bool *const Verified;
/external/llvm-project/clang/unittests/AST/
DMatchVerifier.h63 Verified = false; in setFailure()
68 Verified = true; in setSuccess()
72 bool Verified;
131 if (!Verified) in match()
147 if (!Verified) in match()
/external/clang/unittests/AST/
DMatchVerifier.h74 Verified = false; in setFailure()
79 Verified = true; in setSuccess()
83 bool Verified;
128 if (!Verified) in match()
144 if (!Verified) in match()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTest.h42 bool *Verified) in VerifyMatch() argument
43 : Verified(Verified), FindResultReviewer(std::move(FindResultVerifier)) {} in VerifyMatch()
47 *Verified |= FindResultReviewer->run(&Result.Nodes, Result.Context); in run()
49 *Verified = true; in run()
59 bool *const Verified;
/external/avb/examples/things/
DREADME.md6 and Verified Boot Hash (VBH) computation.
/external/python/cryptography/vectors/cryptography_vectors/ciphers/CAST5/
Dcast5-ctr.txt3 # Verified against the Go crypto packages
Dcast5-cbc.txt3 # Verified against the CommonCrypto and Go crypto packages
Dcast5-ofb.txt3 # Verified against the CommonCrypto and Go crypto packages
Dcast5-cfb.txt3 # Verified against the CommonCrypto and Go crypto packages
/external/autotest/client/site_tests/firmware_VbootCrypto/
Dcontrol8 Verifies Firmware Verified Boot Reference Implementation, its components, and
/external/python/cryptography/vectors/cryptography_vectors/ciphers/IDEA/
Didea-cbc.txt3 # Verified against Botan
Didea-cfb.txt3 # Verified against Botan
Didea-ofb.txt3 # Verified against Botan
/external/python/cryptography/vectors/cryptography_vectors/ciphers/SEED/
Dseed-ofb.txt3 # Verified against Botan
Dseed-cfb.txt3 # Verified against Botan
/external/tensorflow/tensorflow/python/compiler/tensorrt/
DREADME.md30 [Verified Models](https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html#veri…
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto25 option (nugget.protobuf.app_name) = "Android Verified Boot";
/external/angle/doc/
DCodeReviewProcess.md45 and landed by a committer. Once verified, the "+1 Verified" status may
/external/libese/apps/boot/
DREADME.md1 # Verified Boot Storage Applet for AVB 2.0
21 The Verified Boot Storage Applet, VBSA, provides three purpose-built
195 to prevent these problems. The Verified Boot Storage applet provides
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/RSA/oaep-custom/
Doaep-sha256-sha1.txt3 # # Verified against the Bouncy Castle OAEP SHA2 implementation
Doaep-sha512-sha1.txt3 # # Verified against the Bouncy Castle OAEP SHA2 implementation
Doaep-sha384-sha256.txt3 # # Verified against the Bouncy Castle OAEP SHA2 implementation

123