| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
| D | DateUtils.java | 6 * (the "License"); you may not use this file except in compliance with 9 * http://www.apache.org/licenses/LICENSE-2.0 22 import java.util.Date; 34 * {@link java.util.Calendar} and {@link java.util.Date} object. 40 * This way date-fields will be ignored in bottom-up order. 41 * As a complement to these methods we've introduced some fragment-methods. 42 * With these methods the Date-fields will be ignored in top-down order. 43 * Since a date without a year is not a valid date, you have to decide in what 44 * kind of date-field you want your result, for instance milliseconds or days. 47 * Several methods are provided for adding to {@link Date} objects, of the form [all …]
|
| D | DateFormatUtils.java | 6 * (the "License"); you may not use this file except in compliance with 9 * http://www.apache.org/licenses/LICENSE-2.0 20 import java.util.Date; 25 * Date and time formatting utilities and constants. 27 * <p>Formatting is performed using the thread-safe 31 * override any previously called Calendar.clear() calls. See LANG-755.</p> 34 * will assume current year as week year is not supported. See {@link java.util.GregorianCalendar} 48 * ISO 8601 formatter for date-time without time zone. 51 * The format used is {@code yyyy-MM-dd'T'HH:mm:ss}. This format uses the 58 = FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ss"); [all …]
|
| /external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/ |
| D | testdst_rules.cpp | 16 typedef boost::gregorian::date date_type; 17 typedef boost::gregorian::date::day_type day_type; 18 typedef boost::gregorian::date::month_type month_type; 19 typedef boost::gregorian::date::year_type year_type; 20 typedef boost::date_time::partial_date<boost::gregorian::date> start_rule_functor; 21 typedef boost::date_time::partial_date<boost::gregorian::date> end_rule_functor; 53 date d(2002,Feb,1); in main() 58 typedef boost::date_time::us_dst_rules<date, time_duration, 120, 60> us_dst_local; in main() 59 date dst_start(2002,Apr, 7); in main() 60 date dst_end(2002,Oct, 27); in main() [all …]
|
| /external/threetenbp/src/main/java/org/threeten/bp/ |
| D | LocalDateTime.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 71 * A date-time without a time-zone in the ISO-8601 calendar system, 72 * such as {@code 2007-12-23T10:15:30}. 74 * {@code LocalDateTime} is an immutable date-time object that represents a date-time, 75 * often viewed as year-month-day-hour-minute-second. Other date and time fields, 76 * such as day-of-year, day-of-week and week-of-year, can also be accessed. 81 * This class does not store or represent a time-zone. [all …]
|
| D | ZonedDateTime.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 67 * A date-time with a time-zone in the ISO-8601 calendar system, 68 * such as {@code 2007-12-23T10:15:30+01:00 Europe/Paris}. 70 * {@code ZonedDateTime} is an immutable representation of a date-time with a time-zone. 71 * This class stores all date and time fields, to a precision of nanoseconds, 72 * and a time-zone, with a zone offset used to handle ambiguous local date-times. 74 * "2nd October 2007 at 13:45.30.123456789 +02:00 in the Europe/Paris time-zone" [all …]
|
| D | OffsetDateTime.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 68 * A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, 69 * such as {@code 2007-12-23T10:15:30+01:00}. 71 * {@code OffsetDateTime} is an immutable representation of a date-time with an offset. 72 * This class stores all date and time fields, to a precision of nanoseconds, 77 * on the time-line to nanosecond precision. 80 * the local date-time to be obtained. [all …]
|
| D | LocalDate.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 77 * A date without a time-zone in the ISO-8601 calendar system, 78 * such as {@code 2007-12-23}. 80 * {@code LocalDate} is an immutable date-time object that represents a date, 81 * often viewed as year-month-day. Other date fields, such as day-of-year, 82 * day-of-week and week-of-year, can also be accessed. 85 * This class does not store or represent a time or time-zone. [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.6.1rc1.rst | 2 .. date: 9892 4 .. release date: 2017-03-04 13 .. date: 9891 14 .. nonce: G5iS-P 22 .. date: 9890 27 TypeError when kwargs is not a dict. But it might cause segv when args=NULL 28 and kwargs is not a dict. 33 .. date: 9889 43 .. date: 9888 53 .. date: 9887 [all …]
|
| D | 3.5.3rc1.rst | 1 .. release date: 2017-01-02 3 .. date: 9755 15 .. date: 9753 25 .. date: 9898 34 .. date: 9897 38 Do not include <sys/random.h> if it does not exist. 43 .. date: 9896 47 Fix a memory leak in split-table dictionaries: setattr() must not convert 53 .. date: 9895 63 .. date: 9894 [all …]
|
| D | 3.10.0a4.rst | 2 .. date: 2021-01-03-04-41-25 4 .. release date: 2021-01-04 12 .. date: 2021-01-03-00-20-38 16 Fix the column offsets for f-strings :mod:`ast` nodes surrounded by 22 .. date: 2020-12-31-20-58-22 32 .. date: 2020-12-27-18-07-43 43 .. date: 2020-12-25-23-30-58 47 Make the type attribute lookup cache per-interpreter. Patch by Victor 53 .. date: 2020-12-22-20-30-11 57 Jumps to jumps are not eliminated when it would break PEP 626. [all …]
|
| D | 3.7.0a1.rst | 2 .. date: 2017-09-05-15-26-30 4 .. release date: 2017-09-19 8 not been performed yet. 13 .. date: 2017-08-23-17-02-55 17 Add fuzz tests for float(str), int(str), unicode(str); for oss-fuzz. 22 .. date: 2017-08-16-16-35-59 32 .. date: 0347 43 .. date: 0344 49 vulnerabilities including: :cve:`2017-9233` (External entity infinite loop 50 DoS), :cve:`2016-9063` (Integer overflow, re-fix), :cve:`2016-0718` (Fix [all …]
|
| D | 3.12.0b1.rst | 1 .. date: 2023-05-02-17-56-32 2 .. gh-issue: 99889 4 .. release date: 2023-05-22 12 .. date: 2023-05-01-15-03-25 13 .. gh-issue: 104049 17 Do not expose the local on-disk location in directory indexes produced by 22 .. date: 2023-04-17-14-38-12 23 .. gh-issue: 99108 27 Upgrade built-in :mod:`hashlib` SHA3 implementation to a verified 28 implementation from the ``HACL*`` project. Used when OpenSSL is not present [all …]
|
| /external/threetenbp/src/test/java/org/threeten/bp/chrono/ |
| D | TestChronoLocalDate.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 62 * Test assertions that must be true for all built-in chronologies. 66 //----------------------------------------------------------------------- 68 //----------------------------------------------------------------------- 82 ChronoLocalDate date = chrono.date(refDate); in test_badWithAdjusterChrono() local 85 ChronoLocalDate date2 = chrono2.date(refDate); in test_badWithAdjusterChrono() 89 date.with(adjuster); in test_badWithAdjusterChrono() [all …]
|
| /external/pytorch/test/forward_backward_compatibility/ |
| D | check_forward_backward_compatibility.py | 18 # `pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html` 20 # `python test/forward_backward_compatibility/dump_all_function_schemas.py --filename nightly_sc… 23 …forward_backward_compatibility/check_forward_backward_compatibility.py --existing-schemas nightly_… 25 # The date specifies how long the allowlist exclusion should apply to. 27 # - If we NEVER give BC guarantee for an operator, you can put the 28 # date arbitrarily far in the future. 29 # - Otherwise, pick a date that is far enough in the future that you 32 # Allowlist entries can be removed after the date listed on them passes. 37 # 1: date until which the allowlist entry is valid 41 # NB: function name DOES NOT include overload name! [all …]
|
| /external/threetenbp/src/main/java/org/threeten/bp/chrono/ |
| D | ChronoZonedDateTime.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 63 * A date-time with a time-zone in an arbitrary chronology, 67 * as {@link ZonedDateTime}, not this interface.</b> 69 * A {@code ChronoZonedDateTime} is the abstract representation of an offset date-time 71 * The date-time is defined in terms of fields expressed by {@link TemporalField}, 86 * All implementations that can be instantiated must be final, immutable and thread-safe. 92 * @param <D> the date type [all …]
|
| D | ChronoLocalDateTime.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 62 * A date-time without a time-zone in an arbitrary chronology, intended 66 * as {@link LocalDateTime}, not this interface.</b> 68 * A {@code ChronoLocalDateTime} is the abstract representation of a local date-time 70 * The date-time is defined in terms of fields expressed by {@link TemporalField}, 85 * All implementations that can be instantiated must be final, immutable and thread-safe. 91 * @param <D> the date type [all …]
|
| D | ChronoDateImpl.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 46 * A date expressed in terms of a standard year-month-day calendar system. 48 * This class is used by applications seeking to handle dates in non-ISO calendar systems. 53 * the fields and this class allows the resulting date to be manipulated. 55 * Note that not all calendar systems are suitable for use with this class. 69 * ChronoLocalDate date = chrono.dateNow(); 70 * System.out.printf(" %20s: %s%n", chrono.getID(), date.toString()); [all …]
|
| D | Chronology.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 72 * The main date and time API is built on the ISO calendar system. 86 * As shown, although the date objects are in different calendar systems, represented by different 89 * In general, the advice is to use the known ISO-based {@code LocalDate}, rather than 93 * an era, year-of-era, month-of-year, day-of-month model of a date, this is not required. 102 * The date classes are used to manipulate specific dates. 107 * <li> {@link #date(int, int, int) date(yearProleptic, month, day)} [all …]
|
| D | ChronoLocalDateTimeImpl.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 53 * A date-time without a time-zone for the calendar neutral API. 55 * {@code ChronoLocalDateTime} is an immutable date-time object that represents a date-time, often 56 * viewed as year-month-day-hour-minute-second. This object can also access other 57 * fields such as day-of-year, day-of-week and week-of-year. 59 * This class stores all date and time fields, to a precision of nanoseconds. 60 * It does not store or represent a time-zone. For example, the value [all …]
|
| D | IsoChronology.java | 2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 16 * * Neither the name of JSR-310 nor the names of its contributors 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 76 * This calendar system is based on the ISO-8601 standard, which is the 81 * <li>era - There are two eras, 'Current Era' (CE) and 'Before Current Era' (BCE). 82 * <li>year-of-era - The year-of-era is the same as the proleptic-year for the current CE era. 84 * <li>proleptic-year - The proleptic year is the same as the year-of-era for the 86 * <li>month-of-year - There are 12 months in an ISO year, numbered from 1 to 12. 87 …* <li>day-of-month - There are between 28 and 31 days in each of the ISO month, numbered from 1 to… [all …]
|
| /external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/ |
| D | testdate.cpp | 17 sdesc << "should" << (allowed ? "" : " not") << " be able to make a date in year " << yr; in test_yearlimit() 20 boost::gregorian::date chkyr(yr, 1, 1); in test_yearlimit() 34 date def; in main() 35 check("Default constructor", def == date(not_a_date_time)); in main() 39 check("constexpr not configured", true); in main() 43 constexpr date d1(1900,1,1); in main() 47 constexpr date d2 = date(2000,12,31); in main() 48 constexpr date d3(d2); in main() 57 date d1(1900,1,1); in main() 58 date d2 = date(2000,1,1); in main() [all …]
|
| /external/icu/icu4c/source/i18n/unicode/ |
| D | dtitvfmt.h | 4 * Copyright (C) 2008-2016, International Business Machines Corporation and 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 45 * Instances of this class are immutable and thread-safe. 55 * Not intended for public subclassing. 79 /** Copying not supported; use move constructor instead. */ 82 /** Copying not supported; use move assignment instead. */ 115 * DateIntervalFormat is a class for formatting and parsing date 116 * intervals in a language-independent manner. 117 * Only formatting is supported, parsing is not supported. [all …]
|
| /external/cronet/tot/third_party/icu/source/i18n/unicode/ |
| D | dtitvfmt.h | 4 * Copyright (C) 2008-2016, International Business Machines Corporation and 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 45 * Instances of this class are immutable and thread-safe. 55 * Not intended for public subclassing. 79 /** Copying not supported; use move constructor instead. */ 82 /** Copying not supported; use move assignment instead. */ 115 * DateIntervalFormat is a class for formatting and parsing date 116 * intervals in a language-independent manner. 117 * Only formatting is supported, parsing is not supported. [all …]
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | dtitvfmt.h | 4 * Copyright (C) 2008-2016, International Business Machines Corporation and 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 45 * Instances of this class are immutable and thread-safe. 55 * Not intended for public subclassing. 79 /** Copying not supported; use move constructor instead. */ 82 /** Copying not supported; use move assignment instead. */ 115 * DateIntervalFormat is a class for formatting and parsing date 116 * intervals in a language-independent manner. 117 * Only formatting is supported, parsing is not supported. [all …]
|
| /external/cronet/stable/third_party/icu/source/i18n/unicode/ |
| D | dtitvfmt.h | 4 * Copyright (C) 2008-2016, International Business Machines Corporation and 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 45 * Instances of this class are immutable and thread-safe. 55 * Not intended for public subclassing. 79 /** Copying not supported; use move constructor instead. */ 82 /** Copying not supported; use move assignment instead. */ 115 * DateIntervalFormat is a class for formatting and parsing date 116 * intervals in a language-independent manner. 117 * Only formatting is supported, parsing is not supported. [all …]
|