/external/rust/crates/csv/examples/data/bench/ |
D | gtfs-mbta-stop-times.csv | 2597 "CR-Sunday-Fall-16-2001","8:40:00","8:40:00","South Station",1,"",0,1,1 2598 "CR-Sunday-Fall-16-2001","8:46:00","8:46:00","JFK/UMASS",2,"",3,3,1 2599 "CR-Sunday-Fall-16-2001","8:53:00","8:53:00","Quincy Center",3,"",3,3,1 2600 "CR-Sunday-Fall-16-2001","9:00:00","9:00:00","Braintree",4,"",0,0,1 2601 "CR-Sunday-Fall-16-2001","9:07:00","9:07:00","Holbrook/ Randolph",5,"",0,0,1 2602 "CR-Sunday-Fall-16-2001","9:12:00","9:12:00","Montello",6,"",0,0,1 2603 "CR-Sunday-Fall-16-2001","9:15:00","9:15:00","Brockton",7,"",0,0,1 2604 "CR-Sunday-Fall-16-2001","9:19:00","9:19:00","Campello",8,"",0,0,1 2605 "CR-Sunday-Fall-16-2001","9:27:00","9:27:00","Bridgewater",9,"",0,0,1 2606 "CR-Sunday-Fall-16-2001","9:38:00","9:38:00","Middleborough/ Lakeville",10,"",1,0,0 [all …]
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.nonmembers/ |
D | comparisons.pass.cpp | 31 constexpr weekday Sunday = std::chrono::Sunday; in main() local 38 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 39 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 43 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 44 month_weekday{std::chrono::January, weekday_indexed{Sunday, 2}}, in main() 48 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 49 month_weekday{std::chrono::February, weekday_indexed{Sunday, 1}}, in main() 54 month_weekday{std::chrono::January, weekday_indexed{Sunday, 2}}, in main() 59 month_weekday{std::chrono::February, weekday_indexed{Sunday, 1}}, in main() 66 month_weekday{month{i}, weekday_indexed{Sunday, 1}}, in main() [all …]
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.nonmembers/ |
D | comparisons.pass.cpp | 32 constexpr weekday Sunday = std::chrono::Sunday; in main() local 39 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 40 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 44 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 45 month_weekday{std::chrono::January, weekday_indexed{Sunday, 2}}, in main() 49 month_weekday{std::chrono::January, weekday_indexed{Sunday, 1}}, in main() 50 month_weekday{std::chrono::February, weekday_indexed{Sunday, 1}}, in main() 55 month_weekday{std::chrono::January, weekday_indexed{Sunday, 2}}, in main() 60 month_weekday{std::chrono::February, weekday_indexed{Sunday, 1}}, in main() 67 month_weekday{month{i}, weekday_indexed{Sunday, 1}}, in main() [all …]
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/ |
D | ok.pass.cpp | 29 constexpr weekday Sunday = std::chrono::Sunday; in main() local 35 static_assert( month_weekday{std::chrono::May, weekday_indexed{Sunday, 2}}.ok(), ""); in main() 37 assert(!(month_weekday(std::chrono::April, weekday_indexed{Sunday, 0}).ok())); in main() 38 assert( (month_weekday{std::chrono::March, weekday_indexed{Sunday, 1}}.ok())); in main() 43 month_weekday mwd{month{i}, weekday_indexed{Sunday, j}}; in main() 49 assert(!(month_weekday{month{13}, weekday_indexed{Sunday, i}}.ok())); in main()
|
D | weekday_indexed.pass.cpp | 29 constexpr weekday Sunday = std::chrono::Sunday; in main() local 38 month_weekday md(std::chrono::March, weekday_indexed{Sunday, i}); in main() 39 assert( static_cast<unsigned>(md.weekday_indexed().weekday() == Sunday)); in main()
|
D | month.pass.cpp | 29 constexpr weekday Sunday = std::chrono::Sunday; in main() local 38 month_weekday md(month{i}, weekday_indexed{Sunday, 1}); in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/ |
D | ok.pass.cpp | 30 constexpr weekday Sunday = std::chrono::Sunday; in main() local 36 static_assert( month_weekday{std::chrono::May, weekday_indexed{Sunday, 2}}.ok(), ""); in main() 38 assert(!(month_weekday(std::chrono::April, weekday_indexed{Sunday, 0}).ok())); in main() 39 assert( (month_weekday{std::chrono::March, weekday_indexed{Sunday, 1}}.ok())); in main() 44 month_weekday mwd{month{i}, weekday_indexed{Sunday, j}}; in main() 50 assert(!(month_weekday{month{13}, weekday_indexed{Sunday, i}}.ok())); in main()
|
D | weekday_indexed.pass.cpp | 30 constexpr weekday Sunday = std::chrono::Sunday; in main() local 39 month_weekday md(std::chrono::March, weekday_indexed{Sunday, i}); in main() 40 assert( static_cast<unsigned>(md.weekday_indexed().weekday() == Sunday)); in main()
|
D | month.pass.cpp | 30 constexpr weekday Sunday = std::chrono::Sunday; in main() local 39 month_weekday md(month{i}, weekday_indexed{Sunday, 1}); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ |
D | operator[].pass.cpp | 30 constexpr weekday Sunday = std::chrono::Sunday; in main() local 38 static_assert(Sunday[2].weekday() == Sunday, ""); in main() 39 static_assert(Sunday[2].index () == 2, ""); in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ |
D | operator[].pass.cpp | 31 constexpr weekday Sunday = std::chrono::Sunday; in main() local 39 static_assert(Sunday[2].weekday() == Sunday, ""); in main() 40 static_assert(Sunday[2].index () == 2, ""); in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/ |
D | literals.pass.cpp | 31 ASSERT_SAME_TYPE(const std::chrono::weekday, decltype(std::chrono::Sunday)); in main() 39 static_assert( std::chrono::Sunday == std::chrono::weekday(0), ""); in main() 47 assert(std::chrono::Sunday == std::chrono::weekday(0)); in main() 55 assert(static_cast<unsigned>(std::chrono::Sunday) == 0); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/ |
D | literals.pass.cpp | 30 ASSERT_SAME_TYPE(const std::chrono::weekday, decltype(std::chrono::Sunday)); in main() 38 static_assert( std::chrono::Sunday == std::chrono::weekday(0), ""); in main() 46 assert(std::chrono::Sunday == std::chrono::weekday(0)); in main() 54 assert(std::chrono::Sunday.c_encoding() == 0); in main()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-suspicious-enum-usage-strict.cpp | 51 Sunday enumerator 93 Sunday + Wednesday == (Sunday | Wednesday)) in dont_trigger()
|
D | bugprone-suspicious-enum-usage.cpp | 45 Sunday enumerator 85 Sunday + Wednesday == (Sunday | Wednesday)) in dont_trigger()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/ |
D | ctor.pass.cpp | 43 constexpr weekday_indexed wdi1{std::chrono::Sunday, 2}; in main() 44 static_assert( wdi1.weekday() == std::chrono::Sunday, ""); in main()
|
D | ok.pass.cpp | 32 static_assert( weekday_indexed{std::chrono::Sunday, 2}.ok(), ""); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/ |
D | ctor.pass.cpp | 42 constexpr weekday_indexed wdi1{std::chrono::Sunday, 2}; in main() 43 static_assert( wdi1.weekday() == std::chrono::Sunday, ""); in main()
|
D | ok.pass.cpp | 31 static_assert( weekday_indexed{std::chrono::Sunday, 2}.ok(), ""); in main()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ |
D | ok.pass.cpp | 39 constexpr weekday Sunday = std::chrono::Sunday; in main() local 68 …static_assert(!year_month_weekday{year{2019}, January, weekday_indexed{Sunday, 5}}.ok(), "");… in main()
|
/external/llvm-project/lldb/test/API/commands/target/basic/ |
D | c.c | 12 Sunday, in main() enumerator
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | southamerica | 41 # Argentina: first Sunday in October to first Sunday in April since 1976. 120 # the timezone for Argentina will not change next Sunday. 121 # Apparently it will do so on Sunday 24th.... 153 # Argentina will start DST on Sunday October 19, 2008. 239 # three days earlier, from a Saturday to a Sunday.... 242 # provinces). Sunday was May 30, only two days earlier. So the article 243 # contains a contradiction. I would give more credence to the Saturday/Sunday 255 # Sunday, May 30th and Monday, May 31st. It changed back to UTC-03:00 256 # at midnight between Saturday, July 24th and Sunday, July 25th.... 326 # decided that next Sunday instead of "staying" @utc-03:00 they will go [all …]
|
D | australasia | 288 # 2011 (last Sunday a good guess?). 328 # today confirmed that Fiji will start daylight savings at 2 am on Sunday 21st 329 # October 2012 and end at 3 am on Sunday 20th January 2013. 333 # Fiji will start daylight savings on Sunday 27th October, 2013 ... 349 # commencing at 2.00 am on Sunday 1st November, 2015 and ending at 350 # 3.00 am on Sunday 17th January, 2016. 354 # "Fiji's daylight savings will begin on Sunday, 6 November 2016, when 356 # end at 3.00am on Sunday 15th January 2017." 365 # ... The daylight saving period will end at 3am on Sunday January 13, 2019. 370 # Sunday, 10 November 2019 and ending at 3.00 am on Sunday, 12 January 2020." [all …]
|
/external/e2fsprogs/scrub/ |
D | e2scrub_all.timer.in | 5 # Run on Sunday at 3:10am, to avoid running afoul of DST changes
|
/external/llvm-project/lldb/test/API/lang/c/enum_types/ |
D | main.c | 35 Sunday, in main() enumerator
|