Home
last modified time | relevance | path

Searched refs:kUnixEpochYear (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/time/
Dtime_unittest.cc167 static const int kUnixEpochYear = 1970; // In case this changes (ha!). in TEST_F() local
175 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
187 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
199 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
211 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
223 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
236 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
248 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
260 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
272 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
[all …]
/external/libchrome/base/time/
Dtime_unittest.cc362 static const int kUnixEpochYear = 1970; // In case this changes (ha!). in TEST_F() local
370 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
382 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
394 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
406 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
418 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()
431 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
443 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
455 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
467 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()
[all …]