Home
last modified time | relevance | path

Searched refs:dateTime (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/tests/
H A DTime.cpp13 SkTime::DateTime dateTime; in DEF_TEST() local
14 SkTime::GetDateTime(&dateTime); in DEF_TEST()
20 if (dateTime.fYear < kMinimumSaneYear) { in DEF_TEST()
23 static_cast<unsigned>(dateTime.fYear), in DEF_TEST()
26 if (dateTime.fYear > kMaximumSaneYear) { in DEF_TEST()
29 static_cast<unsigned>(dateTime.fYear), in DEF_TEST()
33 REPORTER_ASSERT(r, dateTime.fMonth >= 1); in DEF_TEST()
34 REPORTER_ASSERT(r, dateTime.fMonth <= 12); in DEF_TEST()
36 REPORTER_ASSERT(r, dateTime.fDay >= 1); in DEF_TEST()
37 REPORTER_ASSERT(r, dateTime in DEF_TEST()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DTimeExtensions.cs45 /// <param name="dateTime">The date and time to convert to a timestamp.</param>
46 /// <exception cref="ArgumentException">The <paramref name="dateTime"/> value has a <see cref="DateTime.Kind"/>other than <c>Utc</c>.</exception>
48 public static Timestamp ToTimestamp(this DateTime dateTime) in ToTimestamp() argument
50 return Timestamp.FromDateTime(dateTime); in ToTimestamp()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DTimestampTest.cs87 private static void AssertRoundtrip(Timestamp timestamp, DateTime dateTime) in AssertRoundtrip() argument
89 Assert.AreEqual(timestamp, Timestamp.FromDateTime(dateTime)); in AssertRoundtrip()
90 Assert.AreEqual(dateTime, timestamp.ToDateTime()); in AssertRoundtrip()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DTimestampTest.cs87 private static void AssertRoundtrip(Timestamp timestamp, DateTime dateTime) in AssertRoundtrip() argument
89 Assert.AreEqual(timestamp, Timestamp.FromDateTime(dateTime)); in AssertRoundtrip()
90 Assert.AreEqual(dateTime, timestamp.ToDateTime()); in AssertRoundtrip()
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp147 SkTime::DateTime dateTime; in CreateUUID() local
148 SkTime::GetDateTime(&dateTime); in CreateUUID()
149 md5.write(&dateTime, sizeof(dateTime)); in CreateUUID()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs812 var dateTime = match.Groups["datetime"].Value; in MergeTimestamp()
819 dateTime, in MergeTimestamp()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h1096 * @param dateTime The desired date and time.
1105 UDate dateTime,
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h1063 * @param dateTime The desired date and time.
1072 UDate dateTime,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h1063 * @param dateTime The desired date and time.
1072 UDate dateTime,
/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp421 UDate dateTime, in ucal_setMillis()
426 ((Calendar*)cal)->setTime(dateTime, *status); in ucal_setMillis()
420 ucal_setMillis( UCalendar* cal, UDate dateTime, UErrorCode* status ) ucal_setMillis() argument
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp422 UDate dateTime, in ucal_setMillis()
427 ((Calendar*)cal)->setTime(dateTime, *status); in ucal_setMillis()
421 ucal_setMillis( UCalendar* cal, UDate dateTime, UErrorCode* status ) ucal_setMillis() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp421 UDate dateTime, in ucal_setMillis()
426 ((Calendar*)cal)->setTime(dateTime, *status); in ucal_setMillis()
420 ucal_setMillis( UCalendar* cal, UDate dateTime, UErrorCode* status ) ucal_setMillis() argument
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1181 void ucal_setMillis(UCalendar *cal, UDate dateTime, UErrorCode *status) in ucal_setMillis() argument
1183 U_ICU_ENTRY_POINT_RENAME(ucal_setMillis)(cal, dateTime, status); in ucal_setMillis()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 43 milliseconds