HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 126 - 150 of 617) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/test/import4.dir/
import4.go 5 // Verify that various kinds of "imported and not used"
  /prebuilts/go/linux-x86/test/
rename1.go 7 // Verify that renamed identifiers no longer have their old meaning.
switch2.go 7 // Verify that erroneous switch statements are detected by the compiler.
typeswitch3.go 7 // Verify that erroneous type switches are caught be the compiler.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@branch-misc-4.d 6 # Verify PC-relative relocations do not overflow (microMIPS).
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-ok-34.d 7 # works. Verify that the first and last R_CRIS_16_GOT_TPREL entries
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 26 // Verify returns true if mac is a valid authenticator for m with the given
28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
  /external/gptfdisk/
gptcurses.h 49 { 'v', "Verify", "Verify the integrity of the disk's data structures" },
111 void Verify(void);
  /external/libpng/contrib/pngminus/
makevms.com 55 $ V = 'F$Verify(0)
86 $ VV=F$VERIFY(0)
89 $ VV='F$Verify(VV)
91 $ If V Then Set Verify
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /external/llvm/test/MC/Mips/
insn-directive.s 58 # Verify that .insn causes the currently saved labels to be cleared by checking
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PHITransAddr.h 88 /// Verify - Check internal consistency of this data structure. If the
91 bool Verify() const;
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.h 64 // Verify the move list before performing moves.
65 void Verify();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 98 /// Verify - Check internal consistency of this data structure. If the
101 bool Verify() const;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 26 // Verify returns true if mac is a valid authenticator for m with the given
28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 26 // Verify returns true if mac is a valid authenticator for m with the given
28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
  /system/nvram/messages/tests/
io_test.cpp 187 EXPECT_TRUE(Verify());
190 bool Verify() {
205 Verify();
256 EXPECT_TRUE(buf.Verify());
260 EXPECT_TRUE(buf.Verify());
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 210 bool Verify(flatbuffers::Verifier &verifier) const {
216 verifier.Verify(message()) &&
278 bool Verify(flatbuffers::Verifier &verifier) const {
366 bool Verify(flatbuffers::Verifier &verifier) const {
369 verifier.Verify(name()) &&
371 verifier.Verify(vendor()) &&
373 verifier.Verify(toolchain()) &&
499 bool Verify(flatbuffers::Verifier &verifier) const {
549 bool Verify(flatbuffers::Verifier &verifier) const {
607 bool Verify(flatbuffers::Verifier &verifier) const
    [all...]

Completed in 878 milliseconds

1 2 3 4 56 7 8 91011>>