Searched refs:PRTime (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/base/time/
H A Dpr_time_unittest.cc18 PRTime comparison_time_pdt = 1192477500 * Time::kMicrosecondsPerSecond;
22 PRTime comparison_time_2 = INT64_C(1373275692441381); // represented as GMT
29 // Use mktime to get a time_t, and turn it into a PRTime by converting
66 PRTime comparison_time_local_;
67 PRTime comparison_time_local_2_;
87 PRTime current_time64 = static_cast<PRTime>(current_time) * PR_USEC_PER_SEC;
89 PRTime parsed_time = 0;
96 PRTime parsed_time = 0;
104 PRTime parsed_tim
[all...]
H A Dtime.cc221 PRTime result_time = 0;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtime.h63 * PRTime --
73 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
77 typedef PRInt64 PRTime; typedef
104 * The corresponding type in NSPR 1.0 is called PRTime. Below is
108 * NSPR 1.0 PRInt64 PRTime
109 * NSPR 2.0 PRTime PRExplodedTime
175 PRTime __pascal __export __loadds
177 NSPR_API(PRTime)
184 * - From given PRTime, calculate PRExplodedTime in GMT
192 PRTime usec
[all...]
H A Dprio.h822 PRTime creationTime; /* Creation time per definition of PRTime */
823 PRTime modifyTime; /* Last modification time per definition of PRTime */
829 PRTime creationTime; /* Creation time per definition of PRTime */
830 PRTime modifyTime; /* Last modification time per definition of PRTime */
H A Dprtrace.h115 PRTime time; /* Value of PR_Now() at time of trace entry */
/external/chromium_org/base/third_party/nspr/
H A Dprtime.h87 * PRTime --
97 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
101 typedef PRInt64 PRTime; typedef
128 * The corresponding type in NSPR 1.0 is called PRTime. Below is
132 * NSPR 1.0 PRInt64 PRTime
133 * NSPR 2.0 PRTime PRExplodedTime
185 NSPR_API(PRTime)
211 * This parses a time/date string into a PRTime
250 PRTime *result);
H A Dprtime.cc102 PRTime
107 static const PRTime kSecondsToMicroseconds = static_cast<PRTime>(1000000);
132 PRTime result =
133 static_cast<PRTime>((uli.QuadPart / 10) - 11644473600000000i64);
152 // convert to microseconds which is what PRTime expects.
155 PRTime result = static_cast<PRTime>(absolute_time);
158 result += kCFAbsoluteTimeIntervalSince1970; // PRTime epoch is 1970
189 PRTime resul
[all...]
/external/chromium_org/crypto/
H A Dnss_util_unittest.cc33 PRTime pr_time = PR_ImplodeTime(&prxtime);
H A Dnss_util.cc1089 base::Time PRTimeToBaseTime(PRTime prtime) {
1094 PRTime BaseTimeToPRTime(base::Time time) {
/external/chromium_org/third_party/webrtc/base/
H A Dnssidentity.cc347 PRTime now = PR_Now();
348 PRTime not_before =
349 now + static_cast<PRTime>(params.not_before) * PR_USEC_PER_SEC;
350 PRTime not_after =
351 now + static_cast<PRTime>(params.not_after) * PR_USEC_PER_SEC;
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsNSSCertificateDB.cpp105 PRTime now = PR_Now();
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslauth.c289 PRTime now = PR_Now();
H A Dsslnonce.c427 PRTime now;
/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_nss.cc181 PRTime pr_issued, pr_expires;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_win95.h454 extern void _PR_FileTimeToPRTime(const FILETIME *filetime, PRTime *prtm);
H A D_winnt.h481 extern void _PR_FileTimeToPRTime(const FILETIME *filetime, PRTime *prtm);
H A D_beos.h598 NSPR_API(PRTime) _MD_now(void);
/external/chromium_org/net/cert/
H A Dx509_util_nss.cc436 PRTime prtime;
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc178 CERTCertDBHandle *handle, CERTCertificate *cert, PRTime time,

Completed in 394 milliseconds