Home
last modified time | relevance | path

Searched full:2012 (Results 1 – 25 of 10238) sorted by relevance

12345678910>>...410

/external/threetenbp/src/test/java/org/threeten/bp/temporal/
DTestChronoUnit.java125 {date(2012, JULY, 2), date(2012, JULY, 1), 0}, in data_monthsBetween()
126 {date(2012, JULY, 2), date(2012, JULY, 2), 0}, in data_monthsBetween()
127 {date(2012, JULY, 2), date(2012, JULY, 3), 0}, in data_monthsBetween()
129 {date(2012, JULY, 2), date(2012, AUGUST, 1), 0}, in data_monthsBetween()
130 {date(2012, JULY, 2), date(2012, AUGUST, 2), 1}, in data_monthsBetween()
131 {date(2012, JULY, 2), date(2012, AUGUST, 3), 1}, in data_monthsBetween()
133 {date(2012, JULY, 2), date(2012, SEPTEMBER, 1), 1}, in data_monthsBetween()
134 {date(2012, JULY, 2), date(2012, SEPTEMBER, 2), 2}, in data_monthsBetween()
135 {date(2012, JULY, 2), date(2012, SEPTEMBER, 3), 2}, in data_monthsBetween()
137 {date(2012, JULY, 2), date(2012, JUNE, 1), -1}, in data_monthsBetween()
[all …]
DTestIsoFields.java68 {LocalDate.of(2012, 12, 23), SUNDAY, 51, 2012}, in data_week()
69 {LocalDate.of(2012, 12, 24), MONDAY, 52, 2012}, in data_week()
70 {LocalDate.of(2012, 12, 27), THURSDAY, 52, 2012}, in data_week()
71 {LocalDate.of(2012, 12, 28), FRIDAY, 52, 2012}, in data_week()
72 {LocalDate.of(2012, 12, 29), SATURDAY, 52, 2012}, in data_week()
73 {LocalDate.of(2012, 12, 30), SUNDAY, 52, 2012}, in data_week()
74 {LocalDate.of(2012, 12, 31), MONDAY, 1, 2013}, in data_week()
/external/rust/crates/csv/examples/data/bench/
Dnfl.csv2 …D.Bailey kicks 69 yards from DAL 35 to NYG -4. D.Wilson to NYG 16 for 20 yards (A.Holmes).,0,0,2012
3 …05_DAL@NYG,1,59,56,NYG,DAL,1,10,84,(14:56) E.Manning pass incomplete deep left to H.Nicks.,0,0,2012
4 …4,(14:49) E.Manning pass short middle to V.Cruz to NYG 21 for 5 yards (S.Lee) [J.Hatcher].,0,0,2012
5 …,1,59,5,NYG,DAL,3,5,79,(14:05) (Shotgun) E.Manning pass incomplete short middle to V.Cruz.,0,0,2012
6 …ford punts 56 yards to DAL 23 Center-Z.DeOssie. D.Bryant to DAL 24 for 1 yard (Z.DeOssie).,0,0,2012
7 …G,1,58,44,DAL,NYG,1,10,76,(13:44) D.Murray left guard to DAL 27 for 3 yards (C.Blackburn).,0,0,2012
8 …05_DAL@NYG,1,58,7,DAL,NYG,2,7,73,(13:07) T.Romo sacked at DAL 19 for -8 yards (R.Bernard).,0,0,2012
9 …YG,1,57,27,DAL,NYG,3,15,81,(12:27) (Shotgun) T.Romo pass incomplete short left to F.Jones.,0,0,2012
10 …LTY on NYG-J.Hosley Clipping 13 yards enforced at NYG 26. Officially a return for 5 yards.,0,0,2012
11 …AL,1,10,87,(12:09) A.Bradshaw left tackle to NYG 15 for 2 yards (J.Hatcher J.Price-Brent).,0,0,2012
[all …]
/external/python/apitools/apitools/base/protorpclite/
Dutil_test.py184 ('2012-09-30T15:31:50.262', (2012, 9, 30, 15, 31, 50, 262000)),
185 ('2012-09-30T15:31:50', (2012, 9, 30, 15, 31, 50, 0))):
193 ('2012-09-30T15:31:50.262-06:00',
194 (2012, 9, 30, 15, 31, 50, 262000, util.TimeZoneOffset(-360))),
195 ('2012-09-30T15:31:50.262+01:30',
196 (2012, 9, 30, 15, 31, 50, 262000, util.TimeZoneOffset(90))),
197 ('2012-09-30T15:31:50+00:05',
198 (2012, 9, 30, 15, 31, 50, 0, util.TimeZoneOffset(5))),
199 ('2012-09-30T15:31:50+00:00',
200 (2012, 9, 30, 15, 31, 50, 0, util.TimeZoneOffset(0))),
[all …]
/external/toybox/tests/
Ddate.test46 testing "%N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%N" "20120123-12…
47 testing "%1N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%1N" "20120123-…
48 testing "%2N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%2N" "20120123-…
49 testing "%8N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%8N" "20120123-…
50 testing "%9N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%9N" "20120123-…
51 testing "%%N" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%%N" "20120123-…
52 testing "trailing %" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%Y%m%d-%H%M%S.%" "2012…
53 testing "just %" "touch -d 2012-01-23T12:34:56.123456789 f && date -r f +%" "%\n" "" ""
57 testing "-I" "touch -d 2012-01-23T12:34:56.123456789Z f && date -r f -u -I" \
58 "2012-01-23\n" "" ""
[all …]
/external/google-fonts/source-sans-pro/
DMETADATA.pb5 date_added: "2012-07-31"
13 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
22 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
31 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
40 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
49 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
58 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
67 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
76 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
85 …copyright: "Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Re…
[all …]
/external/google-cloud-java/java-recommendations-ai/proto-google-cloud-recommendations-ai-v1beta1/src/main/java/com/google/cloud/recommendationengine/v1beta1/
DListUserEventsRequestOrBuilder.java104 * eg: eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
105 * eventTime<"2012-04-23T18:25:43.511Z" eventType=search
117 * * Example 1: eventTime > "2012-04-23T18:25:43.511Z"
118 * eventTime < "2012-04-23T18:30:43.511Z"
119 * * Example 2: eventTime > "2012-04-23T18:25:43.511Z"
123 * * Example 4: eventTime > "2012-04-23T18:25:43.511Z"
141 * eg: eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
142 * eventTime<"2012-04-23T18:25:43.511Z" eventType=search
154 * * Example 1: eventTime > "2012-04-23T18:25:43.511Z"
155 * eventTime < "2012-04-23T18:30:43.511Z"
[all …]
DListUserEventsRequest.java211 * eg: eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
212 * eventTime<"2012-04-23T18:25:43.511Z" eventType=search
224 * * Example 1: eventTime > "2012-04-23T18:25:43.511Z"
225 * eventTime < "2012-04-23T18:30:43.511Z"
226 * * Example 2: eventTime > "2012-04-23T18:25:43.511Z"
230 * * Example 4: eventTime > "2012-04-23T18:25:43.511Z"
259 * eg: eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
260 * eventTime<"2012-04-23T18:25:43.511Z" eventType=search
272 * * Example 1: eventTime > "2012-04-23T18:25:43.511Z"
273 * eventTime < "2012-04-23T18:30:43.511Z"
[all …]
/external/rust/crates/plotters/examples/
Dslc-temp.rs86 (2012, 1, 35.6),
87 (2012, 2, 38.1),
88 (2012, 3, 49.1),
89 (2012, 4, 56.1),
90 (2012, 5, 63.4),
91 (2012, 6, 73.0),
92 (2012, 7, 79.0),
93 (2012, 8, 79.0),
94 (2012, 9, 68.8),
95 (2012, 10, 54.9),
[all …]
/external/armnn/third-party/half/
DChangeLog.txt85 1.7.0 release (2012-10-26):
92 1.6.1 release (2012-09-13):
99 1.6.0 release (2012-09-12):
107 1.5.1 release (2012-08-17):
115 1.5.0 release (2012-08-16):
123 1.4.0 release (2012-08-12):
129 1.3.1 release (2012-08-11):
136 1.3.0 release (2012-08-10):
147 1.2.0 release (2012-08-07):
155 1.1.2 release (2012-08-07):
[all …]
/external/threetenbp/src/test/java/org/threeten/bp/
DTestPeriod.java152 {2010, 1, 1, 2012, 1, 1, 2, 0, 0}, in data_between()
175 {2010, 2, 28, 2012, 2, 27, 1, 11, 30}, in data_between()
176 {2010, 2, 28, 2012, 2, 28, 2, 0, 0}, in data_between()
177 {2010, 2, 28, 2012, 2, 29, 2, 0, 1}, in data_between()
179 {2012, 2, 28, 2014, 2, 27, 1, 11, 30}, in data_between()
180 {2012, 2, 28, 2014, 2, 28, 2, 0, 0}, in data_between()
181 {2012, 2, 28, 2014, 3, 1, 2, 0, 1}, in data_between()
183 {2012, 2, 29, 2014, 2, 28, 1, 11, 30}, in data_between()
184 {2012, 2, 29, 2014, 3, 1, 2, 0, 1}, in data_between()
185 {2012, 2, 29, 2014, 3, 2, 2, 0, 2}, in data_between()
[all …]
DTestDateTimeUtils.java71 ZonedDateTime zdt = ZonedDateTime.of(2012, 6, 30, 11, 30, 40, 0, PARIS); in test_toZDT_Calendar()
76 calendar.set(2012, 6 - 1, 30, 11, 30, 40); in test_toZDT_Calendar()
81 ZonedDateTime zdt = ZonedDateTime.of(2012, 6, 30, 11, 30, 40, 0, PARIS); in test_toCalendar_ZDT()
85 calendar.set(2012, 6 - 1, 30, 11, 30, 40); in test_toCalendar_ZDT()
105 java.sql.Date sqlDate = new java.sql.Date(2012 - 1900, 6 - 1, 30); in test_toLocalDate_SqlDate()
106 LocalDate localDate = LocalDate.of(2012, 6, 30); in test_toLocalDate_SqlDate()
112 java.sql.Date sqlDate = new java.sql.Date(2012 - 1900, 6 - 1, 30); in test_toSqlDate_LocalDate()
113 LocalDate localDate = LocalDate.of(2012, 6, 30); in test_toSqlDate_LocalDate()
135 … java.sql.Timestamp sqlDateTime = new java.sql.Timestamp(2012 - 1900, 6 - 1, 30, 11, 30, 40, 0); in test_toLocalDateTime_SqlTimestamp()
136 LocalDateTime localDateTime = LocalDateTime.of(2012, 6, 30, 11, 30, 40, 0); in test_toLocalDateTime_SqlTimestamp()
[all …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab190 baz Tunen S Split into Tunen [tvu] and Nyokon [nvo] 2012-02-03
191 bjd Bandjigali M drl 2012-02-03
192 ccq Chaungtha M rki 2012-02-03
193 cka Khumi Awa Chin M cmr 2012-02-03
194 dap Nisi (India) S Split into Nyishi [njz] and Tagin [tgj] 2012-02-03
195 …umbe Dogon S Split into Dogon, Bankan Tey (Walo) [dbw] and Dogon, Ben Tey (Beni) [dbt] 2012-02-03
196 elp Elpaputih N 2012-02-03
197 gbc Garawa S Split into Garrwa [wrk] and Wanyi [wny] 2012-02-03
198 … some going to Green Gelao [gig], some to Red Gelao [gir], and some to White Gelao [giw] 2012-02-03
199 hrr Horuru M jal 2012-02-03
[all …]
/external/junit-params/src/test/java/junitparams/
DParamsConverterTest.java29 @Parameters({"01.12.2012"})
37 @Parameters({"01.12.2012,A"})
55 @Parameters({"01.12.2012"})
62 @Parameters({"01.12.2012"})
76 return Arrays.asList("01.12.2012"); in params()
80 @Parameters({"2012-12-01"})
87 @Parameters({"2012-12-01"})
91 .isEqualTo("2012-12-01"); in passesParametersWithOtherAnnotations()
95 assertThat(calendar.get(Calendar.YEAR)).isEqualTo(2012); in assertCalendarDate()
/external/mesa3d/src/mesa/main/
Dextensions_table.h21 …_buffer_object , ARB_query_buffer_object , GLL, GLC, x , x , 2012)
24 …r_trinary_minmax , dummy_true , GLL, GLC, x , x , 2012)
26 …x_shader_layer , AMD_vertex_shader_layer , GLL, GLC, x , x , 2012)
27 …x_shader_viewport_index , AMD_vertex_shader_viewport_index , GLL, GLC, x , x , 2012)
36 …c , ARB_sync , x , x , ES1, ES2, 2012)
42 …ompatibility , ARB_ES3_compatibility , GLL, GLC, x , x , 2012)
43 …s_of_arrays , ARB_arrays_of_arrays , GLL, GLC, x , x , 2012)
48 …_buffer_object , dummy_true , GLL, GLC, x , x , 2012)
54 …te_shader , ARB_compute_shader , GLL, GLC, x , x , 2012)
59 …image , ARB_copy_image , GLL, GLC, x , x , 2012)
[all …]
/external/freetype/docs/oldlogs/
DChangeLog.24633 This fixes commit 83c0ebab from 2012-06-27.
881 2012-12-27 Werner Lemberg <wl@gnu.org>
885 2012-12-23 Werner Lemberg <wl@gnu.org>
906 2012-12-21 Alexei Podtelezhnikov <apodtele@gmail.com>
910 2012-12-21 Werner Lemberg <wl@gnu.org>
919 2012-12-20 Werner Lemberg <wl@gnu.org>
952 2012-12-20 Alexei Podtelezhnikov <apodtele@gmail.com>
969 2012-12-19 Werner Lemberg <wl@gnu.org>
973 2012-12-19 Alexei Podtelezhnikov <apodtele@gmail.com>
977 2012-12-19 Alexei Podtelezhnikov <apodtele@gmail.com>
[all …]
/external/threetenbp/src/test/java/org/threeten/bp/format/
DTestDateTimeBuilderCombinations.java68 …{YEAR, 2012, MONTH_OF_YEAR, 6, DAY_OF_MONTH, 3, null, null, LocalDate.FROM, LocalDate.of(2012, 6, … in data_combine()
69 …{PROLEPTIC_MONTH, 2012 * 12 + 6 - 1, DAY_OF_MONTH, 3, null, null, null, null, LocalDate.FROM, Loca… in data_combine()
70 …{YEAR, 2012, ALIGNED_WEEK_OF_YEAR, 6, DAY_OF_WEEK, 3, null, null, LocalDate.FROM, LocalDate.of(201… in data_combine()
71 … {YEAR, 2012, DAY_OF_YEAR, 155, null, null, null, null, LocalDate.FROM, LocalDate.of(2012, 6, 3)}, in data_combine()
72 // {ERA, 1, YEAR_OF_ERA, 2012, DAY_OF_YEAR, 155, null, null, LocalDate.FROM, LocalDate.o… in data_combine()
73 // {YEAR, 2012, MONTH_OF_YEAR, 6, null, null, null, null, LocalDate.FROM, null}, in data_combine()
/external/antlr/
Dcontributors.txt54 2012/07/12, parrt, Terence Parr, parrt@antlr.org
55 2012/08/08, Zannick, Benjamin S Wolf, jokeserver@gmail.com
56 2012/09/15, martint, Martin Traverso, mtraverso@gmail.com
57 2012/09/16, qmx, Douglas Campos, qmx@qmx.me
58 2012/09/17, ksgokul, Gokulakannan Somasundaram, gokul007@gmail.com
59 2012/11/22, sharwell, Sam Harwell, sam@tunnelvisionlabs.com
60 2012/09/24, mike-lischke, Mike Lischke, mike@lischke-online.de
/external/rust/crates/chrono/src/
Dround.rs444 &NaiveDate::from_ymd_opt(2012, 12, 12) in test_duration_round()
452 "2012-12-12 18:25:00 UTC" in test_duration_round()
457 &NaiveDate::from_ymd_opt(2012, 12, 12) in test_duration_round()
465 "2012-12-12 18:20:00 UTC" in test_duration_round()
470 "2012-12-12 18:20:00 UTC" in test_duration_round()
474 "2012-12-12 18:30:00 UTC" in test_duration_round()
478 "2012-12-12 18:00:00 UTC" in test_duration_round()
482 "2012-12-13 00:00:00 UTC" in test_duration_round()
535 &NaiveDate::from_ymd_opt(2012, 12, 12) in test_duration_round_naive()
544 "2012-12-12 18:25:00" in test_duration_round_naive()
[all …]
/external/libexif/
DNEWS1 libexif-0.6.21 (2012-07-12):
8 and bug #3434545 (CVE-2012-2812, CVE-2012-2813, CVE-2012-2814,
9 CVE-2012-2836, CVE-2012-2837, CVE-2012-2840, CVE-2012-2841,
10 CVE-2012-2845)
/external/compiler-rt/
DREADME.android29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
30 * Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.)
31 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (C…
32 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (C…
33 * Recent downstreaming on 2012/04/25: Synced to r155350 (Contact sliao for merge questions.)
34 * Recent downstreaming on 2012/03/08: Synced to r152058 (Contact srhines for merge questions.)
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/mpd/
Dsample_mpd_stream_keys16 schemeIdUri="urn:mpeg:dash:event:2012"
22 schemeIdUri="urn:mpeg:dash:event:2012"
28 schemeIdUri="urn:mpeg:dash:event:2012"
52 schemeIdUri="urn:mpeg:dash:event:2012"
58 schemeIdUri="urn:mpeg:dash:event:2012"
69 schemeIdUri="urn:mpeg:dash:event:2012"
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/mpd/
Dsample_mpd_stream_keys16 schemeIdUri="urn:mpeg:dash:event:2012"
22 schemeIdUri="urn:mpeg:dash:event:2012"
28 schemeIdUri="urn:mpeg:dash:event:2012"
52 schemeIdUri="urn:mpeg:dash:event:2012"
58 schemeIdUri="urn:mpeg:dash:event:2012"
69 schemeIdUri="urn:mpeg:dash:event:2012"
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowDatePickerDialogTest.java23 new DatePickerDialog(ApplicationProvider.getApplicationContext(), null, 2012, 6, 7); in testGettersReturnInitialConstructorValues()
24 assertThat(shadowOf(datePickerDialog).getYear()).isEqualTo(2012); in testGettersReturnInitialConstructorValues()
33 new DatePickerDialog(ApplicationProvider.getApplicationContext(), null, 2012, 6, 7); in updateDate_shouldUpdateYearMonthAndDay()
47 new DatePickerDialog(ApplicationProvider.getApplicationContext(), null, 2012, 6, 7); in updateListener_shouldUpdateTheListenerPassedInto()
65 ApplicationProvider.getApplicationContext(), expectedDateSetListener, 2012, 6, 7); in savesTheCallback()
/external/cronet/third_party/icu/source/test/testdata/
Dformat.txt96 "ERA=1,YEAR=2012,MONTH=OCTOBER,DATE=8,HOUR_OF_DAY=23,MINUTE=59,SECOND=0",
97 "Monday, October 8, 2012"
104 "ERA=1,YEAR=2012,MONTH=OCTOBER,DATE=8,HOUR_OF_DAY=23,MINUTE=59,SECOND=0",
119 "ERA=1,YEAR=2012,MONTH=OCTOBER,DATE=8,HOUR_OF_DAY=23,MINUTE=59,SECOND=0",
120 "Monday, October 8, 2012, 11:59:00 PM GMT"
127 "ERA=1,YEAR=2012,MONTH=OCTOBER,DATE=8,HOUR_OF_DAY=23,MINUTE=59,SECOND=0",
128 "Oct 8, 2012, 11:59 PM"
151 "ERA=1,YEAR=2012,MONTH=OCTOBER,DATE=8,HOUR_OF_DAY=23,MINUTE=59,SECOND=0",
152 "segunda-feira, 8 de outubro de 2012 23:59:00 GMT"
159 "ERA=1,YEAR=2012,MONTH=OCTOBER,DATE=8,HOUR_OF_DAY=23,MINUTE=59,SECOND=0",
[all …]

12345678910>>...410