OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tm_params
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/crypto/
nss_util_unittest.cc
19
prxtime.
tm_params
.tp_gmt_offset = 0;
20
prxtime.
tm_params
.tp_dst_offset = 0;
/external/libchrome/base/third_party/nspr/
prtime.h
119
* offsets from the GMT must be saved in the '
tm_params
' field so that
125
* - replacing tm_isdst by
tm_params
;
153
PRTimeParameters
tm_params
; /* time parameters used by conversion */
member in struct:PRExplodedTime
163
*
tm_params
contains all 0's.
prtime.cc
137
result -= (exploded->
tm_params
.tp_gmt_offset +
138
exploded->
tm_params
.tp_dst_offset) * kSecondsToMicroseconds;
158
result -= exploded->
tm_params
.tp_gmt_offset +
159
exploded->
tm_params
.tp_dst_offset;
193
result -= exploded->
tm_params
.tp_gmt_offset +
194
exploded->
tm_params
.tp_dst_offset;
340
time->tm_sec -= time->
tm_params
.tp_gmt_offset
341
+ time->
tm_params
.tp_dst_offset;
342
time->
tm_params
.tp_gmt_offset = 0;
343
time->
tm_params
.tp_dst_offset = 0
[
all
...]
Completed in 186 milliseconds