Home
last modified time | relevance | path

Searched refs:day_of_week (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_entry_conversion_unittest.cc50 exploded.day_of_week = 2; // Tuesday in TEST()
64 exploded.day_of_week = 3; // Wednesday in TEST()
123 exploded.day_of_week = 1; // Monday in TEST()
135 exploded.day_of_week = 1; // Monday in TEST()
147 exploded.day_of_week = 2; // Tuesday in TEST()
205 exploded.day_of_week = 5; // Friday in TEST()
217 exploded.day_of_week = 0; // Sunday in TEST()
229 exploded.day_of_week = 2; // Tuesday in TEST()
277 exploded.day_of_week = 2; // Tuesday in TEST()
289 exploded.day_of_week = 2; // Tuesday in TEST()
[all …]
/external/chromium_org/chrome/browser/history/
Dvisit_filter_unittest.cc62 f.SetDayOfTheWeekFilter(et.day_of_week); in TEST_F()
101 VisitFilter::GetTimesOnTheDayOfTheWeek(et.day_of_week, t, 10U, &times); in TEST_F()
121 VisitFilter::GetTimesOnTheSameDayType(et.day_of_week, t, 10U, &times); in TEST_F()
129 if (et.day_of_week == 0 || et.day_of_week == 6) { in TEST_F()
132 if (et.day_of_week == 0) in TEST_F()
136 if (et.day_of_week != 1) in TEST_F()
137 t_start -= base::TimeDelta::FromDays(et.day_of_week - 1); in TEST_F()
Dvisit_filter.cc201 exploded_time.day_of_week - day); in GetTimesOnTheDayOfTheWeek()
238 GetTimesOnTheDayOfTheWeek(exploded_time.day_of_week ? 7 : 0, week, in GetTimesOnTheSameDayType()
240 GetTimesOnTheDayOfTheWeek(exploded_time.day_of_week ? 6 : -1, week, in GetTimesOnTheSameDayType()
/external/chromium/base/
Dtime_posix.cc92 exploded->day_of_week = timestruct.tm_wday; in Explode()
109 timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this in FromExploded()
Dtime_win.cc187 st.wDayOfWeek = exploded.day_of_week; in FromExploded()
233 exploded->day_of_week = st.wDayOfWeek; in Explode()
Dtime.cc124 is_in_range(day_of_week, 0, 6) && in HasValidValues()
Dtime_unittest.cc217 exploded.day_of_week = 0; // Should be unusued. in TEST()
Dtime.h211 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member
/external/chromium_org/chrome/installer/util/
Dgoogle_update_experiment_util.cc54 kDays[then.day_of_week], in BuildExperimentDateString()
/external/chromium_org/crypto/
Dnss_util_unittest.cc25 prxtime.tm_wday = exploded.day_of_week = 0; // Should be unusued. in TEST()
/external/chromium_org/base/time/
Dtime_posix.cc192 exploded->day_of_week = timestruct.tm_wday; in Explode()
209 timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this in FromExploded()
Dtime_win.cc215 st.wDayOfWeek = exploded.day_of_week; in FromExploded()
275 exploded->day_of_week = st.wDayOfWeek; in Explode()
Dtime_unittest.cc187 EXPECT_EQ(0, exploded.day_of_week); in TEST_F()
195 EXPECT_EQ(3, exploded.day_of_week); in TEST_F()
203 EXPECT_EQ(6, exploded.day_of_week); in TEST_F()
708 exploded.day_of_week = 0; // Should be unusued. in TEST()
Dtime.cc224 is_in_range(day_of_week, 0, 6) && in HasValidValues()
Dtime_mac.cc195 exploded->day_of_week = cf_day_of_week % 7; in Explode()
Dtime.h229 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member
/external/chromium/chrome/browser/history/
Dhistory_publisher_win.cc74 system_time.wDayOfWeek = exploded.day_of_week; in TimeToUTCVariantTime()
/external/chromium_org/google_apis/drive/
Dtime_util.cc130 exploded.day_of_week = 0; in GetTimeFromString()
/external/chromium/base/metrics/
Dfield_trial.cc57 exploded.day_of_week = 0; // Should be unused. in FieldTrial()
/external/chromium_org/net/cert/
Dx509_certificate_win.cc36 system_time->wDayOfWeek = exploded.day_of_week; in ExplodedTimeToSystemTime()
/external/chromium/crypto/
Dnss_util.cc706 exploded.day_of_week = prxtime.tm_wday; in PRTimeToBaseTime()
/external/chromium_org/chrome/browser/net/
Dsqlite_server_bound_cert_store_unittest.cc67 exploded_time.day_of_week = 0; // Unused. in GetTestCertCreationTime()
/external/chromium_org/base/metrics/
Dfield_trial.cc33 exploded.day_of_week = 0; // Should be unused. in CreateTimeFromParams()
/external/chromium/net/base/
Dx509_certificate_win.cc155 system_time->wDayOfWeek = exploded.day_of_week; in ExplodedTimeToSystemTime()
/external/chromium_org/third_party/mesa/src/include/GL/
Dvms_x_fix.h931 #define lib$day_of_week LIB$DAY_OF_WEEK

12