Home
last modified time | relevance | path

Searched defs:date_str (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/
Dchrono.rs12 let date_str = self.format("%F").to_string(); in to_sql() localVariable
34 let date_str = self.format("%T%.f").to_string(); in to_sql() localVariable
61 let date_str = self.format("%F %T%.f").to_string(); in to_sql() localVariable
91 let date_str = self.format("%F %T%.f%:z").to_string(); in to_sql() localVariable
101 let date_str = self.with_timezone(&Utc).format("%F %T%.f%:z").to_string(); in to_sql() localVariable
111 let date_str = self.format("%F %T%.f%:z").to_string(); in to_sql() localVariable
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/time/unix/
H A Dtimestr.c42 apr_status_t apr_rfc822_date(char *date_str, apr_time_t t) in apr_rfc822_date()
90 apr_status_t apr_ctime(char *date_str, apr_time_t t) in apr_ctime()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/time/win32/
H A Dtimestr.c34 APR_DECLARE(apr_status_t) apr_rfc822_date(char *date_str, apr_time_t t) in apr_rfc822_date()
82 APR_DECLARE(apr_status_t) apr_ctime(char *date_str, apr_time_t t) in apr_ctime()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_nntplib.py637 def handle_NEWNEWS(self, group, date_str, time_str): argument
1440 def gives(y, M, d, h, m, s, date_str, time_str): argument
1450 def gives(y, M, d, date_str, time_str): argument
1463 def gives(y, M, d, h, m, s, date_str, time_str): argument
1471 def gives(y, M, d, date_str, time_str): argument
/aosp_15_r20/system/extras/boottime_tools/bootanalyze/
H A Dbootanalyze.py902 def f(date_str): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dnntplib.py235 def _parse_datetime(date_str, time_str=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dnntplib.py235 def _parse_datetime(date_str, time_str=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dnntplib.py235 def _parse_datetime(date_str, time_str=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dnntplib.py235 def _parse_datetime(date_str, time_str=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dnntplib.py235 def _parse_datetime(date_str, time_str=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dnntplib.py235 def _parse_datetime(date_str, time_str=None): argument
/aosp_15_r20/external/gsc-utils/extra/usb_updater/
H A Dgsctool.c4114 char date_str[25]; in process_get_flog() local
/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c2513 date_str(PyDateTime_Date *self) in date_str() function
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c3238 date_str(PyDateTime_Date *self) in date_str() function