/third_party/cef/libcef/common/ |
D | time_impl.cc | 27 base::Time::Exploded exploded; in cef_time_to_basetime() local 28 exploded.year = cef_time.year; in cef_time_to_basetime() 29 exploded.month = cef_time.month; in cef_time_to_basetime() 30 exploded.day_of_week = cef_time.day_of_week; in cef_time_to_basetime() 31 exploded.day_of_month = cef_time.day_of_month; in cef_time_to_basetime() 32 exploded.hour = cef_time.hour; in cef_time_to_basetime() 33 exploded.minute = cef_time.minute; in cef_time_to_basetime() 34 exploded.second = cef_time.second; in cef_time_to_basetime() 35 exploded.millisecond = cef_time.millisecond; in cef_time_to_basetime() 36 std::ignore = base::Time::FromUTCExploded(exploded, &time); in cef_time_to_basetime() [all …]
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_reader_unittest.cc | 289 base::Time::Exploded exploded = {}; // Zero-clear. in TEST_F() local 290 current_entry_info->last_modified().LocalExplode(&exploded); in TEST_F() 291 EXPECT_EQ(2009, exploded.year); in TEST_F() 292 EXPECT_EQ(5, exploded.month); in TEST_F() 293 EXPECT_EQ(29, exploded.day_of_month); in TEST_F() 294 EXPECT_EQ(6, exploded.hour); in TEST_F() 295 EXPECT_EQ(22, exploded.minute); in TEST_F() 296 EXPECT_EQ(20, exploded.second); in TEST_F() 297 EXPECT_EQ(0, exploded.millisecond); in TEST_F() 358 base::Time::Exploded exploded = {}; // Zero-clear. in TEST_F() local [all …]
|
/third_party/node/deps/zlib/google/ |
D | zip_reader_unittest.cc | 293 base::Time::Exploded exploded = {}; // Zero-clear. in TEST_F() local 294 entry->last_modified.UTCExplode(&exploded); in TEST_F() 295 EXPECT_EQ(2009, exploded.year); in TEST_F() 296 EXPECT_EQ(5, exploded.month); in TEST_F() 297 EXPECT_EQ(29, exploded.day_of_month); in TEST_F() 298 EXPECT_EQ(6, exploded.hour); in TEST_F() 299 EXPECT_EQ(22, exploded.minute); in TEST_F() 300 EXPECT_EQ(20, exploded.second); in TEST_F() 301 EXPECT_EQ(0, exploded.millisecond); in TEST_F() 401 base::Time::Exploded exploded = {}; // Zero-clear. in TEST_F() local [all …]
|
/third_party/node/deps/v8/third_party/zlib/google/ |
D | zip_reader_unittest.cc | 293 base::Time::Exploded exploded = {}; // Zero-clear. in TEST_F() local 294 entry->last_modified.UTCExplode(&exploded); in TEST_F() 295 EXPECT_EQ(2009, exploded.year); in TEST_F() 296 EXPECT_EQ(5, exploded.month); in TEST_F() 297 EXPECT_EQ(29, exploded.day_of_month); in TEST_F() 298 EXPECT_EQ(6, exploded.hour); in TEST_F() 299 EXPECT_EQ(22, exploded.minute); in TEST_F() 300 EXPECT_EQ(20, exploded.second); in TEST_F() 301 EXPECT_EQ(0, exploded.millisecond); in TEST_F() 401 base::Time::Exploded exploded = {}; // Zero-clear. in TEST_F() local [all …]
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
D | colors.js | 187 var exploded = str.split(''); 188 exploded = exploded.map(map); 189 return exploded.join('');
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/maps/ |
D | zebra.js | 2 return function(letter, i, exploded) { argument
|
D | rainbow.js | 4 return function(letter, i, exploded) { argument
|
D | random.js | 5 return function(letter, i, exploded) { argument
|
D | america.js | 2 return function(letter, i, exploded) { argument
|
/third_party/python/Doc/library/ |
D | ipaddress.rst | 154 .. attribute:: exploded 261 This describes an *exploded* (longhand) notation. The string can 289 .. attribute:: exploded 531 .. attribute:: exploded 538 ``exploded`` uses the exploded form the network address. 725 .. attribute:: exploded
|
/third_party/python/Doc/howto/ |
D | ipaddress.rst | 222 >>> addr6.exploded 226 >>> net6.exploded
|
/third_party/python/Lib/test/ |
D | test_ipaddress.py | 2460 addr1.exploded) 2462 ipaddress.IPv6Interface('::1/128').exploded) 2465 addr2.exploded) 2467 addr3.exploded) 2468 self.assertEqual('192.168.178.1', addr4.exploded)
|
/third_party/python/Lib/ |
D | ipaddress.py | 393 def exploded(self): member in _IPAddressBase 1843 reverse_chars = self.exploded[::-1].replace(':', '')
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 125009 PRTime usecs, PRTimeParamFn params, PRExplodedTime *exploded); 125013 PR_ImplodeTime(const PRExplodedTime *exploded); 125016 PRExplodedTime *exploded, PRTimeParamFn params);
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 15738 --Hairy Iopas, says the citizen, that exploded volcano, the darling of all 31951 out the old bag the biscuits were in from Benady Bros and exploded it Lord
|