OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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_;
89
PRTime
current_time64 = static_cast<
PRTime
>(current_time) * PR_USEC_PER_SEC;
91
PRTime
parsed_time = 0;
98
PRTime
parsed_time = 0
[
all
...]
time.cc
17
#include "base/third_party/nspr/
prtime
.h"
254
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)
87
*
PRTime
--
97
* Notes on porting:
PRTime
corresponds to time_t in ANSI C. NSPR 1.0
101
typedef PRInt64
PRTime
;
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
)
[
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.
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"
104
PRTime
109
static const
PRTime
kSecondsToMicroseconds = static_cast<
PRTime
>(1000000);
134
PRTime
result
[
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>
[
all
...]
/external/curl/lib/vtls/
nss.c
794
PRTime
notBefore, notAfter;
824
PRTime
now;
[
all
...]
Completed in 132 milliseconds