/external/openscreen/third_party/abseil/src/absl/time/ |
D | time.cc | 368 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 372 TimeZone::TimeInfo ti; in At() 375 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 378 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 416 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 419 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 924 struct TimeInfo { struct 964 TimeInfo At(CivilSecond ct) const; 1109 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 634 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 646 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 660 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 672 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/time/ |
D | time.cc | 368 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 372 TimeZone::TimeInfo ti; in At() 375 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 378 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 416 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 419 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 975 struct TimeInfo { struct 1015 TimeInfo At(CivilSecond ct) const; 1160 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 644 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 656 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 670 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 682 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/time/ |
D | time.cc | 368 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 372 TimeZone::TimeInfo ti; in At() 375 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 378 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 416 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 419 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 975 struct TimeInfo { struct 1015 TimeInfo At(CivilSecond ct) const; 1160 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 644 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 656 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 670 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 682 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/ |
D | time.cc | 368 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 372 TimeZone::TimeInfo ti; in At() 375 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 378 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 416 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 419 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 924 struct TimeInfo { struct 964 TimeInfo At(CivilSecond ct) const; 1109 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 634 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 646 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 660 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 672 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/time/ |
D | time.cc | 367 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 371 TimeZone::TimeInfo ti; in At() 374 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 377 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 380 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 415 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 418 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 421 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 924 struct TimeInfo { struct 964 TimeInfo At(CivilSecond ct) const; 1109 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 634 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 646 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 660 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 672 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/cronet/third_party/abseil-cpp/absl/time/ |
D | time.cc | 368 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 372 TimeZone::TimeInfo ti; in At() 375 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 378 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 416 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 419 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 1125 struct TimeInfo { struct 1165 TimeInfo At(CivilSecond ct) const; 1314 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 635 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 647 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 661 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 673 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/angle/third_party/abseil-cpp/absl/time/ |
D | time.cc | 374 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 378 TimeZone::TimeInfo ti; in At() 381 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 384 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 387 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 422 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 425 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 428 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 1127 struct TimeInfo { struct 1167 TimeInfo At(CivilSecond ct) const; 1316 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 635 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 647 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 661 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 673 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/abseil-cpp/absl/time/ |
D | time.cc | 368 absl::TimeZone::TimeInfo TimeZone::At(CivilSecond ct) const { in At() 372 TimeZone::TimeInfo ti; in At() 375 ti.kind = TimeZone::TimeInfo::UNIQUE; in At() 378 ti.kind = TimeZone::TimeInfo::SKIPPED; in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 416 case TimeZone::TimeInfo::UNIQUE: in ConvertDateTime() 419 case TimeZone::TimeInfo::SKIPPED: in ConvertDateTime() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime()
|
D | time.h | 975 struct TimeInfo { struct 1015 TimeInfo At(CivilSecond ct) const; 1160 if (ti.kind == TimeZone::TimeInfo::SKIPPED) return ti.trans; in FromCivil()
|
D | time_test.cc | 644 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, nov01_ci.kind); in TEST() 656 EXPECT_EQ(absl::TimeZone::TimeInfo::SKIPPED, mar_ci.kind); in TEST() 670 EXPECT_EQ(absl::TimeZone::TimeInfo::REPEATED, nov06_ci.kind); in TEST() 682 EXPECT_EQ(absl::TimeZone::TimeInfo::UNIQUE, minus1_cl.kind); in TEST()
|
/external/perfetto/src/tracing/test/ |
D | api_integrationtest.cc | 1176 struct TimeInfo { in TEST_P() struct 1180 std::unordered_map<std::string, TimeInfo> event_map; in TEST_P()
|