HomeSort by relevance Sort by last modified time
    Searched full:prxtime (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/crypto/
nss_util_unittest.cc 18 PRExplodedTime prxtime; local
19 prxtime.tm_params.tp_gmt_offset = 0;
20 prxtime.tm_params.tp_dst_offset = 0;
22 prxtime.tm_year = exploded.year = 2011;
24 prxtime.tm_month = 11;
25 prxtime.tm_wday = exploded.day_of_week = 0; // Should be unusued.
26 prxtime.tm_mday = exploded.day_of_month = 10;
27 prxtime.tm_hour = exploded.hour = 2;
28 prxtime.tm_min = exploded.minute = 52;
29 prxtime.tm_sec = exploded.second = 19
    [all...]

Completed in 47 milliseconds