| /external/sdv/vsomeip/third_party/boost/date_time/xmldoc/ |
| D | date_period.xml | 60 <entry><screen>date_period dp(date(2002,Jan,10), 61 date(2002,Jan,12));</screen></entry> 69 <entry><screen>date_period dp(date(2002,Jan,10), 153 <entry><screen>date_period dp(date(2002,Jan,1), 154 date(2002,Jan,10)); 155 dp.begin() --> 2002-Jan-01</screen> 164 <entry><screen>date_period dp(date(2002,Jan,1), 165 date(2002,Jan,10)); 166 dp.last() --> 2002-Jan-09</screen> 175 <entry><screen>date_period dp(date(2002,Jan,1), [all …]
|
| D | ex_date_period_calc.xml | 53 { date_period(date(2002,Feb,2), date(2002,Feb,4)),//weekend of 2nd-3rd 54 date_period(date(2002,Feb,9), date(2002,Feb,11)), 55 date_period(date(2002,Feb,16), date(2002,Feb,18)), 56 date_period(date(2002,Feb,23), date(2002,Feb,25)), 57 date_period(date(2002,Feb,12), date(2002,Feb,13))//a random holiday 2-12 77 date d(2002,Feb,16);
|
| D | ex_time_periods.xml | 21 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] 22 * contains 2002-Feb-01 03:00:05 23 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] 25 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] 27 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] 50 date d(2002,Feb,1); //an arbitrary date
|
| D | ex_local_utc_conversion.xml | 23 * 2001-Dec-31 19:00:00 in New York is 2002-Jan-01 00:00:00 UTC time 24 * 2002-Jan-01 00:00:00 UTC is 2001-Dec-31 19:00:00 New York time 27 * 2002-May-31 20:00:00 in New York is 2002-Jun-01 00:00:00 UTC time 28 * 2002-Jun-01 00:00:00 UTC is 2002-May-31 20:00:00 New York time 31 * 2002-May-31 17:00:00 in Arizona is 2002-Jun-01 00:00:00 UTC time 47 ptime t10(date(2002,Jan,1), hours(7)); 75 ptime t4(date(2002,May,31), hours(20)); //4 hours b/f midnight NY time 91 ptime t7(date(2002,May,31), hours(17));
|
| D | ex_print_hours.xml | 25 * 2002-Mar-08 16:30:59 26 * 2002-Mar-08 17:30:59 27 * 2002-Mar-08 18:30:59 28 * 2002-Mar-08 19:30:59 29 * 2002-Mar-08 20:30:59 30 * 2002-Mar-08 21:30:59 31 * 2002-Mar-08 22:30:59 32 * 2002-Mar-08 23:30:59
|
| D | ex_print_month.xml | 22 * Enter Year: 2002 24 * 2002-Feb-01 [Fri] 25 * 2002-Feb-02 [Sat] 26 * 2002-Feb-03 [Sun] 27 * 2002-Feb-04 [Mon] 28 * 2002-Feb-05 [Tue] 29 * 2002-Feb-06 [Wed] 30 * 2002-Feb-07 [Thu]
|
| /external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/ |
| D | testgenerators.cpp | 1 /* Copyright (c) 2002,2003,2005 CrystalClear Software, Inc. 39 std::cout << lsif.get_date(2002) << std::endl; //24th in main() 40 check("Last kday", date(2002,Feb,24) == lsif.get_date(2002)); in main() 43 check("Last kday", date(2002,Feb,28) == ltif.get_date(2002)); in main() 46 check("Last kday", date(2002,Feb,22) == lfif.get_date(2002)); in main() 52 std::cout << fsif.get_date(2002) << std::endl; //24th in main() 53 check("First kday", date(2002,Feb,3) == fsif.get_date(2002)); in main() 56 check("First kday", date(2002,Feb,7) == ftif.get_date(2002)); in main() 59 check("First kday", date(2002,Feb,1) == ffif.get_date(2002)); in main() 64 std::cout << fkaf.get_date(date(2002,Feb,1)) << std::endl; //feb 4 in main() [all …]
|
| /external/sdv/vsomeip/third_party/boost/date_time/example/gregorian/ |
| D | period_calc.cpp | 36 { date_period(date(2002,Feb,2), date(2002,Feb,4)),//weekend of 2nd-3rd in generateExclusion() 37 date_period(date(2002,Feb,9), date(2002,Feb,11)), in generateExclusion() 38 date_period(date(2002,Feb,16), date(2002,Feb,18)), in generateExclusion() 39 date_period(date(2002,Feb,23), date(2002,Feb,25)), in generateExclusion() 40 date_period(date(2002,Feb,12), date(2002,Feb,13))//a random holiday 2-12 in generateExclusion() 60 date d(2002,Feb,16); in main()
|
| D | print_month.cpp | 5 * Enter Year: 2002 7 * 2002-Feb-01 [Fri] 8 * 2002-Feb-02 [Sat] 9 * 2002-Feb-03 [Sun] 10 * 2002-Feb-04 [Mon] 11 * 2002-Feb-05 [Tue] 12 * 2002-Feb-06 [Wed] 13 * 2002-Feb-07 [Thu]
|
| D | print_holidays.cpp | 3 * Enter Year: 2002 4 * 2002-Jan-01 [Tue] 5 * 2002-Jan-21 [Mon] 6 * 2002-Feb-12 [Tue] 7 * 2002-Jul-04 [Thu] 8 * 2002-Sep-02 [Mon] 9 * 2002-Nov-28 [Thu] 10 * 2002-Dec-25 [Wed]
|
| /external/sdv/vsomeip/third_party/boost/date_time/example/posix_time/ |
| D | time_periods.cpp | 3 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] contains 2002-Feb-01 03:00:05 4 * [2002-Feb-01 00:00:00/2002-Feb-01 23:59:59.999999999] intersected with 5 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] is 6 * [2002-Feb-01 00:00:00/2002-Feb-01 03:00:04.999999999] 29 date d(2002,Feb,1); //an arbitrary date in main()
|
| D | local_utc_conversion.cpp | 5 * 2001-Dec-31 19:00:00 in New York is 2002-Jan-01 00:00:00 UTC time 6 * 2002-Jan-01 00:00:00 UTC is 2001-Dec-31 19:00:00 New York time 9 * 2002-May-31 20:00:00 in New York is 2002-Jun-01 00:00:00 UTC time 10 * 2002-Jun-01 00:00:00 UTC is 2002-May-31 20:00:00 New York time 13 * 2002-May-31 17:00:00 in Arizona is 2002-Jun-01 00:00:00 UTC time 29 ptime t10(date(2002,Jan,1), hours(7)); in main() 57 ptime t4(date(2002,May,31), hours(20)); //4 hours b/f midnight NY time in main() 73 ptime t7(date(2002,May,31), hours(17)); in main()
|
| D | print_hours.cpp | 8 * 2002-Mar-08 16:30:59 9 * 2002-Mar-08 17:30:59 10 * 2002-Mar-08 18:30:59 11 * 2002-Mar-08 19:30:59 12 * 2002-Mar-08 20:30:59 13 * 2002-Mar-08 21:30:59 14 * 2002-Mar-08 22:30:59 15 * 2002-Mar-08 23:30:59
|
| /external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/ |
| D | testdst_rules.cpp | 1 /* Copyright (c) 2002,2003 CrystalClear Software, Inc. 53 date d(2002,Feb,1); in main() 59 date dst_start(2002,Apr, 7); in main() 60 date dst_end(2002,Oct, 27); in main() 71 check("dst start", us_dst_local::local_dst_start_day(2002) == dst_start); in main() 72 check("dst end", us_dst_local::local_dst_end_day(2002) == dst_end); in main() 115 date dst_start2(2002,Oct,27); //last Sunday in Oct in main() 116 date dst_end2(2002,Mar,31); //last Sunday in March in main() 121 dstcalc::local_is_dst(date(2002,May,1),hours(3), in main() 129 dstcalc::local_is_dst(date(2002,Jan,1),hours(3), in main() [all …]
|
| /external/rust/android-crates-io/crates/spdx/src/text/licenses/ |
| D | GD | 5 …• Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Cold Spri… 6 • Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Boutell.Com, Inc. 7 • Portions relating to GD2 format copyright 1999, 2000, 2001, 2002, 2003, 2004 Philip Warner. 8 • Portions relating to PNG copyright 1999, 2000, 2001, 2002, 2003, 2004 Greg Roelofs. 9 …• Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002, 2003, 2004 John Ellson (ellson@gr… 10 • Portions relating to gdft.c copyright 2001, 2002, 2003, 2004 John Ellson (ellson@graphviz.org). 11 …• Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Pierre-Alain Joye (pierre@libg… 12 …tion copyright 2000, 2001, 2002, 2003, 2004, Doug Becker and copyright © 1994, 1995, 1996, 1997, 1… 15 …• Portions relating to WBMP copyright 2000, 2001, 2002, 2003, 2004 Maurice Szmurlo and Johan Van d…
|
| D | zlib-acknowledgement | 1 r#"Copyright (c) 2002-2007 Charlie Poole 2 Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov 3 Copyright (c) 2000-2002 Philip A. Craig 11 …yright (c) 2002-2007 Charlie Poole or Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Al…
|
| /external/python/pyyaml/lib/yaml/ |
| D | representer.py | 145 return self.represent_scalar('tag:yaml.org,2002:null', 'null') 148 return self.represent_scalar('tag:yaml.org,2002:str', data) 155 return self.represent_scalar('tag:yaml.org,2002:binary', data, style='|') 162 return self.represent_scalar('tag:yaml.org,2002:bool', value) 165 return self.represent_scalar('tag:yaml.org,2002:int', str(data)) 189 return self.represent_scalar('tag:yaml.org,2002:float', value) 199 return self.represent_sequence('tag:yaml.org,2002:seq', data) 202 # value.append(self.represent_mapping(u'tag:yaml.org,2002:map', 204 #return SequenceNode(u'tag:yaml.org,2002:pairs', value) 207 return self.represent_mapping('tag:yaml.org,2002:map', data) [all …]
|
| D | constructor.py | 176 if key_node.tag == 'tag:yaml.org,2002:value': 185 if key_node.tag == 'tag:yaml.org,2002:merge': 207 elif key_node.tag == 'tag:yaml.org,2002:value': 208 key_node.tag = 'tag:yaml.org,2002:str' 432 'tag:yaml.org,2002:null', 436 'tag:yaml.org,2002:bool', 440 'tag:yaml.org,2002:int', 444 'tag:yaml.org,2002:float', 448 'tag:yaml.org,2002:binary', 452 'tag:yaml.org,2002:timestamp', [all …]
|
| /external/llvm/test/CodeGen/SystemZ/ |
| D | frame-15.ll | 118 %region1 = alloca [2002 x float], align 8 119 %region2 = alloca [2002 x float], align 8 120 %start1 = getelementptr inbounds [2002 x float], [2002 x float]* %region1, i64 0, i64 0 121 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0 123 %ptr1 = getelementptr inbounds [2002 x float], [2002 x float]* %region1, i64 0, i64 1 124 %ptr2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 1 145 %region1 = alloca [2002 x float], align 8 146 %region2 = alloca [2002 x float], align 8 147 %start1 = getelementptr inbounds [2002 x float], [2002 x float]* %region1, i64 0, i64 0 148 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0 [all …]
|
| /external/zstd/contrib/linux-kernel/ |
| D | btrfs-extract-benchmark.sh | 12 # -rwxr-xr-x 1 terrelln 9.8M Apr 12 2002 dickens 13 # -rwxr-xr-x 1 terrelln 49M May 31 2002 mozilla 15 # -rwxr-xr-x 1 terrelln 32M Apr 2 2002 nci 16 # -rwxr-xr-x 1 terrelln 5.9M Jul 4 2002 ooffice 17 # -rwxr-xr-x 1 terrelln 9.7M Apr 11 2002 osdb 18 # -rwxr-xr-x 1 terrelln 6.4M Apr 2 2002 reymont 19 # -rwxr-xr-x 1 terrelln 21M Mar 25 2002 samba 20 # -rwxr-xr-x 1 terrelln 7.0M Mar 24 2002 sao 21 # -rwxr-xr-x 1 terrelln 40M Mar 25 2002 webster 22 # -rwxr-xr-x 1 terrelln 8.1M Apr 4 2002 x-ray
|
| D | btrfs-benchmark.sh | 12 # -rwxr-xr-x 1 terrelln 9.8M Apr 12 2002 dickens 13 # -rwxr-xr-x 1 terrelln 49M May 31 2002 mozilla 15 # -rwxr-xr-x 1 terrelln 32M Apr 2 2002 nci 16 # -rwxr-xr-x 1 terrelln 5.9M Jul 4 2002 ooffice 17 # -rwxr-xr-x 1 terrelln 9.7M Apr 11 2002 osdb 18 # -rwxr-xr-x 1 terrelln 6.4M Apr 2 2002 reymont 19 # -rwxr-xr-x 1 terrelln 21M Mar 25 2002 samba 20 # -rwxr-xr-x 1 terrelln 7.0M Mar 24 2002 sao 21 # -rwxr-xr-x 1 terrelln 40M Mar 25 2002 webster 22 # -rwxr-xr-x 1 terrelln 8.1M Apr 4 2002 x-ray
|
| /external/tcpdump/tests/ |
| D | mptcp-fclose.out | 3 …3 2013-02-25 15:40:42.768187 IP 10.1.1.2.37479 > 10.2.1.2.2002: Flags [S], seq 1895673170, win 14… 4 …4 2013-02-25 15:40:42.768439 IP 10.2.1.2.2002 > 10.1.1.2.37479: Flags [S.], seq 2868811558, ack 1… 5 …5 2013-02-25 15:40:42.768831 IP 10.1.1.2.37479 > 10.2.1.2.2002: Flags [.], ack 1, win 229, option… 6 …6 2013-02-25 15:40:42.769130 IP 10.1.1.2.37479 > 10.2.1.2.2002: Flags [P.], seq 1:2, ack 1, win 2… 7 …7 2013-02-25 15:40:42.769364 IP 10.2.1.2.2002 > 10.1.1.2.37479: Flags [.], ack 2, win 224, option… 8 …8 2013-02-25 15:40:43.780182 IP 10.2.1.2.2002 > 10.1.1.2.37479: Flags [P.], seq 1:2, ack 2, win 2… 9 …9 2013-02-25 15:40:43.780384 IP 10.1.1.2.37479 > 10.2.1.2.2002: Flags [.], ack 2, win 229, option… 10 …10 2013-02-25 15:40:47.779986 IP 10.1.1.2.37479 > 10.2.1.2.2002: Flags [.], ack 2, win 229, optio… 11 …11 2013-02-25 15:40:47.780117 IP 10.2.1.2.2002 > 10.1.1.2.37479: Flags [R.], seq 2, ack 2, win 22…
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/ |
| D | DateUtilsTest.java | 177 dateAmPm1 = dateTimeParser.parse("February 3, 2002 01:10:00.000"); in setUp() 178 dateAmPm2 = dateTimeParser.parse("February 3, 2002 11:10:00.000"); in setUp() 179 dateAmPm3 = dateTimeParser.parse("February 3, 2002 13:10:00.000"); in setUp() 180 dateAmPm4 = dateTimeParser.parse("February 3, 2002 19:10:00.000"); in setUp() 181 date0 = dateTimeParser.parse("February 3, 2002 12:34:56.789"); in setUp() 182 date1 = dateTimeParser.parse("February 12, 2002 12:34:56.789"); in setUp() 398 assertEquals(dateTimeParser.parse("March 28, 2002 14:00:00.000"), in testCeil() 400 dateTimeParser.parse("March 28, 2002 13:45:01.231"), in testCeil() 403 assertEquals(dateTimeParser.parse("April 1, 2002 00:00:00.000"), in testCeil() 405 dateTimeParser.parse("March 28, 2002 13:45:01.231"), in testCeil() [all …]
|
| /external/ethtool/ |
| D | ChangeLog | 102 Mon Oct 21 2002 Ben Collins <bcollins@debian.org> 113 Thu Oct 17 2002 Tim Hockin <thockin@sun.com> 117 Wed Sep 18 2002 Scott Feldman <scott.feldman@intel.com> 123 Thu Jun 20 2002 Jeff Garzik <jgarzik@mandrakesoft.com> 128 Fri Jun 14 2002 Jeff Garzik <jgarzik@mandrakesoft.com> 134 Fri Jun 14 2002 Jeff Garzik <jgarzik@mandrakesoft.com> 138 Fri Jun 14 2002 Jeff Garzik <jgarzik@mandrakesoft.com> 143 Tue Jun 11 2002 Jeff Garzik <jgarzik@mandrakesoft.com> 151 Tue Jun 11 2002 Jeff Garzik <jgarzik@mandrakesoft.com> 159 Tue Jun 11 2002 Jeff Garzik <jgarzik@mandrakesoft.com> [all …]
|
| /external/llvm/test/YAMLParser/ |
| D | spec-02-24.test | 3 %TAG ! tag:clarkevans.com,2002: 6 # tag:clarkevans.com,2002:circle 18 #CHECK: !<tag:clarkevans.com,2002:shape> 19 #CHECK: !<tag:clarkevans.com,2002:circle> 20 #CHECK: !<tag:clarkevans.com,2002:line> 21 #CHECK: !<tag:clarkevans.com,2002:label>
|