Home
last modified time | relevance | path

Searched refs:date_string (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/lib/blkid/
Dversion.c42 const char **date_string) in blkid_get_library_version() argument
46 if (date_string) in blkid_get_library_version()
47 *date_string = lib_date; in blkid_get_library_version()
Dblkid.h104 const char **date_string);
Dblkid.h.in104 const char **date_string);
/external/e2fsprogs/lib/ext2fs/
Dversion.c49 const char **date_string) in ext2fs_get_library_version() argument
53 if (date_string) in ext2fs_get_library_version()
54 *date_string = lib_date; in ext2fs_get_library_version()
Dext2fs.h1712 const char **date_string);
/external/toolchain-utils/
Dgenerate-waterfall-reports.py125 date_string = mon + ' ' + day
152 if date_string in out[line_num]:
165 date_string = format_date(date)
168 out_file.write('\n\nSummary of Test Failures as of %s\n\n' % date_string)
213 date_string = ''
218 date_string += d
220 date_string += ', '
231 (waterfall_type, date_string))
294 out_file.write('\n\nSummary of Test Failures as of %s\n\n' % date_string)
Dnew-generate-waterfall-reports.py109 date_string = ''
115 (waterfall_type, date_string))
/external/autotest/client/common_lib/
Dtime_utils.py55 def date_string_to_epoch_time(date_string): argument
63 return time.mktime(time.strptime(date_string, TIME_FMT))
/external/python/cpython3/Lib/
Ddatetime.py861 def fromisoformat(cls, date_string): argument
863 if not isinstance(date_string, str):
867 assert len(date_string) == 10
868 return cls(*_parse_isoformat_date(date_string))
1667 def fromisoformat(cls, date_string): argument
1669 if not isinstance(date_string, str):
1673 dstr = date_string[0:10]
1674 tstr = date_string[11:]
1900 def strptime(cls, date_string, format): argument
1903 return _strptime._strptime_datetime(cls, date_string, format)
/external/python/cpython3/Doc/library/
Ddatetime.rst445 .. classmethod:: date.fromisoformat(date_string)
447 Return a :class:`date` corresponding to a *date_string* in the format emitted
840 .. classmethod:: datetime.fromisoformat(date_string)
842 Return a :class:`datetime` corresponding to a *date_string* in one of the
855 .. classmethod:: datetime.strptime(date_string, format)
857 Return a :class:`.datetime` corresponding to *date_string*, parsed according to
858 *format*. This is equivalent to ``datetime(*(time.strptime(date_string,
859 format)[0:6]))``. :exc:`ValueError` is raised if the date_string and format
2019 corresponding format string. ``datetime.strptime(date_string, format)`` is
2020 equivalent to ``datetime(*(time.strptime(date_string, format)[0:6]))``, except
/external/python/cpython2/Doc/library/
Ddatetime.rst729 .. classmethod:: datetime.strptime(date_string, format)
731 Return a :class:`.datetime` corresponding to *date_string*, parsed according to
732 *format*. This is equivalent to ``datetime(*(time.strptime(date_string,
733 format)[0:6]))``. :exc:`ValueError` is raised if the date_string and format
1596 corresponding format string. ``datetime.strptime(date_string, format)`` is
1597 equivalent to ``datetime(*(time.strptime(date_string, format)[0:6]))``.
/external/e2fsprogs/doc/
Dlibext2fs.texinfo1323 …efun int ext2fs_get_library_version (const char **@var{ver_string}, const char **@var{date_string})
1331 If @var{ver_string} and/or @var{date_string} are non-NULL, they will be