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

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s 2 # RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -dummy-extern ds1=0xfffffffffffffffe -dummy-extern ds2=0xffffffffffffffff -verify -check=%s %/T/test_x86-64.o
24 # Verify both the contents of the GOT entry for y, and that the movq instruction
  /external/llvm/test/MC/Hexagon/
align.s 3 # Verify that the .align directive emits the proper insn packets.
  /external/syslinux/dos/
crt0.S 36 # Verify that this is a supportable DOS version
  /system/core/gatekeeperd/
SoftGateKeeperDevice.cpp 71 int SoftGateKeeperDevice::verify(uint32_t uid, function in class:android::SoftGateKeeperDevice
91 impl_->Verify(request, &response);
  /art/runtime/base/
timing_logger.cc 237 void TimingLogger::Verify() {
250 Verify();
  /art/runtime/
dex_file_verifier.h 32 static bool Verify(const DexFile* dex_file,
59 bool Verify();
  /art/runtime/gc/space/
rosalloc_space.h 137 void Verify() REQUIRES(Locks::mutator_lock_) {
138 rosalloc_->Verify();
  /external/autotest/server/cros/
provision.py 266 class Verify(_SpecialTaskAction):
268 Tests to verify that the DUT is in a sane, known good state that we can run
269 tests on. Failure to verify leads to running Repair.
286 name = 'verify'
371 return (Verify.acts_on(label) or
  /external/autotest/server/hosts/
cros_repair.py 73 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
202 """Verify that the host's TPM is in a good state."""
204 def verify(self, host): member in class:TPMStatusVerifier
263 def verify(self, host): member in class:PythonVerifier
281 """Verify that the host is not in dev mode."""
283 def verify(self, host): member in class:DevModeVerifier
300 """Verify that Jetstream services are running.""
304 def verify(self, host): member in class:JetstreamServicesVerifier
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 95 $ V = 'F$Verify(0)
126 $ VV=F$VERIFY(0)
129 $ VV='F$Verify(VV)
131 $ If V Then Set Verify
  /external/llvm/lib/IR/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
245 /// Verify - Verify that the specified constraint string is reasonable for the
247 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) {
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 45 Verify( "verify"
220 if (Verify) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
243 /// Verify - Verify that the specified constraint string is reasonable for the
245 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) {
  /external/vboot_reference/futility/
cmd_vbutil_firmware.c 37 {"verify", 1, 0, OPT_MODE_VERIFY},
51 printf("\nUsage: " MYNAME " %s <--vblock|--verify> <file> [OPTIONS]\n"
65 "For '--verify <file>', required OPTIONS are:\n"
69 " --fv <file> Firmware volume to verify\n"
71 "For '--verify <file>', optional OPTIONS are:\n"
172 static int Verify(const char *infile, const char *signpubkey,
215 /* Verify key block */
245 /* Verify preamble */
275 /* TODO: verify body size same as signature size */
277 /* Verify body *
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_generic.go 60 if !poly1305.Verify(&tag, polyInput, &polyKey) {
  /prebuilts/go/darwin-x86/test/
ddd1.go 7 // Verify that illegal uses of ... are detected.
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/darwin-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/darwin-x86/test/interface/
explicit.go 7 // Verify compiler messages about erroneous static interface conversions.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_generic.go 60 if !poly1305.Verify(&tag, polyInput, &polyKey) {
  /prebuilts/go/linux-x86/test/
ddd1.go 7 // Verify that illegal uses of ... are detected.

Completed in 1478 milliseconds

1 2 3 4 5 6 7 891011>>