/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/process/ |
D | misra-compliance.csv | 2 1,D,1.1,MISRA C 2012,Required,N/A,Yes, 3 2,D,2.1,MISRA C 2012,Required,N/A,Yes, 4 3,D,3.1,MISRA C 2012,Required,N/A,No,It can’t be done retroactively. 5 4,D,4.1,MISRA C 2012,Required,N/A,Yes, 6 5,D,4.2,MISRA C 2012,Advisory,N/A,Yes, 7 6,D,4.3,MISRA C 2012,Required,Yes,Yes, 8 7,D,4.4,MISRA C 2012,Advisory,Yes,Yes, 9 8,D,4.5,MISRA C 2012,Advisory,Yes,Yes, 10 9,D,4.6,MISRA C 2012,Advisory,No,No,We use a mix of both. It would be too disruptive for the projec… 11 10,D,4.7,MISRA C 2012,Required,Yes,Yes, [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/csv/examples/data/bench/ |
D | nfl.csv | 2 …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 …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
H A D | TCKIsoChronology.java | 2 * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. 27 * Copyright (c) 2008-2012, Stephen Colebourne & Michael Nascimento Santos 101 assertEquals(Chronology.from(LocalDate.of(2012, 6, 30)), IsoChronology.INSTANCE); in factory_from_TemporalAccessor_dateWithChronlogy() 171 return LocalDate.of(2012, 6, 30).toEpochDay(); in test_date_TemporalAccessor() 180 return (R) LocalDate.of(2012, 6, 30); in test_date_TemporalAccessor() 184 }), LocalDate.of(2012, 6, 30)); in test_date_TemporalAccessor() 207 return LocalDate.of(2012, 6, 30).toEpochDay(); in test_localDateTime_TemporalAccessor() 219 return (R) LocalDate.of(2012, 6, 30); in test_localDateTime_TemporalAccessor() 226 }), LocalDateTime.of(2012, 6, 30, 12, 30, 40)); in test_localDateTime_TemporalAccessor() 250 … return ZonedDateTime.of(2012, 6, 30, 12, 30, 40, 0, ZoneId.of("Europe/London")).toEpochSecond(); in test_zonedDateTime_TemporalAccessor() [all …]
|
H A D | TCKMinguoChronology.java | 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 27 * Copyright (c) 2008-2012, Stephen Colebourne & Michael Nascimento Santos 362 MinguoDate base = MinguoChronology.INSTANCE.date(2012, 10, 29); in test_adjust1() 364 assertEquals(test, MinguoChronology.INSTANCE.date(2012, 10, 31)); in test_adjust1() 380 MinguoDate test = minguo.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() 397 assertEquals(test, LocalDate.of(2012, 10, 29)); in test_LocalDate_adjustToMinguoDate() 404 assertEquals(test, LocalDateTime.of(2012, 10, 29, 0, 0)); in test_LocalDateTime_adjustToMinguoDate() 413 …{LocalDateTime.of(2012, 2, 29, 2, 7), MinguoChronology.INSTANCE.date(MinguoEra.ROC, 2012 - YDIFF, … in data_localDateTime() 414 …{ZonedDateTime.of(2012, 2, 29, 2, 7, 1, 1, ZONE_PARIS), MinguoChronology.INSTANCE.date(MinguoEra.R… in data_localDateTime() 415 …{OffsetDateTime.of(2012, 2, 29, 2, 7, 1, 1, OFFSET_PTWO), MinguoChronology.INSTANCE.date(MinguoEra… in data_localDateTime() [all …]
|
H A D | TCKThaiBuddhistChronology.java | 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 27 * Copyright (c) 2008-2012, Stephen Colebourne & Michael Nascimento Santos 182 {ThaiBuddhistChronology.INSTANCE.date(2555, 8, 29), LocalDate.of(2012, 8, 29)}, in data_samples() 427 ThaiBuddhistDate test = jdate.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() 444 assertEquals(test, LocalDate.of(2012, 10, 29)); in test_LocalDate_adjustToBuddhistDate() 451 assertEquals(test, LocalDateTime.of(2012, 10, 29, 0, 0)); in test_LocalDateTime_adjustToBuddhistDate() 552 {ResolverStyle.STRICT, -1, 2012, null, null, null}, in data_resolve_yearOfEra() 553 {ResolverStyle.SMART, -1, 2012, null, null, null}, in data_resolve_yearOfEra() 554 {ResolverStyle.LENIENT, -1, 2012, null, null, null}, in data_resolve_yearOfEra() 556 {ResolverStyle.STRICT, 0, 2012, null, ChronoField.YEAR, -2011}, in data_resolve_yearOfEra() [all …]
|
H A D | TCKJapaneseChronology.java | 2 o Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. 27 * Copyright (c) 2008-2012, Stephen Colebourne & Michael Nascimento Santos 521 JapaneseDate test = jdate.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() 522 assertEquals(test, JapaneseChronology.INSTANCE.date(2012, 7, 6)); in test_adjust_toLocalDate() 694 {JapaneseChronology.INSTANCE.date(2012, 12, 6), "Japanese Heisei 24-12-06"}, in data_toString() 789 fieldValues.put(ChronoField.YEAR, 2012L); in test_resolve_yearOfEra_yearOfEraAndYearOnly_valid() 793 assertEquals(fieldValues.get(ChronoField.YEAR), (Long) 2012L); in test_resolve_yearOfEra_yearOfEraAndYearOnly_valid() 828 {2012, 1, -365, date(2010, 12, 31), false, false}, in data_resolve_ymd() 829 {2012, 1, -364, date(2011, 1, 1), false, false}, in data_resolve_ymd() 830 {2012, 1, -31, date(2011, 11, 30), false, false}, in data_resolve_ymd() [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/temporal/ |
H A D | TestChronoUnit.java | 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 27 * Copyright (c) 2012, Stephen Colebourne & Michael Nascimento Santos 150 {date(2012, JULY, 2), date(2012, JULY, 1), 0}, in data_monthsBetween() 151 {date(2012, JULY, 2), date(2012, JULY, 2), 0}, in data_monthsBetween() 152 {date(2012, JULY, 2), date(2012, JULY, 3), 0}, in data_monthsBetween() 154 {date(2012, JULY, 2), date(2012, AUGUST, 1), 0}, in data_monthsBetween() 155 {date(2012, JULY, 2), date(2012, AUGUST, 2), 1}, in data_monthsBetween() 156 {date(2012, JULY, 2), date(2012, AUGUST, 3), 1}, in data_monthsBetween() 158 {date(2012, JULY, 2), date(2012, SEPTEMBER, 1), 1}, in data_monthsBetween() 159 {date(2012, JULY, 2), date(2012, SEPTEMBER, 2), 2}, in data_monthsBetween() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/temporal/ |
H A D | TestChronoUnit.java | 125 {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 …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
H A D | TCKDTFParsedInstant.java | 83 {"2012-10-28T01:45:00-02:30[Europe/Berlin]", in data_parse_WithZone_WithOffset() 84 … LocalDateTime.of(2012, 10, 28, 1, 45, 0, 0), ZoneOffset.of("-02:30"), EUROPE_BERLIN}, in data_parse_WithZone_WithOffset() 85 {"2012-10-28T01:45:00-01:00[Europe/Berlin]", in data_parse_WithZone_WithOffset() 86 … LocalDateTime.of(2012, 10, 28, 1, 45, 0, 0), ZoneOffset.of("-01:00"), EUROPE_BERLIN}, in data_parse_WithZone_WithOffset() 87 {"2012-10-28T01:45:00-00:00[Europe/Berlin]", in data_parse_WithZone_WithOffset() 88 … LocalDateTime.of(2012, 10, 28, 1, 45, 0, 0), ZoneOffset.of("-00:00"), EUROPE_BERLIN}, in data_parse_WithZone_WithOffset() 89 {"2012-10-28T01:45:00+00:00[Europe/Berlin]", in data_parse_WithZone_WithOffset() 90 … LocalDateTime.of(2012, 10, 28, 1, 45, 0, 0), ZoneOffset.of("+00:00"), EUROPE_BERLIN}, in data_parse_WithZone_WithOffset() 91 {"2012-10-28T01:45:00+01:00[Europe/Berlin]", in data_parse_WithZone_WithOffset() 92 … LocalDateTime.of(2012, 10, 28, 1, 45, 0, 0), ZoneOffset.of("+01:00"), EUROPE_BERLIN}, in data_parse_WithZone_WithOffset() [all …]
|
H A D | TCKLocalizedFieldParser.java | 2 * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. 30 * Copyright (c) 2010-2012, Stephen Colebourne & Michael Nascimento Santos 143 {"e W M y", "1 1 1 2012", 0, 10, LocalDate.of(2012, 1, 1)}, in provider_patternLocalDate() 144 {"e W M y", "1 2 1 2012", 0, 10, LocalDate.of(2012, 1, 8)}, in provider_patternLocalDate() 145 {"e W M y", "2 2 1 2012", 0, 10, LocalDate.of(2012, 1, 9)}, in provider_patternLocalDate() 146 {"e W M y", "3 2 1 2012", 0, 10, LocalDate.of(2012, 1, 10)}, in provider_patternLocalDate() 147 {"e W M y", "1 3 1 2012", 0, 10, LocalDate.of(2012, 1, 15)}, in provider_patternLocalDate() 148 {"e W M y", "2 3 1 2012", 0, 10, LocalDate.of(2012, 1, 16)}, in provider_patternLocalDate() 149 {"e W M y", "6 2 1 2012", 0, 10, LocalDate.of(2012, 1, 13)}, in provider_patternLocalDate() 150 {"e W M y", "6 2 7 2012", 0, 10, LocalDate.of(2012, 7, 13)}, in provider_patternLocalDate() [all …]
|
H A D | TCKDateTimeParseResolver.java | 146 {YEAR, 2012}, in data_resolveOneNoChange() 170 {YEAR, 2012, MONTH_OF_YEAR, 5}, in data_resolveTwoNoChange() 171 {YEAR, 2012, DAY_OF_MONTH, 5}, in data_resolveTwoNoChange() 172 {YEAR, 2012, DAY_OF_WEEK, 5}, in data_resolveTwoNoChange() 173 {YEAR, 2012, ALIGNED_WEEK_OF_YEAR, 5}, in data_resolveTwoNoChange() 174 {YEAR, 2012, ALIGNED_WEEK_OF_MONTH, 5}, in data_resolveTwoNoChange() 175 {YEAR, 2012, IsoFields.QUARTER_OF_YEAR, 3}, in data_resolveTwoNoChange() 176 {YEAR, 2012, MINUTE_OF_HOUR, 5}, in data_resolveTwoNoChange() 177 {YEAR, 2012, SECOND_OF_MINUTE, 5}, in data_resolveTwoNoChange() 178 {YEAR, 2012, NANO_OF_SECOND, 5}, in data_resolveTwoNoChange() [all …]
|
/aosp_15_r20/packages/apps/Calendar/tests/src/com/android/calendar/ |
D | UtilsTests.java | 76 private static final int NOW_YEAR = 2012; 217 // 12/31/2012 5pm - 1/1/2013 6pm in testGetDisplayedDatetime_differentYear() 218 start = createTimeInMillis(0, 0, 17, 31, 11, 2012); in testGetDisplayedDatetime_differentYear() 222 assertEquals("Mon, Dec 31, 2012, 5:00 PM – Tue, Jan 1, 2013, 6:00 PM", result); in testGetDisplayedDatetime_differentYear() 227 // 4/12/2012 5pm - 4/12/2012 6pm in testGetDisplayedDatetime_sameYear() 228 long start = createTimeInMillis(0, 0, 17, 12, 3, 2012); in testGetDisplayedDatetime_sameYear() 229 long end = createTimeInMillis(0, 0, 18, 12, 3, 2012); in testGetDisplayedDatetime_sameYear() 232 assertEquals("Thursday, April 12, 2012, 5:00 \u2013 6:00 PM", result); in testGetDisplayedDatetime_sameYear() 237 // 4/10/2012 5pm - 4/10/2012 6pm in testGetDisplayedDatetime_today() 247 // 4/10/2012 5pm - 4/11/2012 12am in testGetDisplayedDatetime_todayMidnight() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/d3/ |
D | d3d86b0e6d59c07ae23b9af766f281317ae16c5d | 99 …/test/2012-structural-redefinition-failures-jni-id/art-run-test-2012-structural-redefinition-failu… 100 …/test/2012-structural-redefinition-failures-jni-id/art-run-test-2012-structural-redefinition-failu… 127 …2012-structural-redefinition-failures-jni-id/art-run-test-2012-structural-redefinition-failures-jn… 130 …to: "out/soong/.intermediates/art/test/2012-structural-redefinition-failures-jni-id/art-run-test-2… 134 …to: "out/soong/.intermediates/art/test/2012-structural-redefinition-failures-jni-id/art-run-test-2… 138 …to: "out/soong/.intermediates/art/test/2012-structural-redefinition-failures-jni-id/art-run-test-2… 142 …to: "out/soong/.intermediates/art/test/2012-structural-redefinition-failures-jni-id/art-run-test-2… 146 …to: "out/soong/.intermediates/art/test/2012-structural-redefinition-failures-jni-id/art-run-test-2… 150 …to: "out/soong/.intermediates/art/test/2012-structural-redefinition-failures-jni-id/art-run-test-2… 154 …file: "out/soong/.intermediates/art/test/2012-structural-redefinition-failures-jni-id/art-run-test… [all …]
|
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/parser/ |
H A D | LogcatParserTest.java | 2 * Copyright (C) 2012 The Android Open Source Project 48 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_anr() 50 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStartTime()); in testParse_anr() 51 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStopTime()); in testParse_anr() 58 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getAnrs().get(0).getEventTime()); in testParse_anr() 72 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_anr_pid() 74 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStartTime()); in testParse_anr_pid() 75 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getStopTime()); in testParse_anr_pid() 82 assertEquals(parseTime("2012-04-25 17:17:08.445"), logcat.getAnrs().get(0).getEventTime()); in testParse_anr_pid() 95 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash() [all …]
|
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/ |
D | util_test.py | 184 ('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 …]
|
/aosp_15_r20/external/freetype/docs/oldlogs/ |
H A D | ChangeLog.24 | 633 This fixes commit 83c0ebab from 2012-06-27. 881 2012-12-27 Werner Lemberg <[email protected]> 885 2012-12-23 Werner Lemberg <[email protected]> 906 2012-12-21 Alexei Podtelezhnikov <[email protected]> 910 2012-12-21 Werner Lemberg <[email protected]> 919 2012-12-20 Werner Lemberg <[email protected]> 952 2012-12-20 Alexei Podtelezhnikov <[email protected]> 969 2012-12-19 Werner Lemberg <[email protected]> 973 2012-12-19 Alexei Podtelezhnikov <[email protected]> 977 2012-12-19 Alexei Podtelezhnikov <[email protected]> [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/temporal/ |
H A D | TCKIsoFields.java | 2 * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. 27 * Copyright (c) 2008-2012, Stephen Colebourne & Michael Nascimento Santos 191 {"2012:0:1", LocalDate.of(2011, 10, 1), false}, in data_parseLenientQuarter() 192 {"2012:5:1", LocalDate.of(2013, 1, 1), false}, in data_parseLenientQuarter() 194 {"2012:1:-1", LocalDate.of(2011, 12, 30), false}, in data_parseLenientQuarter() 195 {"2012:1:0", LocalDate.of(2011, 12, 31), false}, in data_parseLenientQuarter() 196 {"2012:0:0", LocalDate.of(2011, 9, 30), false}, in data_parseLenientQuarter() 198 {"2012:1:92", LocalDate.of(2012, 4, 1), true}, in data_parseLenientQuarter() 199 {"2012:2:92", LocalDate.of(2012, 7, 1), true}, in data_parseLenientQuarter() 200 {"2012:2:93", LocalDate.of(2012, 7, 2), false}, in data_parseLenientQuarter() [all …]
|
H A D | TCKWeekFields.java | 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 27 * Copyright (c) 2008-2012, Stephen Colebourne & Michael Nascimento Santos 166 LocalDate day = LocalDate.of(2012, 12, 31); // Known to be ISO Monday in test_weekOfMonthField() 199 LocalDate day = LocalDate.of(2012, 12, 31); // Known to be ISO Monday in test_weekOfYearField() 237 LocalDate day = LocalDate.of(2012, 12, 31); // Known to be ISO Monday in test_weekOfWeekBasedYearField() 276 LocalDate day = LocalDate.of(2012, 11, 30); in test_fieldRanges() 312 LocalDate day = LocalDate.of(2012, 12, 15); // Safely in the middle of a month in test_withDayOfWeek() 334 LocalDate day1 = LocalDate.of(2012, 1, weekFields.getMinimalDaysInFirstWeek()); in test_rangeWeekOfWeekBasedYear() 348 LocalDate day = LocalDate.of(2012, 12, 31); in test_withWeekOfWeekBasedYear() 382 LocalDate date = LocalDate.of(2012, 12, 15); in test_parse_resolve_localizedWom() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/ |
H A D | TestPeriod.java | 152 {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 …]
|
/aosp_15_r20/external/coreboot/LICENSES/ |
H A D | retained-copyrights.txt | 2 Copyright 2006-2012 Red Hat, Inc. 5 Copyright 2012, Google Inc. 6 Copyright © 2012 Intel Corporation 7 Copyright 2012 Red Hat Inc. 33 Copyright (c) 2009-2012, Code Aurora Forum. All rights reserved. 39 Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved. 40 Copyright (c) 2011-2012 The Linux Foundation. All rights reserved. 41 Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. 46 Copyright (c) 2012 - 2013, 2015, 2019 The Linux Foundation. 47 Copyright (c) 2012 - 2013, 2015 The Linux Foundation. All rights reserved. [all …]
|
/aosp_15_r20/external/toybox/tests/ |
H A D | date.test | 46 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 …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | extensions_table.h | 21 …_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 …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | TCKPeriod.java | 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 30 * Copyright (c) 2008-2012, Stephen Colebourne & Michael Nascimento Santos 450 {2010, 1, 1, 2012, 1, 1, 2, 0, 0}, in data_between() 473 {2010, 2, 28, 2012, 2, 27, 1, 11, 30}, in data_between() 474 {2010, 2, 28, 2012, 2, 28, 2, 0, 0}, in data_between() 475 {2010, 2, 28, 2012, 2, 29, 2, 0, 1}, in data_between() 477 {2012, 2, 28, 2014, 2, 27, 1, 11, 30}, in data_between() 478 {2012, 2, 28, 2014, 2, 28, 2, 0, 0}, in data_between() 479 {2012, 2, 28, 2014, 3, 1, 2, 0, 1}, in data_between() 481 {2012, 2, 29, 2014, 2, 28, 1, 11, 30}, in data_between() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-recommendations-ai/proto-google-cloud-recommendations-ai-v1beta1/src/main/java/com/google/cloud/recommendationengine/v1beta1/ |
H A D | ListUserEventsRequest.java | 211 * 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 …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
H A D | iso-639-3_Retirements.tab | 190 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 …]
|