Home
last modified time | relevance | path

Searched refs:day_of_month (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium/net/ftp/
Dftp_directory_listing_parser_unittest.h26 int day_of_month; member
56 EXPECT_EQ(test_case.day_of_month, time_exploded.day_of_month); in VerifySingleLineTestCase()
67 mock_current_time_exploded.day_of_month = 15; in GetMockCurrentTime()
Dftp_directory_listing_parser_unittest.cc76 mock_current_time_exploded.day_of_month = 15; in TEST()
114 int year, month, day_of_month, hour, minute; in TEST() local
117 base::StringToInt(lines[8 * i + 5], &day_of_month); in TEST()
140 EXPECT_EQ(day_of_month, time_exploded.day_of_month); in TEST()
Dftp_util.cc167 if (!base::StringToInt(day, &time_exploded.day_of_month)) in LsDateListingToTime()
169 if (time_exploded.day_of_month > 31) in LsDateListingToTime()
207 time_exploded.day_of_month > current_exploded.day_of_month)) { in LsDateListingToTime()
Dftp_directory_listing_parser_windows.cc31 if (!base::StringToInt(date_parts[1], &time_exploded.day_of_month)) in WindowsDateListingToTime()
Dftp_util_unittest.cc170 EXPECT_EQ(kTestCases[i].expected_day_of_month, time_exploded.day_of_month); in TEST()
Dftp_directory_listing_parser_vms.cc149 if (!base::StringToInt(date_parts[0], &time_exploded.day_of_month)) in VmsDateListingToTime()
/external/chromium/base/metrics/
Dfield_trial.cc36 const int day_of_month) in FieldTrial() argument
51 DCHECK_GT(day_of_month, 0); in FieldTrial()
52 DCHECK_LT(day_of_month, 32); in FieldTrial()
58 exploded.day_of_month = day_of_month; in FieldTrial()
Dfield_trial.h112 const int month, const int day_of_month);
/external/chromium/base/
Dtime_mac.cc69 date.day = exploded.day_of_month; in FromExploded()
92 exploded->day_of_month = date.day; in Explode()
Dtime_posix.cc93 exploded->day_of_month = timestruct.tm_mday; in Explode()
106 timestruct.tm_mday = exploded.day_of_month; in FromExploded()
Dtime_unittest.cc35 EXPECT_EQ(tms.tm_mday, exploded.day_of_month); in TEST()
218 exploded.day_of_month = 1; in TEST()
Dtime_win.cc188 st.wDay = exploded.day_of_month; in FromExploded()
234 exploded->day_of_month = st.wDay; in Explode()
Dtime.cc125 is_in_range(day_of_month, 1, 31) && in HasValidValues()
Dtime.h212 int day_of_month; // 1-based day of month (1-31) member
/external/chromium/chrome/browser/history/
Dtext_database_manager_unittest.cc73 exploded.day_of_month = 3; in AddAllPages()
89 exploded.day_of_month++; in AddAllPages()
98 exploded.day_of_month++; in AddAllPages()
117 exploded.day_of_month++; in AddAllPages()
127 exploded.day_of_month++; in AddAllPages()
Dhistory_publisher_win.cc75 system_time.wDay = exploded.day_of_month; in TimeToUTCVariantTime()
/external/chromium/net/base/
Dx509_cert_types.cc110 exploded.day_of_month = ParseIntAndAdvance(&field, 2, &valid); in ParseCertificateDate()
/external/chromium/chrome/browser/extensions/
Dconvert_web_app.cc81 create_time_exploded.day_of_month, in ConvertTimeToExtensionVersion()
Dconvert_web_app_unittest.cc69 exploded.day_of_month = day; in GetTestTime()
/external/chromium/chrome/browser/chromeos/
Dversion_loader.cc173 ctime.day_of_month); in GetVersion()
/external/icu4c/i18n/
Dcalendar.cpp1725 int32_t day_of_month = (internalGet(UCAL_DAY_OF_MONTH) + amount*7 - in roll() local
1727 if (day_of_month < 0) day_of_month += gap; in roll()
1728 day_of_month += start; in roll()
1731 if (day_of_month < 1) day_of_month = 1; in roll()
1732 if (day_of_month > monthLen) day_of_month = monthLen; in roll()
1740 set(UCAL_DAY_OF_MONTH, day_of_month); in roll()
/external/chromium/chrome/browser/diagnostics/
Ddiagnostics_main.cc255 exploded.year, exploded.month, exploded.day_of_month, in PrintableUSCurrentTime()
/external/chromium/chrome/common/
Dlogging_chrome.cc170 time_deets.day_of_month, in GenerateTimestampedName()
/external/chromium/chrome/browser/ui/webui/
Dhistory2_ui.cc337 exploded.day_of_month = 1; in CreateMonthQueryOptions()
Dhistory_ui.cc325 exploded.day_of_month = 1; in CreateMonthQueryOptions()

12