Home
last modified time | relevance | path

Searched refs:set_date (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/board/varisys/common/
Dsys_eeprom.c266 static void set_date(const char *string) in set_date() function
361 set_date(argv[2]); in do_mac()
/external/u-boot/board/freescale/common/
Dsys_eeprom.c282 static void set_date(const char *string) in set_date() function
386 set_date(argv[2]); in do_mac()
/external/python/cpython2/Lib/
Dmailbox.py365 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath)))
1526 def set_date(self, date): member in MaildirMessage
1549 message.set_date(self.get_date())
1665 message.set_date(calendar.timegm(time.strptime(maybe_date,
/external/python/cpython3/Lib/
Dmailbox.py382 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath)))
1570 def set_date(self, date): member in MaildirMessage
1593 message.set_date(self.get_date())
1711 message.set_date(calendar.timegm(time.strptime(maybe_date,
/external/python/cpython2/Lib/test/
Dtest_mailbox.py1316 msg.set_date(0.0)
1536 msg_maildir.set_date(0.0)
/external/python/cpython3/Lib/test/
Dtest_mailbox.py1471 msg.set_date(0.0)
1706 msg_maildir.set_date(0.0)
/external/python/cpython3/Doc/library/
Dmailbox.rst892 .. method:: set_date(date)
/external/python/cpython2/Doc/library/
Dmailbox.rst873 .. method:: set_date(date)