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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/child/webcrypto/test/
aes_kw_unittest.cc 229 // Wrap the key and verify the ciphertext result against the known answer.
266 // Unwrap a HMAC key using AES-KW, and then try doing a sign/verify with the
317 Verify(CreateAlgorithm(blink::WebCryptoAlgorithmIdHmac),
415 // {"alg":"HS256","ext":true,"k":<b64urlKey>,"key_ops":["verify"],"kty":"oct"}
499 // 'sign', 'verify'
549 // 'verify'
  /external/chromium_org/net/cert/
cert_verify_proc.cc 188 int CertVerifyProc::Verify(X509Certificate* cert,
  /external/chromium_org/remoting/webapp/
format_iq.js 24 * Verify that the only attributes on the given |node| are those specified
27 * @param {Node} node The node to verify.
620 // Verify that the to/from fields match the expected sender/receiver.
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 303 // Verify that dup2() returns success, but doesn't actually run.
317 // Verify that we can return the minimum and maximum errno values.
394 // Stack a second sandbox with its own policy. Verify that we can further
511 // Verify that within the callback function all filtering is temporarily
515 // Verify that we can now call the underlying system call without causing
618 // Verify that the call will fail, if it makes it all the way to the kernel.
622 // And verify that other uses of prctl() work just fine.
632 // Finally, verify that system calls other than prctl() are completely
705 // Call sigprocmask() to verify that SIGUSR2 wasn't blocked, if we didn't
714 // Try again, and this time we verify that we can block it. Thi
    [all...]
  /external/chromium_org/v8/src/
assembler.h 584 void Verify(Isolate* isolate);
    [all...]
hydrogen-instructions.h 263 void Verify() const;
807 virtual void Verify() = 0;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 687 assert(Module.Verify());
695 assert(Module.Verify());
702 assert(Module.Verify() &&
    [all...]
DwarfUnit.cpp 475 assert(NS.Verify());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 478 if (!CU.Verify())
  /external/zlib/src/
make_vms.com 258 $ V = 'F$Verify(0)
289 $ VV=F$VERIFY(0)
292 $ VV='F$Verify(VV)
294 $ If V Then Set Verify
  /art/runtime/
dex_file.cc 176 const DexFile* DexFile::OpenFile(int fd, const char* location, bool verify,
215 if (verify && !DexFileVerifier::Verify(dex_file, dex_file->Begin(), dex_file->Size(), location,
278 if (!DexFileVerifier::Verify(dex_file.get(), dex_file->Begin(), dex_file->Size(),
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc 941 // Verify the certificate.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 238 // Verify the CreateDtmfSender interface
262 // We don't need to verify that the DTMF tones are actually sent out because
270 observer->Verify(tones);
530 void Verify(const std::vector<std::string>& tones) const {
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-sourceinfo.js 129 // Every line of d() is the same length. Verify we can loop through all
  /art/runtime/verifier/
method_verifier.cc 273 if (verifier.Verify()) {
317 verifier->Verify();
386 Verify();
407 bool success = Verify();
437 bool success = Verify();
450 bool MethodVerifier::Verify() {
495 // class change and instantiation errors into soft verification errors so that we re-verify
628 // Iterate over each of the handlers to verify target addresses.
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.cc     [all...]
heap.h 493 inline void Verify();
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 17 // * Verify that the indices of mem access instructions match other operands
18 // * Verify that arithmetic and other things are only performed on first-class
19 // types. Verify that shifts & logicals only happen on integrals f.e.
32 // * Verify that a function's argument list agrees with it's declared type.
80 static cl::opt<bool> VerifyDebugInfo("verify-debug-info", cl::init(false));
181 bool verify(const Function &F) { function in class:__anon9565::Verifier
218 bool verify(const Module &M) { function in class:__anon9565::Verifier
345 bool verify(const Module &M) { function in class:__anon9565::DebugInfoVerifier
584 // If this was an instruction, bb, or argument, verify that it is in the
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 521 * Your application can verify that Portable Native Client is supported
536 * Verify that the Native Client plugin is enabled in Google Chrome. Type
  /art/compiler/driver/
compiler_driver.h 720 void Verify(jobject class_loader, const std::vector<const DexFile*>& dex_files,
    [all...]
  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.cc 528 state->status = webcrypto::Verify(state->algorithm,
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 757 if (ui::LatencyInfo::Verify(latency_info,
    [all...]

Completed in 1904 milliseconds

1 2 3 4 5 6 7 8 91011>>