/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/ |
D | chrono.rs | 12 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 D | timestr.c | 42 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 D | timestr.c | 34 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/ |
D | test_nntplib.py | 637 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 D | bootanalyze.py | 902 def f(date_str): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | nntplib.py | 235 def _parse_datetime(date_str, time_str=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | nntplib.py | 235 def _parse_datetime(date_str, time_str=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | nntplib.py | 235 def _parse_datetime(date_str, time_str=None): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | nntplib.py | 235 def _parse_datetime(date_str, time_str=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | nntplib.py | 235 def _parse_datetime(date_str, time_str=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | nntplib.py | 235 def _parse_datetime(date_str, time_str=None): argument
|
/aosp_15_r20/external/gsc-utils/extra/usb_updater/ |
H A D | gsctool.c | 4114 char date_str[25]; in process_get_flog() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | datetimemodule.c | 2513 date_str(PyDateTime_Date *self) in date_str() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 3238 date_str(PyDateTime_Date *self) in date_str() function
|