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/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 165 bool verify) {
200 if (verify && !DexFileVerifier::Verify(dex_file, dex_file->Begin(), dex_file->Size())) {
201 LOG(ERROR) << "Failed to verify dex file '" << location << "'";
246 if (!DexFileVerifier::Verify(dex_file.get(), dex_file->Begin(), dex_file->Size())) {
247 LOG(ERROR) << "Failed to verify dex file '" << location << "'";
    [all...]
  /dalvik/vm/
Dvm.mk 84 # bug hunting: checksum and verify interpreted stack when making JNI calls
124 alloc/Verify.cpp \
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
  /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/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 229 // Verify the CreateDtmfSender interface
253 // We don't need to verify that the DTMF tones are actually sent out because
261 observer->Verify(tones);
502 void Verify(const std::vector<std::string>& tones) const {
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 276 void Verify() const;
921 virtual void Verify() = 0;
    [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
  /external/v8/src/
hydrogen.h 163 void Verify();
313 void Verify(bool do_full_verify) const;
    [all...]
liveobjectlist.cc     [all...]
heap.h 411 inline void Verify();
    [all...]
  /external/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 238 if (verifier_.Verify()) {
278 verifier.Verify();
334 Verify();
353 bool success = Verify();
381 bool success = Verify();
394 bool MethodVerifier::Verify() {
434 // class change and instantiation errors into soft verification errors so that we re-verify
554 // Iterate over each of the handlers to verify target addresses.
    [all...]
  /external/chromium/net/base/
dnssec_unittest.cc     [all...]
x509_certificate_nss.cc 344 // 1. NSS may use one key to verify a CRL signed with another key,
764 int X509Certificate::Verify(const std::string& hostname,
852 // and nsNSSCertHelper.cpp) to learn how to verify EV certificate.
    [all...]
x509_certificate_win.cc 666 int X509Certificate::Verify(const std::string& hostname,
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.cc 219 // Verify the certificate's KU is good.
235 // Verify the current time is within the certificate's validity period.
239 // Verify private key metadata is associated with this certificate.
440 DNSSECChainVerifier::Error err = verifier.Verify();
838 // X509Certificate::Verify() runs on a worker thread of CertVerifier.
    [all...]
ssl_client_socket_mac.cc 430 // X509Certificate::Verify() for chain building.
    [all...]
ssl_client_socket_openssl.cc 198 // by registering a no-op verify function.
200 DVLOG(3) << "skipping cert verify";
780 // SSL handshake is completed. Let's verify the certificate.
850 return verifier_->Verify(server_cert_, host_and_port_.host(), flags,
867 // result of verifier_.Verify.
869 // need to call verifier_.Verify repeatedly. But for now we need to do this.
    [all...]
ssl_client_socket_win.cc 308 // Verify the certificate's KU is good.
324 // Verify the current time is within the certificate's validity period.
328 // Verify private key metadata is associated with this certificate.
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 704 buildbot_common.BuildStep('Verify SDK Files')
707 verify_filelist.Verify(file_list_path, pepperdir)
931 # Verify the SDK contains what we expect.
  /external/chromium_org/net/quic/crypto/
crypto_server_config.cc 461 if (!ChannelIDVerifier::Verify(key, hkdf_input, signature)) {
    [all...]
proof_test.cc 42 TEST_P(ProofTest, Verify) {
189 // These sample signatures were generated by running the Proof.Verify test
350 // These sample signatures were generated by running the Proof.Verify test
  /external/chromium_org/third_party/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...]

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 91011>>