/external/guava/guava/src/com/google/common/base/ |
D | Verify.java | 91 public final class Verify { class 163 private Verify() {} in Verify() method in Verify
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DebugInfo.cpp | 366 bool DICompileUnit::Verify() const { in Verify() function in DICompileUnit 377 bool DIType::Verify() const { in Verify() function in DIType 395 bool DIBasicType::Verify() const { in Verify() function in DIBasicType 400 bool DIDerivedType::Verify() const { in Verify() function in DIDerivedType 405 bool DICompositeType::Verify() const { in Verify() function in DICompositeType 415 bool DISubprogram::Verify() const { in Verify() function in DISubprogram 429 bool DIGlobalVariable::Verify() const { in Verify() function in DIGlobalVariable 450 bool DIVariable::Verify() const { in Verify() function in DIVariable 465 bool DILocation::Verify() const { in Verify() function in DILocation 473 bool DINameSpace::Verify() const { in Verify() function in DINameSpace
|
/external/testng/src/test/java/test/verify/ |
D | Verify.java | 11 public @interface Verify { annotation
|
/external/testng/src/test/java/test/tmp/verify/ |
D | Verify.java | 8 public @interface Verify { annotation
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | poly1305.go | 29 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool { func
|
/external/tensorflow/tensorflow/core/grappler/verifiers/ |
D | structure_verifier.cc | 34 Status StructureVerifier::Verify(const GraphDef& graph) { in Verify() function in tensorflow::grappler::StructureVerifier
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test2_generated.h | 68 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 138 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 196 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function
|
/external/libchrome/crypto/ |
D | hmac.cc | 68 bool HMAC::Verify(base::StringPiece data, base::StringPiece digest) const { in Verify() function in crypto::HMAC
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 970 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::GatherBase 1198 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherInt2DRgba 1265 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherUint2D 1424 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherInt2DArray 1494 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherUint2DArray 1716 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherIntCubeRgba 1786 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherIntCubeRg 1856 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherUintCube 2055 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherIntCubeArray 2135 virtual long Verify() in Verify() function in gl4cts::__anone06bc3be0111::PlainGatherUintCubeArray [all …]
|
/external/boringssl/src/ssl/test/runner/ed25519/ |
D | ed25519.go | 174 func Verify(publicKey PublicKey, message, sig []byte) bool { func
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | nonlinear_beamformer_unittest.cc | 30 void Verify(NonlinearBeamformer* bf, float target_azimuth_radians) { in Verify() function
|
/external/epid-sdk/example/verifysig/src/ |
D | verifysig.c | 29 EpidStatus Verify(EpidSignature const* sig, size_t sig_len, void const* msg, in Verify() function
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 117 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 179 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 262 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 376 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 525 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 694 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 825 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 936 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function 1040 bool Verify(flatbuffers::Verifier &verifier) const { in Verify() function
|
/external/webrtc/webrtc/base/ |
D | criticalsection_unittest.cc | 31 void Verify(const std::vector<int>& values) { in Verify() function in rtc::__anon84f8cdda0111::UniqueValueVerifier 52 void Verify(const std::vector<int>& values) { in Verify() function in rtc::__anon84f8cdda0111::CompareAndSwapVerifier
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 469 void setVerifyModules(bool Verify) { in setVerifyModules() 610 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 481 void setVerifyModules(bool Verify) { in setVerifyModules() 624 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules()
|
/external/libtextclassifier/utils/ |
D | regex-match.cc | 120 bool LuaVerifier::Verify(bool* result) { in Verify() function in libtextclassifier3::__anon4fd3e08a0111::LuaVerifier
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dynamic_parameter_binding.cc | 110 Status DynamicParameterBinding::Verify(const HloModule& module) const { in Verify() function in xla::DynamicParameterBinding
|
/external/syzkaller/vendor/golang.org/x/oauth2/jws/ |
D | jws.go | 167 func Verify(token string, key *rsa.PublicKey) error { func
|
/external/grpc-grpc/test/cpp/interop/ |
D | reconnect_interop_server.cc | 119 void Verify(ReconnectInfo* response) { in Verify() function in ReconnectServiceImpl
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
D | pmf_to_cdf_op_test.cc | 61 void Verify(int precision, const Tensor& pmf_tensor, in Verify() function in tensorflow::__anonb41242d60111::PmfToQuantizedCdfOpTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 244 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { in Verify() function in InlineAsm
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 247 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { in Verify() function in InlineAsm
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | InlineAsm.cpp | 245 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { in Verify() function in InlineAsm
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_firmware.c | 172 static int Verify(const char *infile, const char *signpubkey, in Verify() function
|