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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue10607a.go 8 // Verify that we have one build-id note with the expected value.
issue6866.go 47 // Verify that product is identity matrix
  /prebuilts/go/linux-x86/test/
import5.go 7 // Verify that invalid imports are rejected by the compiler.
indirect1.go 7 // Verify that illegal uses of indirection are caught by the compiler.
label1.go 7 // Verify that erroneous labels are caught by the compiler.
switch3.go 7 // Verify that erroneous switch statements are detected by the compiler.
  /prebuilts/go/linux-x86/test/interface/
explicit.go 7 // Verify compiler messages about erroneous static interface conversions.
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 56 device_.verify = verify;
125 int TrustyGateKeeperDevice::Verify(uint32_t uid, uint64_t challenge,
217 int TrustyGateKeeperDevice::verify(const struct gatekeeper_device *dev, uint32_t uid, function in class:gatekeeper::TrustyGateKeeperDevice
228 return convert_device(dev)->Verify(uid, challenge, enrolled_password_handle,
  /tools/test/connectivity/acts/tests/google/wifi/
WifiPasspointTest.py 93 """Verify the device is automatically able to connect to the Passpoint
111 # Re-verify we are connected to the correct network.
132 """Add a Passpoint network and verify device connects to it.
136 2. Verify the device connects to the required Passpoint SSID.
139 5. Verify that we are disconnected from the Passpoint network.
152 """Update a previous Passpoint network and verify device still connects
156 2. Verify the device connects to the required Passpoint SSID.
158 4. Verify device is still connected to the Passpoint SSID.
188 3. Get all the Passpoint configurations added above and verify.
211 2. Verify that it was not successful
    [all...]
  /external/flatbuffers/tests/
monster_test_generated.h 261 bool Verify(flatbuffers::Verifier &verifier) const {
316 bool Verify(flatbuffers::Verifier &verifier) const {
390 bool Verify(flatbuffers::Verifier &verifier) const {
393 verifier.Verify(id()) &&
714 bool Verify(flatbuffers::Verifier &verifier) const {
720 verifier.Verify(name()) &&
722 verifier.Verify(inventory()) &&
728 verifier.Verify(test4()) &&
730 verifier.Verify(testarrayofstring()) &&
733 verifier.Verify(testarrayoftables()) &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 232 assert(RTy.Verify() && "Unable to create reference type");
253 assert(Ty.Verify() && "Invalid typedef type!");
272 assert(Ty.Verify() && "Invalid type!");
273 assert(FriendTy.Verify() && "Invalid friend type!");
293 assert(Ty.Verify() && "Unable to create inheritance");
    [all...]
PHITransAddr.cpp 87 /// Verify - Check internal consistency of this data structure. If the
90 bool PHITransAddr::Verify() const {
323 assert(Verify() && "Invalid PHITransAddr!");
325 assert(Verify() && "Invalid PHITransAddr!");
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 89 /// Verify - Check internal consistency of this data structure. If the
92 bool PHITransAddr::Verify() const {
320 assert(Verify() && "Invalid PHITransAddr!");
326 assert(Verify() && "Invalid PHITransAddr!");
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 343 bool Verify(flatbuffers::Verifier &verifier) const {
349 verifier.Verify(message()) &&
423 bool Verify(flatbuffers::Verifier &verifier) const {
580 bool Verify(flatbuffers::Verifier &verifier) const {
583 verifier.Verify(name()) &&
585 verifier.Verify(vendor()) &&
587 verifier.Verify(toolchain()) &&
725 bool Verify(flatbuffers::Verifier &verifier) const {
807 bool Verify(flatbuffers::Verifier &verifier) const {
881 bool Verify(flatbuffers::Verifier &verifier) const
    [all...]
  /art/cmdline/
cmdline_parser_test.cc 518 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kNone, "-Xverify:none", M::Verify);
519 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kEnable, "-Xverify:remote", M::Verify);
520 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kEnable, "-Xverify:all", M::Verify);
521 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kSoftFail, "-Xverify:softfail", M::Verify);
  /art/runtime/base/
timing_logger.h 136 // Verify that all open timings have related closed timings.
137 void Verify();
  /bionic/tests/libs/
bionic_tests_zipalign.cpp 103 if (!stream->Verify()) {
104 fprintf(stderr, "Failed to verify zip stream writer entry.\n");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 0 # Verify that gdb can pretty-print the various PyObject* types
27 # Verify that "gdb" was built with the embedded python support enabled:
143 # parameter, and verify that the gdb displays the same string
184 'Verify the pretty-printing of various "int" values'
192 'Verify the pretty-printing of various "long" values'
199 'Verify the pretty-printing of True, False and None'
205 'Verify the pretty-printing of dictionaries'
211 'Verify the pretty-printing of lists'
216 'Verify the pretty-printing of strings'
223 'Verify the pretty-printing of tuples'
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciReg.c 700 UINT32 Verify;
708 Verify = OhciGetOperationalReg (Ohc->PciIo, PointerType);
710 while (Verify != (UINT32)(UINTN) Value) {
712 Verify = OhciGetOperationalReg (Ohc->PciIo, PointerType);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c 695 UINT32 Verify;
703 Verify = OhciGetOperationalReg (Ohc, PointerType);
705 while (Verify != (UINT32) Value) {
707 Verify = OhciGetOperationalReg (Ohc, PointerType);
  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519.go 157 // Verify reports whether sig is a valid signature of message by publicKey. It
159 func Verify(publicKey PublicKey, message, sig []byte) bool {
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ModuleDescriptor.java 22 import static com.google.common.base.Verify.verify;
107 verify(superclass.getKind().equals(DECLARED));
  /external/gptfdisk/
gptcurses.cc 411 // Verify the data structures. Note that this function leaves curses mode and
412 // relies on the underlying GPTData::Verify() function to report on problems
413 void GPTDataCurses::Verify(void) {
418 GPTData::Verify();
423 } // GPTDataCurses::Verify()
722 Verify();
758 if (GPTData::Verify() > 0)
759 Report("Warning! Problems found on disk! Use the Verify function to learn more.\n"
  /external/libpng/scripts/
makevms.com 105 $ V = 'F$Verify(0)
136 $ VV=F$VERIFY(0)
139 $ VV='F$Verify(VV)
141 $ If V Then Set Verify
  /external/llvm/include/llvm/IR/
InlineAsm.h 86 /// Verify - This static method can be used by the parser to check to see if
90 static bool Verify(FunctionType *Ty, StringRef Constraints);

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>