HomeSort by relevance Sort by last modified time
    Searched refs:HasExpired (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
rtccertificate.h 34 bool HasExpired(uint64_t now) const;
rtccertificate.cc 38 bool RTCCertificate::HasExpired(uint64_t now) const {
rtccertificate_unittests.cc 45 // RTCCertificate::Expires and ::HasExpired for ms -> s conversion.
61 return cert->HasExpired(now_s * kNumMillisecsPerSec);
  /external/v8/src/base/platform/
elapsed-timer.h 21 // |Elapsed()| or |HasExpired()|, and may be restarted using |Restart()|.
77 bool HasExpired(TimeDelta time_delta) const {
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 173 // HasExpired reports whether now is past the expiry time of certList.
174 func (certList *CertificateList) HasExpired(now time.Time) bool {
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 173 // HasExpired reports whether now is past the expiry time of certList.
174 func (certList *CertificateList) HasExpired(now time.Time) bool {
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go     [all...]

Completed in 867 milliseconds