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

  /external/libchrome/base/time/
pr_time_unittest.cc 10 #include "base/third_party/nspr/prtime.h"
20 PRTime comparison_time_pdt = 1192477500 * Time::kMicrosecondsPerSecond;
24 PRTime comparison_time_2 = INT64_C(1373275692441381); // represented as GMT
31 // Use mktime to get a time_t, and turn it into a PRTime by converting
68 PRTime comparison_time_local_;
69 PRTime comparison_time_local_2_;
88 PRTime current_time64 = static_cast<PRTime>(current_time) * PR_USEC_PER_SEC;
90 PRTime parsed_time = 0;
97 PRTime parsed_time = 0
    [all...]
time.cc 17 #include "base/third_party/nspr/prtime.h"
319 PRTime result_time = 0;
  /external/libchrome/base/third_party/nspr/
prtime.h 41 * prtime.h --
46 * prtime.cc. These types have been copied over from the following NSPR
47 * files prtime.h, prtypes.h(CVS revision 3.35), prlong.h(CVS revision 3.13)
98 * PRTime --
108 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
112 typedef PRInt64 PRTime;
139 * The corresponding type in NSPR 1.0 is called PRTime. Below is
143 * NSPR 1.0 PRInt64 PRTime
144 * NSPR 2.0 PRTime PRExplodedTime
196 NSPR_API(PRTime)
    [all...]
prtime.cc 39 * prtime.cc --
40 * NOTE: The original nspr file name is prtime.c
48 * The following functions were copied from the NSPR prtime.c file.
57 * http://lxr.mozilla.org/nspr/source/pr/src/misc/prtime.c#221
58 * All types and macros are defined in the base/third_party/prtime.h file.
61 * 1. prtime.h
71 #include "base/third_party/nspr/prtime.h"
136 PRTime
140 PRTime retVal;
424 * This parses a time/date string into a PRTime
    [all...]
  /external/libchrome/crypto/
nss_util_unittest.cc 7 #include <prtime.h>
36 PRTime pr_time = PR_ImplodeTime(&prxtime);
nss_util.cc 12 #include <prtime.h>
890 base::Time PRTimeToBaseTime(PRTime prtime) {
892 prtime + base::Time::UnixEpoch().ToInternalValue());
895 PRTime BaseTimeToPRTime(base::Time time) {
  /external/curl/lib/vtls/
nss.c 915 PRTime notBefore, notAfter;
945 PRTime now;
    [all...]

Completed in 222 milliseconds