/external/chromium_org/chrome/browser/chromeos/drive/ |
D | resource_entry_conversion_unittest.cc | 50 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/ |
D | visit_filter_unittest.cc | 62 f.SetDayOfTheWeekFilter(et.day_of_week); in TEST_F() 101 VisitFilter::GetTimesOnTheDayOfTheWeek(et.day_of_week, t, 10U, ×); in TEST_F() 121 VisitFilter::GetTimesOnTheSameDayType(et.day_of_week, t, 10U, ×); 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()
|
D | visit_filter.cc | 201 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/ |
D | time_posix.cc | 92 exploded->day_of_week = timestruct.tm_wday; in Explode() 109 timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this in FromExploded()
|
D | time_win.cc | 187 st.wDayOfWeek = exploded.day_of_week; in FromExploded() 233 exploded->day_of_week = st.wDayOfWeek; in Explode()
|
D | time.cc | 124 is_in_range(day_of_week, 0, 6) && in HasValidValues()
|
D | time_unittest.cc | 217 exploded.day_of_week = 0; // Should be unusued. in TEST()
|
D | time.h | 211 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member
|
/external/chromium_org/chrome/installer/util/ |
D | google_update_experiment_util.cc | 54 kDays[then.day_of_week], in BuildExperimentDateString()
|
/external/chromium_org/crypto/ |
D | nss_util_unittest.cc | 25 prxtime.tm_wday = exploded.day_of_week = 0; // Should be unusued. in TEST()
|
/external/chromium_org/base/time/ |
D | time_posix.cc | 192 exploded->day_of_week = timestruct.tm_wday; in Explode() 209 timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this in FromExploded()
|
D | time_win.cc | 215 st.wDayOfWeek = exploded.day_of_week; in FromExploded() 275 exploded->day_of_week = st.wDayOfWeek; in Explode()
|
D | time_unittest.cc | 187 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()
|
D | time.cc | 224 is_in_range(day_of_week, 0, 6) && in HasValidValues()
|
D | time_mac.cc | 195 exploded->day_of_week = cf_day_of_week % 7; in Explode()
|
D | time.h | 229 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member
|
/external/chromium/chrome/browser/history/ |
D | history_publisher_win.cc | 74 system_time.wDayOfWeek = exploded.day_of_week; in TimeToUTCVariantTime()
|
/external/chromium_org/google_apis/drive/ |
D | time_util.cc | 130 exploded.day_of_week = 0; in GetTimeFromString()
|
/external/chromium/base/metrics/ |
D | field_trial.cc | 57 exploded.day_of_week = 0; // Should be unused. in FieldTrial()
|
/external/chromium_org/net/cert/ |
D | x509_certificate_win.cc | 36 system_time->wDayOfWeek = exploded.day_of_week; in ExplodedTimeToSystemTime()
|
/external/chromium/crypto/ |
D | nss_util.cc | 706 exploded.day_of_week = prxtime.tm_wday; in PRTimeToBaseTime()
|
/external/chromium_org/chrome/browser/net/ |
D | sqlite_server_bound_cert_store_unittest.cc | 67 exploded_time.day_of_week = 0; // Unused. in GetTestCertCreationTime()
|
/external/chromium_org/base/metrics/ |
D | field_trial.cc | 33 exploded.day_of_week = 0; // Should be unused. in CreateTimeFromParams()
|
/external/chromium/net/base/ |
D | x509_certificate_win.cc | 155 system_time->wDayOfWeek = exploded.day_of_week; in ExplodedTimeToSystemTime()
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | vms_x_fix.h | 931 #define lib$day_of_week LIB$DAY_OF_WEEK
|