HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 26 - 50 of 50) sorted by null

12

  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 91 // Verify that the splay tree has the right size.
97 // Verify that the splay tree has sorted, unique keys.
  /dalvik/vm/
Dvm.mk 94 # bug hunting: checksum and verify interpreted stack when making JNI calls
137 alloc/Verify.c \
  /external/v8/src/
heap.h     [all...]
assembler.cc 488 void RelocInfo::Verify() {
execution.cc 102 value->Verify();
bootstrapper.cc     [all...]
objects.h 680 void Verify();
682 // Verify a pointer is a valid object pointer.
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 415 int X509Certificate::Verify(const std::string& hostname, int flags,
505 // Verify the certificate. A non-zero result from SecTrustGetResult()
647 // Verify() above.
x509_certificate_nss.cc 510 int X509Certificate::Verify(const std::string& hostname,
573 // and nsNSSCertHelper.cpp) to learn how to verify EV certificate.
x509_certificate_win.cc 525 int X509Certificate::Verify(const std::string& hostname,
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 413 // X509Certificate::Verify() for chain building.
698 // Certificate during the handshake. That gives us an opportunity to verify
881 // TODO(hawk): we verify the certificate chain even on resumed sessions
    [all...]
ssl_client_socket_nss.cc 263 // X509Certificate::Verify() runs on a worker thread of CertVerifier.
606 // X509Certificate::Verify() for chain building.
    [all...]
ssl_client_socket_win.cc 867 // We told Schannel to not verify the server certificate
961 return verifier_->Verify(server_cert_, hostname_, flags,
971 // result of verifier_.Verify.
973 // need to call verifier_.Verify repeatedly. But for now we need to do this.
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 282 Heap::Verify();
  /external/zlib/
make_vms.com 231 $ V = 'F$Verify(0)
262 $ VV=F$VERIFY(0)
265 $ VV='F$Verify(VV)
267 $ If V Then Set Verify
689 $ V = 'F$Verify(0)
789 $ if V then set verify
  /external/v8/test/mjsunit/
debug-sourceinfo.js 129 // Every line of d() is the same length. Verify we can loop through all
smi-ops.js 667 // Verify that we handle the (optimized) corner case of shifting by
  /ndk/build/core/
init.mk 178 # Verify that the 'awk' tool has the features we need.
  /external/protobuf/python/
mox.py 22 Mox works in the record-replay-verify paradigm. When you first create
33 Once you are done interacting with the mock, you need to verify that
35 prematurely without calling some cleanup method!) The verify phase
58 # Verify all methods were called as expected
76 """Raised when Verify() is called before all expected methods have been called
99 return "Verify: Expected methods never called:\n%s" % (calls,)
197 """Call verify on all mock objects created."""
246 def Verify(*args):
247 """Verify mocks.
332 """Verify that all of the expected calls have been made
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1075 milliseconds

12